Lines Matching refs:whichBit
116 static unsigned whichBit(unsigned bitPosition) {122 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set127 return 1ULL << whichBit(bitPosition);