Lines Matching full:third
159 * @third: third u64
162 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
174 v3 ^= third; in siphash_3u64()
177 v0 ^= third; in siphash_3u64()
186 * @third: third u64
190 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
202 v3 ^= third; in siphash_4u64()
205 v0 ^= third; in siphash_4u64()
222 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument
231 b |= third; in siphash_3u32()
352 * @third: third u32
355 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
363 b |= third; in hsiphash_3u32()
372 * @third: third u32
376 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() argument
384 combined = (u64)forth << 32 | third; in hsiphash_4u32()
504 * @third: third u32
507 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument
517 v3 ^= third; in hsiphash_3u32()
519 v0 ^= third; in hsiphash_3u32()
528 * @third: third u32
532 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() argument
542 v3 ^= third; in hsiphash_4u32()
544 v0 ^= third; in hsiphash_4u32()