Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c151 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
216 unsigned int hash = strhash(m, slen); in use_config()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c770 static unsigned strhash(const char *s) in strhash() function
793 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
835 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()