Searched refs:hash_func (Results 1 – 9 of 9) sorted by relevance
40 uint32_t (*hash_func) (const void *, int), int hsz) in hash_create()55 htbl->hash = hash_func; in hash_create()
15 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
10 hash_func.c history.c log.c logmsg.c modules.c import.c init.c \
358 u_int16_t hash_func; member
557 rsscfg->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_dma_init()
170 static size_t hash_func PARAMS ((tree));5454 hash_func (sel_name) in hash_func() function5484 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE;5501 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE];
6721 hash_func (tree sel_name) in hash_func() function6758 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE; in hash_enter()6773 target = hashlist[hash_func (sel_name) % SIZEHASHTABLE]; in hash_lookup()
171 hash_func.o hash_func.o795 hash.o hash_func.o
3196 (hash_func): New function.3197 (hash_enter): Replace HASHFUNCTION with hash_func.3198 (hash_lookup): Replace HASHFUNCTION with hash_func.