Searched refs:hash_func (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libc/db/
H A DMakefile.inc15 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/openbsd-current/usr.bin/cvs/
H A DMakefile10 hash_func.c history.c log.c logmsg.c modules.c import.c init.c \
/openbsd-current/usr.sbin/npppd/common/
H A Dhash.c40 uint32_t (*hash_func) (const void *, int), int hsz)
55 htbl->hash = hash_func;
/openbsd-current/sys/dev/pci/
H A Dif_vmxreg.h358 u_int16_t hash_func; member in struct:vmxnet3_upt1_rss_conf
H A Dif_vmx.c557 rsscfg->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ;
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c172 static size_t hash_func PARAMS ((tree));
5466 hash_func (sel_name)
5496 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE;
5513 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
5454 hash_func (sel_name) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6734 hash_func (tree sel_name)
6771 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE;
6786 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
6721 hash_func (tree sel_name) function

Completed in 215 milliseconds