deflval 156 ompi/mca/topo/treematch/treematch/fibo.c degrval = rootptr->deflval >> 1; /* Get degree, getting rid of flag part */ deflval 181 ompi/mca/topo/treematch/treematch/fibo.c oldrptr->deflval &= ~1; /* Whatever old root flag was, it is reset to 0 */ deflval 186 ompi/mca/topo/treematch/treematch/fibo.c rootptr->deflval += 2; /* Increase degree by 1, that is, by 2 with left shift in deflval */ deflval 190 ompi/mca/topo/treematch/treematch/fibo.c rootptr->deflval = 2; /* Real degree set to 1, and flag set to 0 */ deflval 339 ompi/mca/topo/treematch/treematch/fibo.c if (degrval != (nodeptr->deflval >> 1)) { /* Real node degree is obtained by discarding lowest bit */ deflval 82 ompi/mca/topo/treematch/treematch/fibo.h int deflval; /*+ Lowest bit: flag value; other bits: degree value +*/ deflval 121 ompi/mca/topo/treematch/treematch/fibo.h (n)->deflval = 0; \ deflval 154 ompi/mca/topo/treematch/treematch/fibo.h int deflval; \ deflval 155 ompi/mca/topo/treematch/treematch/fibo.h deflval = pareptr->deflval - 2; \ deflval 156 ompi/mca/topo/treematch/treematch/fibo.h pareptr->deflval = deflval | 1; \ deflval 158 ompi/mca/topo/treematch/treematch/fibo.h pareptr->chldptr = (deflval <= 1) ? NULL : rghtptr; \ deflval 159 ompi/mca/topo/treematch/treematch/fibo.h if (((deflval & 1) == 0) || (gdpaptr == NULL)) \