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

/external/valgrind/main/perf/
H A Dtinycc.c2365 static char token_buf[STRING_MAX_SIZE + 1];
8885 q = token_buf;
8917 if (q >= token_buf + STRING_MAX_SIZE) {
8939 q = token_buf;
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)
9053 tokc.f = strtof(token_buf, NUL
2363 static char token_buf[STRING_MAX_SIZE + 1]; variable
[all...]

Completed in 106 milliseconds