Lines Matching full:ptr2
452 T* ptr2; \459 for( ptr2 = ptr; ptr2 > left && LT(ptr2[0],ptr2[-1]); ptr2--) \460 CV_SWAP( ptr2[0], ptr2[-1], t ); \