Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp817 uint32_t RowColumns = std::min(ItemsLeft, ColumnsPerRow); in typesetLinesAndColumns() local
818 for (uint32_t I = 0; I < RowColumns; ++I) { in typesetLinesAndColumns()