Searched refs:two (Results 1 - 11 of 11) sorted by relevance
/developtools/profiler/proto_encoder/test/unittest/ |
H A D | varint_encode_unittest.cpp | 36 const uint32_t two = 2; member in OHOS::Developtools::Profiler::VarintEncodeUnittest 63 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two); in HWTEST_F() local 67 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two); in HWTEST_F() local 96 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two); in HWTEST_F() local 100 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two); in HWTEST_F() local 124 itemCount = VARINT_MAX_1BYTE / (itemSize + two); in HWTEST_F() 126 EXPECT_EQ(len, itemCount * (itemSize + two)); in HWTEST_F() 129 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two); in HWTEST_F() local 130 EXPECT_EQ(len, itemCount * (itemSize + two)); in HWTEST_F() 132 itemCount = VARINT_MAX_2BYTE / (itemSize + two); in HWTEST_F() 133 EXPECT_EQ(GetPackedVarintLenSize(itemCount, itemSize, len), two); HWTEST_F() local [all...] |
/developtools/hiperf/demo/cpp/ |
H A D | hiperf_demo.cpp | 35 constexpr uint32_t two = 2; in TestCodeThread() local 43 if (i % two == 0) { in TestCodeThread()
|
H A D | hiperf_example_cmd.cpp | 71 constexpr int two {2}; in LoopBranch0() 76 if (rnd() % two == 0) { in LoopBranch0() 85 constexpr int two {2}; in LoopBranch1() 90 if (rnd() % two == 0) { in LoopBranch1() 99 constexpr int two {2}; in LoopBranch() 102 if (rnd() % two == 0) { in LoopBranch()
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | ByTrace.cpp | 53 int two = 2; in CheckFpsJitters() local 55 if (curNum <= sum && currentTrigger < 0 && times > two) { in CheckFpsJitters()
|
H A D | parse_slide_fps_trace.cpp | 44 int two = 2; in CalculateTime() local 62 if (listFlag == two) { in CalculateTime()
|
H A D | control_call_cmd.cpp | 110 ss << std::fixed << std::setprecision(two) << rateResult; in TimeDelay() 160 ss << std::fixed << std::setprecision(two) << stallingRateResult; in SlideList() 261 int two = 2; in GetAppStartTime() local 262 ss << std::fixed << std::setprecision(two) << stallingRateResult2; in GetAppStartTime()
|
H A D | Capture.cpp | 36 const int two = 2; in ItemData() local 37 const int modResult = callNum % two; in ItemData()
|
H A D | profiler_fps.cpp | 140 int two = 2; in GetTimeDiff() local 153 strRealTime = params[two]; in GetTimeDiff() 158 strRealTime = params[two]; in GetTimeDiff()
|
/developtools/profiler/proto_encoder/include/ |
H A D | varint_encode.h | 51 const uint32_t two = 2; in GetPackedVarintLenSize() local 57 return two; in GetPackedVarintLenSize()
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
H A D | control_call_cmd.h | 42 int two = 2; member in OHOS::SmartPerf::ControlCallCmd
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | virtual_thread.cpp | 65 constexpr int two {2}; in FindMapByAddr() 68 std::size_t mid = (right - left) / two + left; in FindMapByAddr() 72 mid = (right - left) / two + left; in FindMapByAddr() 77 mid = (right - left) / two + left; in FindMapByAddr()
|
Completed in 6 milliseconds