Searched refs:countLeadingZerosHigh (Results 1 – 2 of 2) sorted by relevance
165 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32() local194 shiftCount += countLeadingZerosHigh[a >> 24]; in countLeadingZeros32()
643 static const int8 countLeadingZerosHigh[] = {672 shiftCount += countLeadingZerosHigh[ a>>24 ];