Lines Matching refs:CV_CMP_NUM_PTR
118 #define CV_CMP_NUM_PTR(a,b) (*(a) < *(b))119 static CV_IMPLEMENT_QSORT_EX( icvSortIntPtr, int*, CV_CMP_NUM_PTR, int )120 static CV_IMPLEMENT_QSORT_EX( icvSortDblPtr, double*, CV_CMP_NUM_PTR, int )