Searched defs:HASH_64_INIT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.c46 * HASH_64_INIT is the same as the INIT value since it is the value
51 #define HASH_64_INIT (0xcbf29ce484222325ULL) /* Hash initializer */ macro
204 uint64_t hash = HASH_64_INIT;
224 uint64_t hash = HASH_64_INIT;

Completed in 56 milliseconds