Home
last modified time | relevance | path

Searched refs:popcountll (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libcutils/include/cutils/
H A Dbitops.h35 static inline int popcountll(unsigned long long x) { in popcountll() function
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dbitops.h35 static inline int popcountll(unsigned long long x) { in popcountll() function
/aosp12/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp321 EXPECT_LE(popcountll(config.fmDeemphasis), 1); in TEST_P()
322 EXPECT_LE(popcountll(config.fmRds), 1); in TEST_P()
331 EXPECT_EQ(popcountll(config.fmDeemphasis), 1); in TEST_P()
361 EXPECT_GE(popcountll(config.fmDeemphasis), 1); in TEST_P()