Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dhelpers.c18 #define MAX_LINE_LEN 1024 macro
21 char line[MAX_LINE_LEN]; in llvm_tokenize_stdin()
/external/llvm/tools/llvm-c-test/
Dhelpers.c19 #define MAX_LINE_LEN 1024 macro
22 char line[MAX_LINE_LEN]; in llvm_tokenize_stdin()
/external/u-boot/tools/
Dproftool.c23 #define MAX_LINE_LEN 500 macro
107 char buff[MAX_LINE_LEN]; in read_system_map()
109 char symname[MAX_LINE_LEN + 1]; in read_system_map()