_hs_tail 694 ompi/mca/topo/treematch/treematch/uthash.h struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ _hs_tail 702 ompi/mca/topo/treematch/treematch/uthash.h _hs_tail = NULL; \ _hs_tail 745 ompi/mca/topo/treematch/treematch/uthash.h if ( _hs_tail ) { \ _hs_tail 746 ompi/mca/topo/treematch/treematch/uthash.h _hs_tail->next = ((_hs_e) ? \ _hs_tail 751 ompi/mca/topo/treematch/treematch/uthash.h _hs_e->prev = ((_hs_tail) ? \ _hs_tail 752 ompi/mca/topo/treematch/treematch/uthash.h ELMT_FROM_HH((head)->hh.tbl,_hs_tail) : NULL); \ _hs_tail 753 ompi/mca/topo/treematch/treematch/uthash.h _hs_tail = _hs_e; \ _hs_tail 757 ompi/mca/topo/treematch/treematch/uthash.h _hs_tail->next = NULL; \ _hs_tail 760 ompi/mca/topo/treematch/treematch/uthash.h (head)->hh.tbl->tail = _hs_tail; \ _hs_tail 740 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ _hs_tail 748 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _hs_tail = NULL; \ _hs_tail 795 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if ( _hs_tail != NULL ) { \ _hs_tail 796 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _hs_tail->next = ((_hs_e != NULL) ? \ _hs_tail 802 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _hs_e->prev = ((_hs_tail != NULL) ? \ _hs_tail 803 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h ELMT_FROM_HH((head)->hh.tbl,_hs_tail) : NULL); \ _hs_tail 805 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _hs_tail = _hs_e; \ _hs_tail 809 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if (_hs_tail != NULL){ \ _hs_tail 810 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _hs_tail->next = NULL; \ _hs_tail 814 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h (head)->hh.tbl->tail = _hs_tail; \