Lines Matching refs:h4
33 uint32_t h0,h1,h2,h3,h4;
67 h4 = 0;
86 h4 += (uint32_t)((t3 >> 8) | (1 << 24));
91 mul32x32_64(h4,s1);
94 mul32x32_64(h4,s2);
97 mul32x32_64(h4,s3);
100 mul32x32_64(h4,s4);
103 mul32x32_64(h4,r0);
109 t[4] += b; h4 = (uint32_t)t[4] & 0x3ffffff; b = (uint32_t)(t[4] >> 26);
136 h4 += (uint32_t)(t3 >> 8);
145 h4 += b; b = h4 >> 26; h4 = h4 & 0x3ffffff;
153 g4 = h4 + b - (1 << 26);
161 h4 = (h4 & nb) | (g4 & b);
166 f3 = ((h3 >> 18) | (h4 << 8)) + (uint64_t)U8TO32_LE(&key[28]);