Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp811 constexpr uint32_t kMaxRowLength = 100; in typesetLinesAndColumns() local
813 uint32_t ColumnsPerRow = kMaxRowLength / (MinColumnWidth + 3); in typesetLinesAndColumns()