Searched refs:CMP_RESULT_TYPE (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFSortFunctions.c45 typedef CFComparisonResult CMP_RESULT_TYPE; typedef
46 typedef CMP_RESULT_TYPE (^COMPARATOR_BLOCK)(VALUE_TYPE, VALUE_TYPE);
164 CMP_RESULT_TYPE res = cmp(v1, v2);
187 CMP_RESULT_TYPE res = cmp(v1, v2);
204 static void __CFSortIndexesN(VALUE_TYPE listp[], INDEX_TYPE count, int32_t ncores, CMP_RESULT_TYPE (^cmp)(INDEX_TYPE, INDEX_TYPE)) {

Completed in 171 milliseconds