Searched refs:PHP_FNV1_32_INIT (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/hash/ | ||
H A D | php_hash_fnv.h | 20 #define PHP_FNV1_32_INIT ((uint32_t)0x811c9dc5) macro |
H A D | hash_fnv.c | 88 context->state = PHP_FNV1_32_INIT; in PHP_FNV132Init() |
Completed in 5 milliseconds