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

/external/valgrind/main/perf/
H A Dtinycc.c2123 #define STRING_MAX_SIZE 1024
2365 static char token_buf[STRING_MAX_SIZE + 1];
7288 static char buf[STRING_MAX_SIZE + 1];
8917 if (q >= token_buf + STRING_MAX_SIZE) {
9015 if (q >= token_buf + STRING_MAX_SIZE)
9021 if (q >= token_buf + STRING_MAX_SIZE)
9028 if (q >= token_buf + STRING_MAX_SIZE)
9033 if (q >= token_buf + STRING_MAX_SIZE)
9041 if (q >= token_buf + STRING_MAX_SIZE)
2121 #define STRING_MAX_SIZE macro

Completed in 152 milliseconds