Searched refs:TOK_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
2124 #define TOK_HASH_SIZE 8192 /* must be a power of two */ macro2362 static TokenSym *hash_ident[TOK_HASH_SIZE];7179 h &= (TOK_HASH_SIZE - 1); in tok_alloc()9295 h &= (TOK_HASH_SIZE - 1); in next_nomacro1()20776 memset(hash_ident, 0, TOK_HASH_SIZE * sizeof(TokenSym *)); in tcc_new()