Searched refs:bits1Lo (Results 1 – 1 of 1) sorted by relevance
40 uint32_t bits1Lo = (uint32_t)(bits1); in mulShift32() local42 bits1Lo += bits0Hi; in mulShift32()43 bits1Hi += (bits1Lo < bits0Hi); in mulShift32()50 return (bits1Hi << (32 - s)) | (bits1Lo >> s); in mulShift32()