Searched refs:MAX_LINE_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/TableGen/
H A DTableGenBackend.cpp21 const size_t MAX_LINE_LEN = 80U; variable
26 assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) &&
29 const size_t e = MAX_LINE_LEN - Suffix.size();
44 PosE = Pos + ((MAX_LINE_LEN > (Desc.size() - PSLen)) ?
46 MAX_LINE_LEN - PSLen);
/freebsd-10.3-release/contrib/amd/amd/
H A Dinfo_file.c54 #define MAX_LINE_LEN 1500 macro
105 char key_val[MAX_LINE_LEN];
H A Dinfo_exec.c56 #define MAX_LINE_LEN 1500 macro
170 char qanswer[MAX_LINE_LEN], *dc = 0;

Completed in 155 milliseconds