Searched refs:hashbytes (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | hash.c | 62 const int hashbytes = hash_variant_bits(variant) / 8; in hash_variant_verify_key() local 63 const int hashes_size = hashbytes * 256; in hash_variant_verify_key() 65 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key() 71 memset(final, 0, hashbytes); in hash_variant_verify_key() 83 memcpy(&hashes[i*hashbytes], &out, hashbytes); in hash_variant_verify_key() 88 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key() 93 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key()
|