Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c7167 #define TOK_HASH_FUNC(h, c) ((h) * 263 + (c)) macro
7178 h = TOK_HASH_FUNC(h, ((unsigned char *)str)[i]); in tok_alloc()
8370 h = TOK_HASH_FUNC(h, type); in hash_cached_include()
8373 h = TOK_HASH_FUNC(h, *s); in hash_cached_include()
9279 h = TOK_HASH_FUNC(h, c); in next_nomacro1()
9285 h = TOK_HASH_FUNC(h, c); in next_nomacro1()