Searched refs:high_res (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_mac.cpp | 152 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/ |
D | task_queue_win.cc | 73 bool high_res = (timeBeginPeriod(kPeriod) == TIMERR_NOERROR); in GetTick() local 75 if (high_res) in GetTick()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 3527 uint64_t high_res = (lsb == 0) in VisitExtract() local 3531 WriteRegister(reg_size, instr->GetRd(), low_res | high_res); in VisitExtract()
|