Home
last modified time | relevance | path

Searched refs:hash_func (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/usr.sbin/npppd/common/
H A Dhash.c40 uint32_t (*hash_func) (const void *, int), int hsz) in hash_create()
55 htbl->hash = hash_func; in hash_create()
/openbsd-src/lib/libc/db/
H A DMakefile.inc15 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/openbsd-src/usr.bin/cvs/
H A DMakefile10 hash_func.c history.c log.c logmsg.c modules.c import.c init.c \
/openbsd-src/sys/dev/pci/
H A Dif_vmxreg.h358 u_int16_t hash_func; member
H A Dif_vmx.c557 rsscfg->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_dma_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c170 static size_t hash_func PARAMS ((tree));
5454 hash_func (sel_name) in hash_func() function
5484 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE;
5501 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c6721 hash_func (tree sel_name) in hash_func() function
6758 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE; in hash_enter()
6773 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE]; in hash_lookup()
/openbsd-src/regress/usr.bin/tsort/
H A Dpairs1171 hash_func.o hash_func.o
795 hash.o hash_func.o
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.63196 (hash_func): New function.
3197 (hash_enter): Replace HASHFUNCTION with hash_func.
3198 (hash_lookup): Replace HASHFUNCTION with hash_func.