Home
last modified time | relevance | path

Searched refs:strhash (Results 1 – 2 of 2) sorted by relevance

/scripts/basic/
Dfixdep.c118 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
154 unsigned int hash = strhash(name, len); in in_hashtable()
/scripts/kconfig/
Dsymbol.c797 static unsigned strhash(const char *s) in strhash() function
820 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
862 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()