MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/util/hash.h>
Static Public Attributes | |
static const hash_t | offset = 2166136261_u32 |
static const hash_t | prime = 16777619_u32 |
Magic numbers for FNV-1 hash.
|
static |
Definition at line 77 of file hash.h.
Referenced by mim::hash_begin(), and mim::hash_begin().
|
static |
Definition at line 78 of file hash.h.
Referenced by mim::hash_combine().