Searched refs:bitCount (Results 1 – 2 of 2) sorted by relevance
3210 int bitCount = bits.size(); in MakeBitField() local3212 if (bitCount < ptrBits) { in MakeBitField()3214 for (int i=0 ; i<bitCount ; ++i) { in MakeBitField()3221 while (v < bitCount) { in MakeBitField()3223 for (int i=0 ; (i<32) && (v<bitCount) ; ++i) { in MakeBitField()
1447 size_t bitCount;1449 bitCount += countBitsSet(_ptr[i]);1451 bitCount += countBitsSet(_ptr[fullWords] & endMask);1452 return bitCount;