Searched refs:PHP_FNV1_64_INIT (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/hash/ | ||
H A D | php_hash_fnv.h | 29 #define PHP_FNV1_64_INIT ((php_hash_uint64)0xcbf29ce484222325ULL) macro |
H A D | hash_fnv.c | 107 context->state = PHP_FNV1_64_INIT; in PHP_FNV164Init() |
Completed in 5 milliseconds