Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
163 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h16 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
H A Dsymbol.c821 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
863 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
H A Dparser.y29 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
162 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h30 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
H A Dsymbol.c855 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
897 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
H A Dzconf.y29 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
H A Dzconf.tab.c_shipped94 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.h91 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
119 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h29 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
H A Dsymbol.c845 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
887 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
H A Dzconf.y29 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped102 struct symbol *symbol_hash[SYMBOL_HASHSIZE];