Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dhash.c63 const int hashes_size = hashbytes * 256; in hash_variant_verify_key() local
64 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key()
70 memset(hashes, 0, hashes_size); in hash_variant_verify_key()
102 uint32_t out = hash_x86_32(hashes, hashes_size, 0); in hash_variant_verify_key()
107 hash_x86_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
112 hash_x64_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()