Searched refs:whichBit (Results 1 – 9 of 9) sorted by relevance
116 static unsigned whichBit(unsigned bitPosition) { in whichBit() function127 return 1ULL << whichBit(bitPosition); in maskBit()
112 static unsigned whichBit(unsigned bitPosition) { in whichBit() function122 return 1ULL << whichBit(bitPosition); in maskBit()
120 static unsigned whichBit(unsigned bitPosition) { in whichBit() function131 return 1ULL << whichBit(bitPosition); in maskBit()
127 static unsigned whichBit(unsigned bitPosition) { in whichBit() function138 return 1ULL << whichBit(bitPosition); in maskBit()
307 uint64_t loMask = WORD_MAX << whichBit(loBit); in setBitsSlowCase()310 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase()363 unsigned loBit = whichBit(bitPosition); in insertBits()411 unsigned loBit = whichBit(bitPosition); in extractBits()
2125 short whichBit; in Qd_ColorBit() local2130 &whichBit)) in Qd_ColorBit()2132 ColorBit(whichBit); in Qd_ColorBit()
1155 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()
1091 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()
1065 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()