Searched defs:RTSortIsSorted (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/sort/
H A DRTSortApvIsSorted.cpp47 RT_EXPORT_SYMBOL(RTSortIsSorted); variable
H A DRTSortIsSorted.cpp3 * IPRT - RTSortIsSorted.
35 RTDECL(bool) RTSortIsSorted(void const *pvArray, size_t cElements, size_t cbElement, PFNRTSORTCMP pfnCmp, void *pvUser) function
49 RT_EXPORT_SYMBOL(RTSortIsSorted); variable
/vbox/include/iprt/
H A Dmangling.h1410 # define RTSortIsSorted RT_MANGLER(RTSortIsSorted) macro

Completed in 87 milliseconds