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

  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 4613 xxh_u64 const input_lo = XXH_readLE64(input) ^ bitflip1; local
4616 + XXH_swap64(input_lo) + input_hi
4617 + XXH3_mul128_fold64(input_lo, input_hi);
4682 { xxh_u64 const input_lo = XXH_readLE64(input); local
4685 input_lo ^ (XXH_readLE64(secret) + seed64),
6504 { xxh_u32 const input_lo = XXH_readLE32(input);
6506 xxh_u64 const input_64 = input_lo + ((xxh_u64)input_hi << 32);
6532 xxh_u64 const input_lo = XXH_readLE64(input);
6534 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1);

Completed in 20 milliseconds