Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A Denscript-autoconf.patch55 Index: enscript-1.6.6/afmlib/strhash.h
57 --- enscript-1.6.6.orig/afmlib/strhash.h
58 +++ enscript-1.6.6/afmlib/strhash.h
/openbmc/linux/scripts/basic/
H A Dfixdep.c118 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
154 unsigned int hash = strhash(name, len); in in_hashtable()
/openbmc/u-boot/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()
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c832 static unsigned strhash(const char *s) in strhash() function
855 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
897 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c807 static unsigned strhash(const char *s) in strhash() function
830 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
872 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack.c780 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
1056 params.hashfn = strhash; in unpack_profile()