Searched refs:hiShiftAmt (Results 1 – 1 of 1) sorted by relevance
310 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase() local311 if (hiShiftAmt != 0) { in setBitsSlowCase()313 uint64_t hiMask = WORD_MAX >> (APINT_BITS_PER_WORD - hiShiftAmt); in setBitsSlowCase()