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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h17 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dexpr.h99 #define SYMBOL_HASHSIZE 257 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc_proto.h16 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dexpr.h127 #define SYMBOL_HASHSIZE 257 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.h90 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
112 #define SYMBOL_HASHSIZE 9973 macro
H A Dlkc_proto.h27 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
H A Dsymbol.c781 hash = strhash(name) % SYMBOL_HASHSIZE;
823 hash = strhash(name) % SYMBOL_HASHSIZE;
H A Dzconf.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
H A Dzconf.tab.c107 struct symbol *symbol_hash[SYMBOL_HASHSIZE];

Completed in 106 milliseconds