Searched refs:nextLo (Results 1 – 1 of 1) sorted by relevance
763 #define mnextsize(az) (nextHi[az] - nextLo[az])768 tz = nextLo[az]; \769 nextLo[az] = nextLo[bz]; \770 nextLo[bz] = tz; \798 Int32 nextLo[3]; in mainQSort3() local872 nextLo[0] = lo; in mainQSort3()875 nextLo[1] = m; in mainQSort3()878 nextLo[2] = n + 1; in mainQSort3()892 mpush(nextLo[0], nextHi[0], nextD[0]); in mainQSort3()893 mpush(nextLo[1], nextHi[1], nextD[1]); in mainQSort3()[all …]