Searched refs:hashbytes (Results 1 – 1 of 1) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | hash.c | 64 const int hashbytes = hash_variant_bits(variant) / 8; in hash_variant_verify_key() local 65 const int hashes_size = hashbytes * 256; in hash_variant_verify_key() 67 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key() 73 memset(final, 0, hashbytes); in hash_variant_verify_key() 85 memcpy(&hashes[i*hashbytes], &out, hashbytes); in hash_variant_verify_key() 90 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key() 95 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key()
|
Completed in 2 milliseconds