Lines Matching refs:bottom29Bits
105 bottom29Bits = 0x1fffffff const
252 out[i] &= bottom29Bits
292 out[i] &= bottom29Bits
333 tmp2[0] = uint32(tmp[0]) & bottom29Bits
344 tmp2[i] += (uint32(tmp[i-1]>>32) << 4) & bottom29Bits
345 tmp2[i] += uint32(tmp[i]) & bottom29Bits
348 tmp2[i] &= bottom29Bits
380 x = tmp2[i] & bottom29Bits
430 tmp2[i+6] += (x << 21) & bottom29Bits
442 tmp2[i+8] += (x << 28) & bottom29Bits
453 tmp2[i+4] += (x << 11) & bottom29Bits
465 tmp2[i+8] -= (x << 25) & bottom29Bits
482 out[i] += (tmp2[i+10] << 28) & bottom29Bits
484 out[i] &= bottom29Bits
496 out[8] &= bottom29Bits
736 out[i] &= bottom29Bits
762 out[i] &= bottom29Bits
765 out[i] &= bottom29Bits
792 out[i] &= bottom29Bits
795 out[i] &= bottom29Bits
1154 out[i] = uint32(bits[0]) & bottom29Bits