Sum               400 orte/mca/routed/radix/routed_radix.c     int i, peer, Sum, NInLevel;
Sum               405 orte/mca/routed/radix/routed_radix.c     Sum=1;
Sum               408 orte/mca/routed/radix/routed_radix.c     while ( Sum < (rank+1) ) {
Sum               410 orte/mca/routed/radix/routed_radix.c         Sum += NInLevel;
Sum               448 orte/mca/routed/radix/routed_radix.c     int Level,Sum,NInLevel,Ii;
Sum               467 orte/mca/routed/radix/routed_radix.c     Sum=1;
Sum               470 orte/mca/routed/radix/routed_radix.c     while ( Sum < (Ii+1) ) {
Sum               473 orte/mca/routed/radix/routed_radix.c         Sum += NInLevel;
Sum               475 orte/mca/routed/radix/routed_radix.c     Sum -= NInLevel;
Sum               482 orte/mca/routed/radix/routed_radix.c         ORTE_PROC_MY_PARENT->vpid = (Ii-Sum) % NInPrevLevel;
Sum               483 orte/mca/routed/radix/routed_radix.c         ORTE_PROC_MY_PARENT->vpid += (Sum - NInPrevLevel);
Sum                27 orte/test/system/radix.c     int i, peer, Sum, NInLevel, rc;
Sum                32 orte/test/system/radix.c     Sum=1;
Sum                35 orte/test/system/radix.c     while ( Sum < (me+1) ) {
Sum                37 orte/test/system/radix.c         Sum += NInLevel;
Sum                81 orte/test/system/radix.c     int Level,Sum,NInLevel,Ii;
Sum                99 orte/test/system/radix.c         Sum=1;
Sum               102 orte/test/system/radix.c         while ( Sum < (Ii+1) ) {
Sum               105 orte/test/system/radix.c             Sum+=NInLevel;
Sum               107 orte/test/system/radix.c         Sum-=NInLevel;
Sum               114 orte/test/system/radix.c             Parent=(Ii-Sum) % NInPrevLevel;
Sum               115 orte/test/system/radix.c             Parent+=(Sum - NInPrevLevel);