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

/external/valgrind/main/perf/
H A Dtinycc.c2128 #define TOK_MAX_SIZE 4 /* token max size in int unit when stored in string */
2322 static int unget_saved_buffer[TOK_MAX_SIZE + 1];
8033 if (len + TOK_MAX_SIZE > s->allocated_len)
2126 #define TOK_MAX_SIZE macro

Completed in 188 milliseconds