Lines Matching +full:5 +full:v0
21 #define SIPROUND SIPHASH_PERMUTATION(v0, v1, v2, v3)
24 u64 v0 = SIPHASH_CONST_0; \
32 v0 ^= key->key[0];
38 v0 ^= b; \
44 return (v0 ^ v1) ^ (v2 ^ v3);
58 v0 ^= m; in __siphash_aligned()
67 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_aligned()
68 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_aligned()
91 v0 ^= m; in __siphash_unaligned()
100 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_unaligned()
101 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_unaligned()
123 v0 ^= first; in siphash_1u64()
140 v0 ^= first; in siphash_2u64()
144 v0 ^= second; in siphash_2u64()
163 v0 ^= first; in siphash_3u64()
167 v0 ^= second; in siphash_3u64()
171 v0 ^= third; in siphash_3u64()
191 v0 ^= first; in siphash_4u64()
195 v0 ^= second; in siphash_4u64()
199 v0 ^= third; in siphash_4u64()
203 v0 ^= forth; in siphash_4u64()
224 v0 ^= combined; in siphash_3u32()
240 v0 ^= b; \
245 return (v0 ^ v1) ^ (v2 ^ v3);
258 v0 ^= m; in __hsiphash_aligned()
267 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_aligned()
268 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __hsiphash_aligned()
291 v0 ^= m; in __hsiphash_unaligned()
300 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_unaligned()
301 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __hsiphash_unaligned()
337 v0 ^= combined; in hsiphash_2u32()
356 v0 ^= combined; in hsiphash_3u32()
377 v0 ^= combined; in hsiphash_4u32()
381 v0 ^= combined; in hsiphash_4u32()
386 #define HSIPROUND HSIPHASH_PERMUTATION(v0, v1, v2, v3)
389 u32 v0 = HSIPHASH_CONST_0; \
397 v0 ^= key->key[0];
402 v0 ^= b; \
420 v0 ^= m; in __hsiphash_aligned()
443 v0 ^= m; in __hsiphash_unaligned()
464 v0 ^= first; in hsiphash_1u32()
480 v0 ^= first; in hsiphash_2u32()
483 v0 ^= second; in hsiphash_2u32()
501 v0 ^= first; in hsiphash_3u32()
504 v0 ^= second; in hsiphash_3u32()
507 v0 ^= third; in hsiphash_3u32()
526 v0 ^= first; in hsiphash_4u32()
529 v0 ^= second; in hsiphash_4u32()
532 v0 ^= third; in hsiphash_4u32()
535 v0 ^= forth; in hsiphash_4u32()