Searched refs:highWordBits (Results 1 – 2 of 2) sorted by relevance
665 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnes() local667 if (!highWordBits) { in countLeadingOnes()668 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()671 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnes()675 if (Count == highWordBits) { in countLeadingOnes()
605 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnesSlowCase() local607 if (!highWordBits) { in countLeadingOnesSlowCase()608 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()611 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnesSlowCase()615 if (Count == highWordBits) { in countLeadingOnesSlowCase()