Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h4265 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b() local
4267 xxh_u64 const keyed_hi = (xxh_u64)combinedh ^ bitfliph; in XXH3_len_1to3_128b()
4309 xxh_u64 const bitfliph = (XXH_readLE64(secret+48) ^ XXH_readLE64(secret+56)) + seed; in XXH3_len_9to16_128b() local
4318 input_hi ^= bitfliph; in XXH3_len_9to16_128b()
4386 xxh_u64 const bitfliph = XXH_readLE64(secret+80) ^ XXH_readLE64(secret+88); in XXH3_len_0to16_128b() local
4388 h128.high64 = XXH64_avalanche( seed ^ bitfliph); in XXH3_len_0to16_128b()

Completed in 22 milliseconds