Searched refs:GetBitsCount (Results 1 – 4 of 4) sorted by relevance
92 uint32_t GetBitsCount(uint64_t n);
176 EXPECT_EQ(GetBitsCount(num2), 3);
333 uint32_t GetBitsCount(uint64_t n) in GetBitsCount() function
419 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst()