Searched refs:XXH128_mix32B (Results 1 – 1 of 1) sorted by relevance
| /freebsd-src/sys/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 5233 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B() function 5258 acc = XXH128_mix32B(acc, input+48, input+len-64, secret+96, seed); in XXH3_len_17to128_128b() 5260 acc = XXH128_mix32B(acc, input+32, input+len-48, secret+64, seed); in XXH3_len_17to128_128b() 5262 acc = XXH128_mix32B(acc, input+16, input+len-32, secret+32, seed); in XXH3_len_17to128_128b() 5264 acc = XXH128_mix32B(acc, input, input+len-16, secret, seed); in XXH3_len_17to128_128b() 5291 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b() 5301 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b() 5308 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b()
|