Home
last modified time | relevance | path

Searched refs:GetBitsCount (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h92 uint32_t GetBitsCount(uint64_t n);
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp168 * @tc.desc: GetBitsCount & GetBitPos.
179 EXPECT_EQ(GetBitsCount(num2), 3); in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp335 uint32_t GetBitsCount(uint64_t n) in GetBitsCount() function
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp432 if (((rqst.types & (0b01 << LOG_KMSG)) != 0) && (GetBitsCount(rqst.types) > 1)) { in CheckOutputRqst()

Completed in 4 milliseconds