delptr 194 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_DELETE(hh,head,delptr) \ delptr 198 ompi/mca/topo/treematch/treematch/uthash.h if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \ delptr 205 ompi/mca/topo/treematch/treematch/uthash.h _hd_hh_del = &((delptr)->hh); \ delptr 206 ompi/mca/topo/treematch/treematch/uthash.h if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \ delptr 208 ompi/mca/topo/treematch/treematch/uthash.h (UT_hash_handle*)((char*)((delptr)->hh.prev) + \ delptr 211 ompi/mca/topo/treematch/treematch/uthash.h if ((delptr)->hh.prev) { \ delptr 212 ompi/mca/topo/treematch/treematch/uthash.h ((UT_hash_handle*)((char*)((delptr)->hh.prev) + \ delptr 213 ompi/mca/topo/treematch/treematch/uthash.h (head)->hh.tbl->hho))->next = (delptr)->hh.next; \ delptr 215 ompi/mca/topo/treematch/treematch/uthash.h DECLTYPE_ASSIGN(head,(delptr)->hh.next); \ delptr 243 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_DEL(head,delptr) \ delptr 244 ompi/mca/topo/treematch/treematch/uthash.h HASH_DELETE(hh,head,delptr) delptr 227 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_DELETE(hh,head,delptr) \ delptr 230 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \ delptr 238 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _hd_hh_del = &((delptr)->hh); \ delptr 239 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \ delptr 241 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ delptr 244 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if ((delptr)->hh.prev != NULL) { \ delptr 245 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ delptr 246 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h (head)->hh.tbl->hho))->next = (delptr)->hh.next; \ delptr 248 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h DECLTYPE_ASSIGN(head,(delptr)->hh.next); \ delptr 282 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_DEL(head,delptr) \ delptr 283 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_DELETE(hh,head,delptr)