Searched refs:BitCount (Results 1 – 2 of 2) sorted by relevance
47 #define COUNT_ONE_BITS(number, BitCount) \ argument51 BitCount = 0; \55 BitCount = BitCount + 1; \
122 #define CC_MNG_COUNT_ONE_BITS(number, BitCount) \ argument126 BitCount = 0; \130 BitCount = BitCount + 1; \