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