Home | History | Annotate | Download | only in tests

Lines Matching refs:nextLo

2653 #define mnextsize(az) (nextHi[az]-nextLo[az])
2657 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
2683 Int32 nextLo[3];
2748 nextLo[0] = lo; nextHi[0] = n; nextD[0] = d;
2749 nextLo[1] = m; nextHi[1] = hi; nextD[1] = d;
2750 nextLo[2] = n+1; nextHi[2] = m-1; nextD[2] = d+1;
2759 mpush (nextLo[0], nextHi[0], nextD[0]);
2760 mpush (nextLo[1], nextHi[1], nextD[1]);
2761 mpush (nextLo[2], nextHi[2], nextD[2]);