Searched refs:kCFSortStable (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFSortFunctions.c40 kCFSortStable = (1 << 4), enumerator in enum:__anon509
328 CFSortIndexes(indexes, count, kCFSortStable, ^(CFIndex a, CFIndex b) { return comparator((char *)list + a * elementSize, (char *)list + b * elementSize, context); });

Completed in 95 milliseconds