Searched refs:__SHORTSORT (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/ucrt/stdlib/ |
H A D | qsort.cpp | 38 #define __SHORTSORT(lo, hi, width, comp, context) shortsort_s(lo, hi, width, comp, context); macro 41 #define __SHORTSORT(lo, hi, width, comp, context) shortsort(lo, hi, width, comp); 200 __SHORTSORT(lo, hi, width, comp, context); in qsort_s() 394 #undef __SHORTSORT
|