Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.h86 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
108 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h29 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dsymbol.c793 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
835 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
H A Dzconf.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
H A Dzconf.tab.c107 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
H A Dzconf.tab.c_shipped107 struct symbol *symbol_hash[SYMBOL_HASHSIZE];