Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2120 #define VSTACK_SIZE 256 macro
2372 static SValue vstack[VSTACK_SIZE], *vtop;
10107 if (vtop >= vstack + (VSTACK_SIZE - 1)) in vsetc()
10228 if (vtop >= vstack + (VSTACK_SIZE - 1)) in vpushv()