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

/external/valgrind/main/perf/
H A Dtinycc.c2364 static TokenSym *hash_ident[TOK_HASH_SIZE];
7183 pts = &hash_ident[h];
9298 pts = &hash_ident[h];
20778 memset(hash_ident, 0, TOK_HASH_SIZE * sizeof(TokenSym *));
2362 static TokenSym *hash_ident[TOK_HASH_SIZE]; variable

Completed in 81 milliseconds