Home
last modified time | relevance | path

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

/lib/
Dsiphash.c156 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
168 v3 ^= third; in siphash_3u64()
171 v0 ^= third; in siphash_3u64()
184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
196 v3 ^= third; in siphash_4u64()
199 v0 ^= third; in siphash_4u64()
216 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument
225 b |= third; in siphash_3u32()
349 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
357 b |= third; in hsiphash_3u32()
[all …]