Lines Matching refs:third
159 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
171 v3 ^= third; in siphash_3u64()
174 v0 ^= third; in siphash_3u64()
187 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
199 v3 ^= third; in siphash_4u64()
202 v0 ^= third; in siphash_4u64()
219 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument
228 b |= third; in siphash_3u32()
354 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
362 b |= third; in hsiphash_3u32()
375 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() argument
383 combined = (u64)forth << 32 | third; in hsiphash_4u32()
502 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
512 v3 ^= third; in hsiphash_3u32()
514 v0 ^= third; in hsiphash_3u32()
527 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() argument
537 v3 ^= third; in hsiphash_4u32()
539 v0 ^= third; in hsiphash_4u32()