Home
last modified time | relevance | path

Searched refs:PowerOfTwo (Results 1 - 7 of 7) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp614 * @tc.name: PowerOfTwo
618 HWTEST_F(UtilitiesTest, PowerOfTwo, TestSize.Level1) in HWTEST_F()
620 EXPECT_EQ(PowerOfTwo(1), true); in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp604 * @tc.name: PowerOfTwo
608 HWTEST_F(UtilitiesTest, PowerOfTwo, TestSize.Level1) in HWTEST_F()
610 EXPECT_EQ(PowerOfTwo(1), true); in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h300 bool PowerOfTwo(int n);
/developtools/hiperf/include/
H A Dutilities.h312 bool PowerOfTwo(uint64_t n);
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp299 bool PowerOfTwo(int n) in PowerOfTwo() function
/developtools/hiperf/src/
H A Dutilities.cpp347 bool PowerOfTwo(uint64_t n) in PowerOfTwo() function
H A Dsubcommand_record.cpp443 !PowerOfTwo(mmapPages_)) { in CheckArgsRange()
449 !PowerOfTwo(cmdlinesSize_)) { in CheckArgsRange()

Completed in 9 milliseconds