j2 58 ompi/mca/topo/treematch/treematch/tm_bucket.c int *e1 = NULL,*e2 = NULL,i1,i2,j1,j2; j2 72 ompi/mca/topo/treematch/treematch/tm_bucket.c j2 = e2[1]; j2 74 ompi/mca/topo/treematch/treematch/tm_bucket.c if(tab[i1][j1]==tab[i2][j2]){ j2 76 ompi/mca/topo/treematch/treematch/tm_bucket.c return (j1 > j2) ? -1 : 1; j2 81 ompi/mca/topo/treematch/treematch/tm_bucket.c return (tab[i1][j1] > tab[i2][j2]) ? -1 : 1;