Searched refs:input_2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 900 XXH128_mix32B(XXH128_hash_t acc, const uint8_t *input_1, const uint8_t *input_2, in XXH128_mix32B() argument 903 acc.low64 ^= endian::read64le(input_2) + endian::read64le(input_2 + 8); in XXH128_mix32B() 904 acc.high64 += XXH3_mix16B(input_2, secret + 16, seed); in XXH128_mix32B()
|
/freebsd/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() argument 5237 acc.low64 ^= XXH_readLE64(input_2) + XXH_readLE64(input_2 + 8); in XXH128_mix32B() 5238 acc.high64 += XXH3_mix16B (input_2, secret+16, seed); in XXH128_mix32B()
|