Home
last modified time | relevance | path

Searched defs:bitfliph (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp766 uint64_t const bitfliph = in XXH3_len_1to3_128b() local
806 uint64_t const bitfliph = in XXH3_len_9to16_128b() local
889 uint64_t const bitfliph = in XXH3_len_0to16_128b() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5101 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b() local
5145 xxh_u64 const bitfliph = (XXH_readLE64(secret+48) ^ XXH_readLE64(secret+56)) + seed; in XXH3_len_9to16_128b() local
5222 xxh_u64 const bitfliph = XXH_readLE64(secret+80) ^ XXH_readLE64(secret+88); in XXH3_len_0to16_128b() local