Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2126 #define TOK_MAX_SIZE 4 /* token max size in int unit when stored in string */ macro
2320 static int unget_saved_buffer[TOK_MAX_SIZE + 1];
8031 if (len + TOK_MAX_SIZE > s->allocated_len) in tok_str_add2()