Searched refs:whichBit (Results 1 – 2 of 2) sorted by relevance
116 static unsigned whichBit(unsigned bitPosition) { in whichBit() function127 return 1ULL << whichBit(bitPosition); in maskBit()
1085 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()