Searched refs:icvCmpIntegers (Results 1 – 2 of 2) sorted by relevance
46 icvCmpIntegers (const void* a, const void* b) {return *(const int*)a - *(const int*)b;}531 qsort (res_s_data, s_len, sizeof(res_s_data[0]), icvCmpIntegers);
437 icvCmpIntegers( const void* a, const void* b ) in icvCmpIntegers() function542 qsort( dsti, idx_total, sizeof(dsti[0]), icvCmpIntegers ); in cvPreprocessIndexArray()