Home
last modified time | relevance | path

Searched refs:PRIME32_3 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dxxhash.c66 static const uint32_t PRIME32_3 = 3266489917U; variable
135 h32 += get_unaligned_le32(p) * PRIME32_3; in xxh32()
149 h32 *= PRIME32_3; in xxh32()
356 h32 += get_unaligned_le32(p) * PRIME32_3; in xxh32_digest()
370 h32 *= PRIME32_3; in xxh32_digest()
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c66 static const uint32_t PRIME32_3 = 3266489917U; variable
135 h32 += get_unaligned_le32(p) * PRIME32_3; in xxh32()
149 h32 *= PRIME32_3; in xxh32()
356 h32 += get_unaligned_le32(p) * PRIME32_3; in xxh32_digest()
370 h32 *= PRIME32_3; in xxh32_digest()

Completed in 3 milliseconds