Searched refs:hh_dst (Results 1 – 1 of 1) sorted by relevance
| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 982 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument 987 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \ 1007 HASH_MAKE_TABLE(hh_dst, dst, _hs_oomed); \ 1016 _dst_hh->tbl = (dst)->hh_dst.tbl; \ 1019 HASH_ADD_TO_BKT(_dst_hh->tbl->buckets[_dst_bkt], hh_dst, _dst_hh, _hs_oomed); \ 1020 (dst)->hh_dst.tbl->num_items++; \ 1023 HASH_ROLLBACK_BKT(hh_dst, dst, _dst_hh); \ 1024 HASH_DELETE_HH(hh_dst, dst, _dst_hh); \ 1037 HASH_FSCK(hh_dst, dst, "HASH_SELECT"); \
|
Completed in 10 milliseconds