Home | History | Annotate | Download | only in ADT

Lines Matching refs:whichBit

116   static unsigned whichBit(unsigned bitPosition) {
122 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
127 return 1ULL << whichBit(bitPosition);