#include "HashFNV.h"
Go to the source code of this file.
Defines | |
| #define | FNV_INIT_32 ((uint32_t)0x811c9dc5) |
| #define | FNV_INIT_64 ((uint64_t)0xcbf29ce484222325ULL) |
| #define FNV_INIT_32 ((uint32_t)0x811c9dc5) |
Definition at line 12 of file HashFNV.cc.
| #define FNV_INIT_64 ((uint64_t)0xcbf29ce484222325ULL) |
Definition at line 13 of file HashFNV.cc.
1.7.1