Home
last modified time | relevance | path

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

/PHP-7.0/ext/hash/
H A Dphp_hash_fnv.h24 #define PHP_FNV1_32_INIT ((php_hash_uint32)0x811c9dc5) macro
25 #define PHP_FNV1_32A_INIT PHP_FNV1_32_INIT
H A Dhash_fnv.c72 context->state = PHP_FNV1_32_INIT; in PHP_FNV132Init()

Completed in 12 milliseconds