Searched refs:strhash (Results 1 – 6 of 6) sorted by relevance
55 Index: enscript-1.6.6/afmlib/strhash.h57 --- enscript-1.6.6.orig/afmlib/strhash.h58 +++ enscript-1.6.6/afmlib/strhash.h
118 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function154 unsigned int hash = strhash(name, len); in in_hashtable()
152 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function200 unsigned int hash = strhash(m, slen); in use_config()
832 static unsigned strhash(const char *s) in strhash() function855 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()897 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
807 static unsigned strhash(const char *s) in strhash() function830 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()872 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
780 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function1056 params.hashfn = strhash; in unpack_profile()