Searched refs:MSWMask (Results 1 – 1 of 1) sorted by relevance
685 integerPart MSWMask; in countLeadingZerosSlowCase() local686 if (BitsInMSW) MSWMask = (integerPart(1) << BitsInMSW) - 1; in countLeadingZerosSlowCase()688 MSWMask = ~integerPart(0); in countLeadingZerosSlowCase()693 integerPart MSW = pVal[i-1] & MSWMask; in countLeadingZerosSlowCase()