Lines Matching full:third
152 * @third: third u64
155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
167 v3 ^= third; in siphash_3u64()
170 v0 ^= third; in siphash_3u64()
179 * @third: third u64
183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
195 v3 ^= third; in siphash_4u64()
198 v0 ^= third; in siphash_4u64()
215 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument
224 b |= third; in siphash_3u32()
345 * @third: third u32
348 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
356 b |= third; in hsiphash_3u32()
365 * @third: third u32
369 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() argument
377 combined = (u64)forth << 32 | third; in hsiphash_4u32()
491 * @third: third u32
494 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
504 v3 ^= third; in hsiphash_3u32()
506 v0 ^= third; in hsiphash_3u32()
515 * @third: third u32
519 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() argument
529 v3 ^= third; in hsiphash_4u32()
531 v0 ^= third; in hsiphash_4u32()