Searched refs:XXH128_mix32B (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 5131 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B() function 5156 acc = XXH128_mix32B(acc, input+48, input+len-64, secret+96, seed); in XXH3_len_17to128_128b() 5158 acc = XXH128_mix32B(acc, input+32, input+len-48, secret+64, seed); in XXH3_len_17to128_128b() 5160 acc = XXH128_mix32B(acc, input+16, input+len-32, secret+32, seed); in XXH3_len_17to128_128b() 5162 acc = XXH128_mix32B(acc, input, input+len-16, secret, seed); in XXH3_len_17to128_128b() 5189 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b() 5199 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b() 5206 acc = XXH128_mix32B(acc, in XXH3_len_129to240_128b()
|
Completed in 30 milliseconds