Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/scripts/basic/
H A Dfixdep.c169 static unsigned int strhash(const char *str, unsigned int sz) in strhash() function
217 unsigned int hash = strhash(m, slen); in use_config()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c822 static unsigned strhash(const char *s) in strhash() function
845 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
887 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/OK3568_Linux_fs/buildroot/support/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()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c798 static unsigned strhash(const char *s) in strhash() function
821 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
863 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c653 static u32 strhash(const void *data, u32 len, u32 seed) in strhash() function
888 params.hashfn = strhash; in unpack_profile()