Lines Matching refs:left
45 type *left = start+1;\
60 while(left <= right){\
61 while(left<=right && cmp(left, end-1) < 0)\
62 left++;\
63 while(left<=right && cmp(right, end-1) > 0)\
65 if(left <= right){\
66 FFSWAP(type, *left, *right);\
67 left++;\
71 FFSWAP(type, end[-1], *left);\
72 if(checksort && (mid == left-1 || mid == left)){\
79 if(end-left < left-start){\
82 start = left+1;\
84 stack[sp ][0]= left+1;\