Lines Matching defs:h3
33 uint32_t h0,h1,h2,h3,h4;
66 h3 = 0;
85 h3 += (uint32_t)(((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff);
90 mul32x32_64(h2,s3) + mul32x32_64(h3,s2) +
93 mul32x32_64(h2,s4) + mul32x32_64(h3,s3) +
96 mul32x32_64(h2,r0) + mul32x32_64(h3,s4) +
99 mul32x32_64(h2,r1) + mul32x32_64(h3,r0) +
102 mul32x32_64(h2,r2) + mul32x32_64(h3,r1) +
108 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26);
135 h3 += (uint32_t)(((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff);
144 h3 += b; b = h3 >> 26; h3 = h3 & 0x3ffffff;
152 g3 = h3 + b; b = g3 >> 26; g3 &= 0x3ffffff;
160 h3 = (h3 & nb) | (g3 & b);
165 f2 = ((h2 >> 12) | (h3 << 14)) + (uint64_t)U8TO32_LE(&key[24]);
166 f3 = ((h3 >> 18) | (h4 << 8)) + (uint64_t)U8TO32_LE(&key[28]);