Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cpp152 uptr high_res, high_dirty; in WriteMemoryProfile() local
155 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile()
182 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile()
/external/webrtc/rtc_base/
Dtask_queue_win.cc73 bool high_res = (timeBeginPeriod(kPeriod) == TIMERR_NOERROR); in GetTick() local
75 if (high_res) in GetTick()
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc3527 uint64_t high_res = (lsb == 0) in VisitExtract() local
3531 WriteRegister(reg_size, instr->GetRd(), low_res | high_res); in VisitExtract()