Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3492 xxh_u64 const input_lo = XXH_readLE64(input) ^ bitflip1; in XXH3_len_9to16_64b() local
3495 + XXH_swap64(input_lo) + input_hi in XXH3_len_9to16_64b()
3496 + XXH3_mul128_fold64(input_lo, input_hi); in XXH3_len_9to16_64b()
3561 { xxh_u64 const input_lo = XXH_readLE64(input); in XXH3_mix16B() local
3564 input_lo ^ (XXH_readLE64(secret) + seed64), in XXH3_mix16B()
5016 { xxh_u32 const input_lo = XXH_readLE32(input); in XXH3_len_4to8_128b() local
5018 xxh_u64 const input_64 = input_lo + ((xxh_u64)input_hi << 32); in XXH3_len_4to8_128b()
5044 xxh_u64 const input_lo = XXH_readLE64(input); in XXH3_len_9to16_128b() local
5046 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b()

Completed in 27 milliseconds