addhh             582 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_ADD_TO_BKT(head,addhh)                                              \
addhh             585 ompi/mca/topo/treematch/treematch/uthash.h  (addhh)->hh_next = head.hh_head;                                                \
addhh             586 ompi/mca/topo/treematch/treematch/uthash.h  (addhh)->hh_prev = NULL;                                                        \
addhh             587 ompi/mca/topo/treematch/treematch/uthash.h  if (head.hh_head) { (head).hh_head->hh_prev = (addhh); }                        \
addhh             588 ompi/mca/topo/treematch/treematch/uthash.h  (head).hh_head=addhh;                                                           \
addhh             590 ompi/mca/topo/treematch/treematch/uthash.h      && (addhh)->tbl->noexpand != 1) {                                           \
addhh             591 ompi/mca/topo/treematch/treematch/uthash.h        HASH_EXPAND_BUCKETS((addhh)->tbl);                                        \
addhh             628 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_ADD_TO_BKT(head,addhh)                                              \
addhh             631 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  (addhh)->hh_next = head.hh_head;                                                \
addhh             632 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  (addhh)->hh_prev = NULL;                                                        \
addhh             633 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  if (head.hh_head != NULL) { (head).hh_head->hh_prev = (addhh); }                \
addhh             634 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  (head).hh_head=addhh;                                                           \
addhh             636 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h      && ((addhh)->tbl->noexpand != 1U)) {                                        \
addhh             637 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h        HASH_EXPAND_BUCKETS((addhh)->tbl);                                        \