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

/external/valgrind/perf/
H A Dtinycc.c7169 #define TOK_HASH_FUNC(h, c) ((h) * 263 + (c))
7180 h = TOK_HASH_FUNC(h, ((unsigned char *)str)[i]);
8372 h = TOK_HASH_FUNC(h, type);
8375 h = TOK_HASH_FUNC(h, *s);
9281 h = TOK_HASH_FUNC(h, c);
9287 h = TOK_HASH_FUNC(h, c);
7167 #define TOK_HASH_FUNC macro

Completed in 136 milliseconds