Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dhash.c67 const int hashes_size = hashbytes * 256; in hash_variant_verify_key() local
68 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key()
74 memset(hashes, 0, hashes_size); in hash_variant_verify_key()
106 uint32_t out = hash_x86_32(hashes, hashes_size, 0); in hash_variant_verify_key()
111 hash_x86_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
116 hash_x64_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()