Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h5162 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B() function
5187 acc = XXH128_mix32B(acc, input+48, input+len-64, secret+96, seed); in XXH3_len_17to128_128b()
5189 acc = XXH128_mix32B(acc, input+32, input+len-48, secret+64, seed); in XXH3_len_17to128_128b()
5191 acc = XXH128_mix32B(acc, input+16, input+len-32, secret+32, seed); in XXH3_len_17to128_128b()
5193 acc = XXH128_mix32B(acc, input, input+len-16, secret, seed); in XXH3_len_17to128_128b()
5220 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b()
5230 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b()
5237 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b()

Completed in 26 milliseconds