Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp386 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<() local
412 assert(BlockCharWidth >= CharsPrinted); in operator <<()
413 indent(BlockCharWidth - CharsPrinted + 2); in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp407 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<() local
433 assert(BlockCharWidth >= CharsPrinted); in operator <<()
434 indent(BlockCharWidth - CharsPrinted + 2); in operator <<()