Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dxxh3p.h449 xxh_u64 const keyed = (xxh_u64)combined ^ (XXH_readLE32(secret) + seed); in XXH3p_len_1to3_64b() local
450 xxh_u64 const mixed = keyed * PRIME64_1; in XXH3p_len_1to3_64b()
464 xxh_u64 const keyed = input_64 ^ (XXH_readLE64(secret) + seed); in XXH3p_len_4to8_64b() local
465 xxh_u64 const mix64 = len + ((keyed ^ (keyed >> 51)) * PRIME32_1); in XXH3p_len_4to8_64b()