Home | History | Annotate | Download | only in include

Lines Matching refs:ptr2

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