x2                 56 ompi/mca/topo/treematch/treematch/tm_bucket.c int tab_cmp(const void* x1,const void* x2)
x2                 65 ompi/mca/topo/treematch/treematch/tm_bucket.c   e2 = ((int *)x2);
x2                 24 ompi/mca/topo/treematch/treematch/tm_solution.c int hash_asc(const void* x1,const void* x2);
x2                319 ompi/mca/topo/treematch/treematch/tm_solution.c int hash_asc(const void* x1,const void* x2)
x2                324 ompi/mca/topo/treematch/treematch/tm_solution.c   e2 = ((hash_t*)x2);
x2                 16 ompi/mca/topo/treematch/treematch/tm_solution.h int hash_asc(const void* x1,const void* x2);
x2                 12 ompi/mca/topo/treematch/treematch/tm_topology.c int int_cmp_inc(const void* x1,const void* x2);
x2                476 ompi/mca/topo/treematch/treematch/tm_topology.c int int_cmp_inc(const void* x1,const void* x2)
x2                478 ompi/mca/topo/treematch/treematch/tm_topology.c   return *((int *)x1) < *((int *)x2) ? -1 : 1;
x2                  6 ompi/mca/topo/treematch/treematch/tm_topology.h int int_cmp_inc(const void* x1,const void* x2);
x2                 86 ompi/mca/topo/treematch/treematch/tm_tree.c int int_cmp_inc(const void* x1, const void* x2);
x2                632 ompi/mca/topo/treematch/treematch/tm_tree.c int group_list_id(const void* x1, const void* x2)
x2                637 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = *((group_list_t**)x2);
x2                642 ompi/mca/topo/treematch/treematch/tm_tree.c int group_list_asc(const void* x1, const void* x2)
x2                647 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = *((group_list_t**)x2);
x2                652 ompi/mca/topo/treematch/treematch/tm_tree.c int group_list_dsc(const void* x1, const void* x2)
x2                657 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = *((group_list_t**)x2);
x2                662 ompi/mca/topo/treematch/treematch/tm_tree.c int weighted_degree_asc(const void* x1, const void* x2)
x2                667 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = *((group_list_t**)x2);
x2                672 ompi/mca/topo/treematch/treematch/tm_tree.c int weighted_degree_dsc(const void* x1, const void* x2)
x2                677 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = *((group_list_t**)x2);
x2               1033 ompi/mca/topo/treematch/treematch/tm_tree.c static int dbl_cmp_inc(const void* x1,const void* x2)
x2               1035 ompi/mca/topo/treematch/treematch/tm_tree.c   return *((double *)x1) < *((double *)x2) ? -1 : 1;
x2               1626 ompi/mca/topo/treematch/treematch/tm_tree.c int adjacency_asc(const void* x1, const void* x2)
x2               1631 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = ((adjacency_t*)x2);
x2               1636 ompi/mca/topo/treematch/treematch/tm_tree.c int adjacency_dsc(const void* x1, const void* x2)
x2               1641 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = ((adjacency_t*)x2);
x2                171 opal/mca/hwloc/base/hwloc_base_dt.c     char *x1=NULL, *x2=NULL;
x2                198 opal/mca/hwloc/base/hwloc_base_dt.c     if (0 != opal_hwloc_base_topology_export_xmlbuffer(t2, &x2, &l2)) {
x2                203 opal/mca/hwloc/base/hwloc_base_dt.c     s = strcmp(x1, x2);
x2                205 opal/mca/hwloc/base/hwloc_base_dt.c     free(x2);