Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/kconfig/
Dexpr.h90 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
118 #define SYMBOL_HASHSIZE 9973 macro
Dlkc_proto.h29 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
Dsymbol.c811 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
853 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
Dzconf.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];