Home | History | Annotate | Download | only in src

Lines Matching full:bit_position

2201     int bit_position = 0;
2204 while (bit_position < kBitsPerInt) {
2211 } else if ((rset_word & (1 << bit_position)) == 0) {
2223 if (bit_position % 8 == 7 && bit_position != (kBitsPerInt - 1)) {
2228 bit_position++;