Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp77 uint64_t rem_flag = (((uint64_t)1 << time_shift) - 1); in ToNanos() local
78 uint64_t rem = tsc & rem_flag; in ToNanos()