Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp761 uint32_t const combinedl = ((uint32_t)c1 << 16) | ((uint32_t)c2 << 24) | in XXH3_len_1to3_128b() local
763 uint32_t const combinedh = XXH_rotl32(byteswap(combinedl), 13); in XXH3_len_1to3_128b()
768 uint64_t const keyed_lo = (uint64_t)combinedl ^ bitflipl; in XXH3_len_1to3_128b()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5097 xxh_u32 const combinedl = ((xxh_u32)c1 <<16) | ((xxh_u32)c2 << 24) in XXH3_len_1to3_128b() local
5099 xxh_u32 const combinedh = XXH_rotl32(XXH_swap32(combinedl), 13); in XXH3_len_1to3_128b()
5102 xxh_u64 const keyed_lo = (xxh_u64)combinedl ^ bitflipl; in XXH3_len_1to3_128b()