Home
last modified time | relevance | path

Searched refs:hh_dst (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/elftoolchain/common/
H A Duthash.h788 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
793 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \
810 HASH_MAKE_TABLE(hh_dst,dst); \
812 _dst_hh->tbl = (dst)->hh_dst.tbl; \
816 (dst)->hh_dst.tbl->num_items++; \
823 HASH_FSCK(hh_dst,dst); \
/freebsd/contrib/libucl/uthash/
H A Duthash.h583 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
588 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \
605 HASH_MAKE_TABLE(hh_dst,dst); \
607 _dst_hh->tbl = (dst)->hh_dst.tbl; \
611 (dst)->hh_dst.tbl->num_items++; \
618 HASH_FSCK(hh_dst,dst); \