Home
last modified time | relevance | path

Searched defs:_seed (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/hash/
H A Dhash_murmur.c103 uint32_t _seed = (uint32_t)Z_LVAL_P(seed); in PHP_MURMUR3CInit() local
177 uint64_t _seed = (uint64_t)Z_LVAL_P(seed); in PHP_MURMUR3FInit() local
H A Dhash_xxhash.c163 zval *_seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in _PHP_XXH3_Init() local

Completed in 10 milliseconds