Lines Matching full:bit_vector
1568 static int count_bits(int bit_vector) {1570 while (bit_vector != 0) {1571 if ((bit_vector & 1) != 0) {1574 bit_vector >>= 1;