Home
last modified time | relevance | path

Searched refs:DOUBLE (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
H A Dstatistics_test.cpp41 constexpr int DOUBLE = 2; member
178 if (i % DOUBLE == 0) { in Fun2()
195 if (i % DOUBLE == 0) { in Fun3()
199 DlopenAndCloseSo(VEC_SO_PATH[0], MALLOC_SIZE * DOUBLE); in Fun3()
213 if (i % DOUBLE == 0) { in Fun4()
230 if (i % DOUBLE == 0) { in Fun5()
/developtools/profiler/hiebpf/src/
H A Dbpf_event_receiver.cpp22 static constexpr int DOUBLE = 2; variable
201 mapItem->len = size - sizeof(uint32_t) * DOUBLE; in WriteEventMaps()
234 sym->len = size - sizeof(uint32_t) * DOUBLE; in WriteSymbolInfo()
293 item->itemLen_ = itemLen - sizeof(uint32_t) * DOUBLE; in EncodeFSTraceEvent()
329 item->itemLen_ = itemLen - sizeof(uint32_t) * DOUBLE; in EncodePFTraceEvent()
365 item->itemLen_ = itemLen - sizeof(uint32_t) * DOUBLE; in EncodeBIOTraceEvent()
399 item->itemLen_ = itemLen - sizeof(uint32_t) * DOUBLE; in EncodeSTRTraceEvent()
/developtools/hiperf/test/unittest/common/native/
H A Dperf_events_test.cpp52 static constexpr int DOUBLE = 2; member in OHOS::Developtools::HiPerf::PerfEventsTest
99 if (i % DOUBLE == 0) { in TestCodeThread()
102 mems.push_back(std::make_unique<char[]>(memSize * DOUBLE)); in TestCodeThread()

Completed in 4 milliseconds