Home
last modified time | relevance | path

Searched refs:strhash (Results 1 – 4 of 4) 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/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/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/
H A D0001-AVRO-3960-C-Fix-st-ANYARGS-warning-2798.patch224 static int strhash(const char *);
227 - HASH_FUNCTION_CAST strhash
229 + (hash_function_hash) strhash
/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()