Home
last modified time | relevance | path

Searched defs:NormalizeIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationHistory.h63 uint32_t NormalizeIndex(uint32_t i) const { in NormalizeIndex() function
/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp422 size_t RotatingLogHandler::NormalizeIndex(size_t i) const { return i % m_size; } in NormalizeIndex() function in RotatingLogHandler