Home
last modified time | relevance | path

Searched refs:PHP_FNV1_32_INIT (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/hash/
H A Dphp_hash_fnv.h20 #define PHP_FNV1_32_INIT ((uint32_t)0x811c9dc5) macro
21 #define PHP_FNV1_32A_INIT PHP_FNV1_32_INIT
H A Dhash_fnv.c88 context->state = PHP_FNV1_32_INIT; in PHP_FNV132Init()

Completed in 5 milliseconds