NInPrevLevel      449 orte/mca/routed/radix/routed_radix.c     int NInPrevLevel;
NInPrevLevel      477 orte/mca/routed/radix/routed_radix.c     NInPrevLevel = NInLevel/mca_routed_radix_component.radix;
NInPrevLevel      482 orte/mca/routed/radix/routed_radix.c         ORTE_PROC_MY_PARENT->vpid = (Ii-Sum) % NInPrevLevel;
NInPrevLevel      483 orte/mca/routed/radix/routed_radix.c         ORTE_PROC_MY_PARENT->vpid += (Sum - NInPrevLevel);
NInPrevLevel       82 orte/test/system/radix.c     int Parent,NInPrevLevel;
NInPrevLevel      109 orte/test/system/radix.c         NInPrevLevel=NInLevel/Radix;
NInPrevLevel      114 orte/test/system/radix.c             Parent=(Ii-Sum) % NInPrevLevel;
NInPrevLevel      115 orte/test/system/radix.c             Parent+=(Sum - NInPrevLevel);