Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp232 uint64_t bitflip = in XXH3_len_1to3_64b() local
235 return XXH64_avalanche(uint64_t(combined) ^ bitflip); in XXH3_len_1to3_64b()
783 uint64_t const bitflip = in XXH3_len_4to8_128b() local
785 uint64_t const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmtk-nand.txt73 1 bitflip.
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3483 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b() local
3484 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b()
3498 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; in XXH3_len_4to8_64b() local
3500 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b()
5121 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed; in XXH3_len_4to8_128b() local
5122 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b()
/freebsd/sys/contrib/zstd/
H A DCHANGELOG187 misc: bitflip analyzer tool, by @felixhandte