new_tab 53 ompi/mca/topo/treematch/treematch/tm_mapping.c int fill_tab(int **new_tab,int *tab, int n, int start, int max_val, int shift); new_tab 560 ompi/mca/topo/treematch/treematch/tm_mapping.c double *old_tab = NULL,*new_tab= NULL; new_tab 568 ompi/mca/topo/treematch/treematch/tm_mapping.c new_tab = (double*)MALLOC(sizeof(double)*new_size); new_tab 569 ompi/mca/topo/treematch/treematch/tm_mapping.c *comm_speed = new_tab; new_tab 573 ompi/mca/topo/treematch/treematch/tm_mapping.c new_tab[i] = old_tab[i]; new_tab 575 ompi/mca/topo/treematch/treematch/tm_mapping.c new_tab[i] = new_tab[i-1]; new_tab 578 ompi/mca/topo/treematch/treematch/tm_mapping.c printf("%f ",new_tab[i]); new_tab 593 ompi/mca/topo/treematch/treematch/tm_mapping.c int fill_tab(int **new_tab,int *tab, int n, int start, int max_val, int shift) new_tab 598 ompi/mca/topo/treematch/treematch/tm_mapping.c *new_tab = NULL; new_tab 612 ompi/mca/topo/treematch/treematch/tm_mapping.c *new_tab = NULL; new_tab 627 ompi/mca/topo/treematch/treematch/tm_mapping.c *new_tab = res; new_tab 13 ompi/mca/topo/treematch/treematch/tm_mapping.h int fill_tab(int **new_tab,int *tab, int n, int start, int max_val, int shift); new_tab 1981 ompi/mca/topo/treematch/treematch/tm_tree.c double *old_tab = NULL, *new_tab = NULL, avg; new_tab 1995 ompi/mca/topo/treematch/treematch/tm_tree.c new_tab = (double*)MALLOC(M*sizeof(double)); new_tab 1997 ompi/mca/topo/treematch/treematch/tm_tree.c *tab = new_tab; new_tab 2000 ompi/mca/topo/treematch/treematch/tm_tree.c new_tab[i] = old_tab[i]; new_tab 2002 ompi/mca/topo/treematch/treematch/tm_tree.c new_tab[i] = avg; new_tab 2031 ompi/mca/topo/treematch/treematch/tm_tree.c tm_tree_t *old_tab = NULL, *new_tab = NULL; new_tab 2040 ompi/mca/topo/treematch/treematch/tm_tree.c new_tab = (tm_tree_t*)MALLOC(M*sizeof(tm_tree_t)); new_tab 2042 ompi/mca/topo/treematch/treematch/tm_tree.c *tab = new_tab; new_tab 2045 ompi/mca/topo/treematch/treematch/tm_tree.c clone_tree(&new_tab[i], &old_tab[i]); new_tab 2047 ompi/mca/topo/treematch/treematch/tm_tree.c create_dumb_tree(&new_tab[i], depth, topology); new_tab 2048 ompi/mca/topo/treematch/treematch/tm_tree.c new_tab[i].id = i;