Home
last modified time | relevance | path

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

/lib/
Dsiphash.c225 u64 combined = (u64)second << 32 | first; in siphash_3u32() local
227 v3 ^= combined; in siphash_3u32()
230 v0 ^= combined; in siphash_3u32()
339 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local
341 v3 ^= combined; in hsiphash_2u32()
343 v0 ^= combined; in hsiphash_2u32()
358 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local
360 v3 ^= combined; in hsiphash_3u32()
362 v0 ^= combined; in hsiphash_3u32()
379 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local
[all …]