Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h63 uint32_t NormalizeIndex(uint32_t i) const { in NormalizeIndex() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLog.cpp407 size_t RotatingLogHandler::NormalizeIndex(size_t i) const { return i % m_size; } in NormalizeIndex() function in RotatingLogHandler