Home | History | Annotate | Download | only in OrderingMethods

Lines Matching refs:cp_end

507   Index *cp_end ;   /* a pointer to the end of a column */
552 cp_end = &A [p [col+1]] ;
554 while (cp < cp_end)
620 cp_end = &A [p [col+1]] ;
621 while (cp < cp_end)
638 cp_end = &A [p [col+1]] ;
639 while (cp < cp_end)
727 Index *cp_end ; /* a pointer to the end of a column */
782 cp_end = cp + Col [c].length ;
783 while (cp < cp_end)
830 cp_end = cp + Col [c].length ;
831 while (cp < cp_end)
972 Index *cp_end ; /* pointer to the end of a column */
1069 cp_end = cp + Col [pivot_col].length ;
1070 while (cp < cp_end)
1109 cp_end = cp + Col [pivot_col].length ;
1110 while (cp < cp_end)
1199 cp_end = cp + Col [col].length ;
1200 while (cp < cp_end)
1253 cp_end = cp + Col [col].length ;
1257 while (cp < cp_end)