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

/external/valgrind/main/perf/
H A Dtinycc.c2126 #define TOK_HASH_SIZE 8192 /* must be a power of two */
2364 static TokenSym *hash_ident[TOK_HASH_SIZE];
7181 h &= (TOK_HASH_SIZE - 1);
9297 h &= (TOK_HASH_SIZE - 1);
20778 memset(hash_ident, 0, TOK_HASH_SIZE * sizeof(TokenSym *));
2124 #define TOK_HASH_SIZE macro

Completed in 136 milliseconds