Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2362 static TokenSym *hash_ident[TOK_HASH_SIZE]; variable
7181 pts = &hash_ident[h]; in tok_alloc()
9296 pts = &hash_ident[h]; in next_nomacro1()
20776 memset(hash_ident, 0, TOK_HASH_SIZE * sizeof(TokenSym *)); in tcc_new()