Searched refs:bitflip (Results 1 – 1 of 1) sorted by relevance
2779 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b() local2780 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b()2794 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; in XXH3_len_4to8_64b() local2796 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b()4285 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed; in XXH3_len_4to8_128b() local4286 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()
Completed in 33 milliseconds