HomeSort by: relevance | last modified time | path
    Searched defs:bitflip (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 4506 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; local
4507 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip;
4521 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; local
4523 xxh_u64 const keyed = input64 ^ bitflip;
6430 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed;
6431 xxh_u64 const keyed = input_64 ^ bitflip;
xxhash.h 4506 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; local
4507 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip;
4521 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; local
4523 xxh_u64 const keyed = input64 ^ bitflip;
6430 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed;
6431 xxh_u64 const keyed = input_64 ^ bitflip;
xxhash.h 4506 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; local
4507 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip;
4521 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; local
4523 xxh_u64 const keyed = input64 ^ bitflip;
6430 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed;
6431 xxh_u64 const keyed = input_64 ^ bitflip;

Completed in 116 milliseconds