Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/basic/
H A Dfixdep.c152 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
200 unsigned int hash = strhash(m, slen); in use_config()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c822 static unsigned strhash(const char *s) in strhash() function
845 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
887 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()