thisdirection 46 ompi/mca/topo/base/topo_base_cart_shift.c int factor, thisdirection = 0, thisperiod = 0, ord; thisdirection 65 ompi/mca/topo/base/topo_base_cart_shift.c thisdirection = *d; thisdirection 69 ompi/mca/topo/base/topo_base_cart_shift.c factor /= thisdirection; thisdirection 80 ompi/mca/topo/base/topo_base_cart_shift.c if ( ((destord < 0) || (destord >= thisdirection)) && (!thisperiod) ) { thisdirection 83 ompi/mca/topo/base/topo_base_cart_shift.c destord %= thisdirection; thisdirection 84 ompi/mca/topo/base/topo_base_cart_shift.c if (destord < 0) destord += thisdirection; thisdirection 88 ompi/mca/topo/base/topo_base_cart_shift.c if ( ((srcord < 0) || (srcord >= thisdirection)) && (!thisperiod) ) { thisdirection 91 ompi/mca/topo/base/topo_base_cart_shift.c srcord %= thisdirection; thisdirection 92 ompi/mca/topo/base/topo_base_cart_shift.c if (srcord < 0) srcord += thisdirection;