Searched refs:strhash (Results 1 – 2 of 2) sorted by relevance
171 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function219 unsigned int hash = strhash(m, slen); in use_config()
796 static unsigned strhash(const char *s) in strhash() function819 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()861 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
Completed in 5 milliseconds