Searched refs:hashbytes (Results 1 – 1 of 1) sorted by relevance
| /redis-3.2.3/deps/jemalloc/test/unit/ |
| H A D | hash.c | 65 const size_t hashbytes = hash_variant_bits(variant) / 8; in hash_variant_verify() local 67 VARIABLE_ARRAY(uint8_t, hashes, hashbytes * 256); in hash_variant_verify() 68 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify() 86 memcpy(&hashes[i*hashbytes], &out, hashbytes); in hash_variant_verify() 91 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify() 96 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify() 105 uint32_t out = hash_x86_32(hashes, hashbytes*256, 0); in hash_variant_verify() 110 hash_x86_128(hashes, hashbytes*256, 0, out); in hash_variant_verify() 115 hash_x64_128(hashes, hashbytes*256, 0, out); in hash_variant_verify()
|