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