Home
last modified time | relevance | path

Searched refs:HASH_ADD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libucl/uthash/
H A Duthash.h161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
171 HASH_ADD(hh,head,fieldname,keylen_in,add); \
256 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
262 HASH_ADD(hh,head,intfield,sizeof(int),add)
268 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
/freebsd/contrib/elftoolchain/common/
H A Duthash.h161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ macro
246 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
250 HASH_ADD(hh,head,intfield,sizeof(int),add)
254 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
/freebsd/contrib/ofed/libirdma/
H A Dosdep.h69 #define HASH_ADD(h, n, k) \ macro
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c59 HASH_ADD(ab_hh, cu->cu_abbrev_hash, ab_entry, in _dwarf_abbrev_add()
/freebsd/sys/dev/irdma/
H A Dosdep.h76 #define HASH_ADD(h, n, k) \ macro
H A Dirdma_hw.c2483 HASH_ADD(cm_core->apbvt_hash_tbl, &entry->hlist, entry->port); in irdma_add_apbvt()