Home
last modified time | relevance | path

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

/lib/
Dxxhash.c210 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64() local
212 h64 ^= k1; in xxh64()
470 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest() local
472 h64 ^= k1; in xxh64_digest()