Searched refs:whichBit (Results 1 – 2 of 2) sorted by relevance
128 static unsigned whichBit(unsigned bitPosition) { in whichBit() function139 return 1ULL << whichBit(bitPosition); in maskBit()
309 uint64_t loMask = WORDTYPE_MAX << whichBit(loBit); in setBitsSlowCase()312 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase()365 unsigned loBit = whichBit(bitPosition); in insertBits()413 unsigned loBit = whichBit(bitPosition); in extractBits()