hh_del            596 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_DEL_IN_BKT(hh,head,hh_del)                                          \
hh_del            598 ompi/mca/topo/treematch/treematch/uthash.h     if ((head).hh_head == hh_del) {                                              \
hh_del            599 ompi/mca/topo/treematch/treematch/uthash.h       (head).hh_head = hh_del->hh_next;                                          \
hh_del            601 ompi/mca/topo/treematch/treematch/uthash.h     if (hh_del->hh_prev) {                                                       \
hh_del            602 ompi/mca/topo/treematch/treematch/uthash.h         hh_del->hh_prev->hh_next = hh_del->hh_next;                              \
hh_del            604 ompi/mca/topo/treematch/treematch/uthash.h     if (hh_del->hh_next) {                                                       \
hh_del            605 ompi/mca/topo/treematch/treematch/uthash.h         hh_del->hh_next->hh_prev = hh_del->hh_prev;                              \
hh_del            642 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_DEL_IN_BKT(hh,head,hh_del)                                          \
hh_del            644 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     if ((head).hh_head == hh_del) {                                              \
hh_del            645 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h       (head).hh_head = hh_del->hh_next;                                          \
hh_del            647 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     if (hh_del->hh_prev) {                                                       \
hh_del            648 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h         hh_del->hh_prev->hh_next = hh_del->hh_next;                              \
hh_del            650 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     if (hh_del->hh_next) {                                                       \
hh_del            651 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h         hh_del->hh_next->hh_prev = hh_del->hh_prev;                              \