Searched refs:SortCmpRtn (Results 1 – 2 of 2) sorted by relevance
71 int SortCmpRtn(const void *Entry1, const void *Entry2);
477 int32_t SortCmpRtn(const void *inEntry1, const void *inEntry2) in SortCmpRtn() function518 qsort(sortArray, colorSubdivMap[index].colorNum, sizeof(ColorCoordinate *), SortCmpRtn); in doSort()