Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DOutputBuffer.h113 unsigned len_to_fill = static_cast<unsigned>(S.length()) < Length in outstring() local
119 for (unsigned i = 0; i < len_to_fill; ++i) in outstring()