Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h3524 xxh_u64 const input_hi = XXH_readLE64(input + len - 8) ^ bitflip2; in XXH3_len_9to16_64b() local
3526 + XXH_swap64(input_lo) + input_hi in XXH3_len_9to16_64b()
3527 + XXH3_mul128_fold64(input_lo, input_hi); in XXH3_len_9to16_64b()
3593 xxh_u64 const input_hi = XXH_readLE64(input+8); in XXH3_mix16B() local
3596 input_hi ^ (XXH_readLE64(secret+8) - seed64) in XXH3_mix16B()
5048 xxh_u32 const input_hi = XXH_readLE32(input + len - 4); in XXH3_len_4to8_128b() local
5049 xxh_u64 const input_64 = input_lo + ((xxh_u64)input_hi << 32); in XXH3_len_4to8_128b()
5076 xxh_u64 input_hi = XXH_readLE64(input + len - 8); in XXH3_len_9to16_128b() local
5083 input_hi ^= bitfliph; in XXH3_len_9to16_128b()
5098 …m128.high64 += (input_hi & 0xFFFFFFFF00000000ULL) + XXH_mult32to64((xxh_u32)input_hi, XXH_PRIME32_… in XXH3_len_9to16_128b()
[all …]

Completed in 29 milliseconds