Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp245 const uint64_t input64 = (uint64_t)input2 | ((uint64_t)input1 << 32); in XXH3_len_4to8_64b() local
246 acc ^= input64; in XXH3_len_4to8_64b()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3499 xxh_u64 const input64 = input2 + (((xxh_u64)input1) << 32); in XXH3_len_4to8_64b() local
3500 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b()