Lines Matching refs:SORT_MAKE_STR
106 #define SORT_MAKE_STR(x) SORT_MAKE_STR1(SORT_NAME,x) macro
108 #define BINARY_INSERTION_FIND SORT_MAKE_STR(binary_insertion_find)
109 #define BINARY_INSERTION_SORT_START SORT_MAKE_STR(binary_insertion_sort_start)
110 #define BINARY_INSERTION_SORT SORT_MAKE_STR(binary_insertion_sort)
111 #define REVERSE_ELEMENTS SORT_MAKE_STR(reverse_elements)
112 #define COUNT_RUN SORT_MAKE_STR(count_run)
113 #define CHECK_INVARIANT SORT_MAKE_STR(check_invariant)
114 #define TIM_SORT SORT_MAKE_STR(tim_sort)
115 #define TIM_SORT_RESIZE SORT_MAKE_STR(tim_sort_resize)
116 #define TIM_SORT_MERGE SORT_MAKE_STR(tim_sort_merge)
117 #define TIM_SORT_COLLAPSE SORT_MAKE_STR(tim_sort_collapse)
119 #define TIM_SORT_RUN_T SORT_MAKE_STR(tim_sort_run_t)
120 #define TEMP_STORAGE_T SORT_MAKE_STR(temp_storage_t)
494 #undef SORT_MAKE_STR
504 #undef SORT_MAKE_STR