Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp915 uint32_t RowColumns = std::min(ItemsLeft, ColumnsPerRow); in typesetLinesAndColumns() local
916 for (uint32_t I = 0; I < RowColumns; ++I) { in typesetLinesAndColumns()