Searched refs:hashbytes (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/unit/ |
D | hash.c | 66 const int hashbytes = hash_variant_bits(variant) / 8; in hash_variant_verify_key() local 67 const int hashes_size = hashbytes * 256; in hash_variant_verify_key() 69 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key() 75 memset(final, 0, hashbytes); in hash_variant_verify_key() 87 memcpy(&hashes[i*hashbytes], &out, hashbytes); in hash_variant_verify_key() 92 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key() 97 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key()
|