Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp770 XXH128_hash_t h128; in XXH3_len_1to3_128b() local
771 h128.low64 = XXH64_avalanche(keyed_lo); in XXH3_len_1to3_128b()
772 h128.high64 = XXH64_avalanche(keyed_hi); in XXH3_len_1to3_128b()
773 return h128; in XXH3_len_1to3_128b()
866 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, PRIME64_2); in XXH3_len_9to16_128b() local
867 h128.high64 += m128.high64 * PRIME64_2; in XXH3_len_9to16_128b()
869 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()
870 h128.high64 = XXH3_avalanche(h128.high64); in XXH3_len_9to16_128b()
871 return h128; in XXH3_len_9to16_128b()
886 XXH128_hash_t h128; in XXH3_len_0to16_128b() local
[all …]
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5104 XXH128_hash_t h128; in XXH3_len_1to3_128b() local
5105 h128.low64 = XXH64_avalanche(keyed_lo); in XXH3_len_1to3_128b()
5106 h128.high64 = XXH64_avalanche(keyed_hi); in XXH3_len_1to3_128b()
5107 return h128; in XXH3_len_1to3_128b()
5201 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, XXH_PRIME64_2); in XXH3_len_9to16_128b() local
5202 h128.high64 += m128.high64 * XXH_PRIME64_2; in XXH3_len_9to16_128b()
5204 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()
5205 h128.high64 = XXH3_avalanche(h128.high64); in XXH3_len_9to16_128b()
5206 return h128; in XXH3_len_9to16_128b()
5220 { XXH128_hash_t h128; in XXH3_len_0to16_128b() local
[all …]