Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp782 uint64_t const input_64 = input_lo + ((uint64_t)input_hi << 32); in XXH3_len_4to8_128b() local
785 uint64_t const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()
/src/sys/contrib/zstd/lib/common/
H A Dxxhash.h5120 xxh_u64 const input_64 = input_lo + ((xxh_u64)input_hi << 32); in XXH3_len_4to8_128b() local
5122 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()
/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h6507 xxh_u64 const input_64 = input_lo + ((xxh_u64)input_hi << 32); in XXH3_len_4to8_128b() local
6509 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()