Searched refs:highWordBits (Results 1 – 1 of 1) sorted by relevance
606 unsigned highWordBits = BitWidth % APINT_BITS_PER_WORD; in countLeadingOnesSlowCase() local608 if (!highWordBits) { in countLeadingOnesSlowCase()609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()612 shift = APINT_BITS_PER_WORD - highWordBits; in countLeadingOnesSlowCase()616 if (Count == highWordBits) { in countLeadingOnesSlowCase()