Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3462 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b() local
3463 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b()
3477 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; in XXH3_len_4to8_64b() local
3479 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b()
5019 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed; in XXH3_len_4to8_128b() local
5020 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()

Completed in 19 milliseconds