Searched refs:strhash (Results 1 – 7 of 7) 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
169 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function217 unsigned int hash = strhash(m, slen); in use_config()
152 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function200 unsigned int hash = strhash(m, slen); in use_config()
822 static unsigned strhash(const char *s) in strhash() function845 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()887 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
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()
798 static unsigned strhash(const char *s) in strhash() function821 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()863 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
653 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function888 params.hashfn = strhash; in unpack_profile()