Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dphp_hash_fnv.h22 #define PHP_FNV1_32_INIT ((uint32_t)0x811c9dc5) macro
23 #define PHP_FNV1_32A_INIT PHP_FNV1_32_INIT
H A Dhash_fnv.c74 context->state = PHP_FNV1_32_INIT; in PHP_FNV132Init()

Completed in 7 milliseconds