Searched refs:PHP_FNV1_32_INIT (Results 1 – 2 of 2) sorted by relevance
24 #define PHP_FNV1_32_INIT ((php_hash_uint32)0x811c9dc5) macro25 #define PHP_FNV1_32A_INIT PHP_FNV1_32_INIT
72 context->state = PHP_FNV1_32_INIT; in PHP_FNV132Init()
Completed in 6 milliseconds