Searched refs:sort_method (Results 1 – 3 of 3) sorted by relevance
1212 else if (sort_opts_vals.sort_method == SORT_RADIXSORT) in get_sort_method_name()1214 else if (sort_opts_vals.sort_method == SORT_HEAPSORT) in get_sort_method_name()1241 if ((sort_opts_vals.sort_method == SORT_DEFAULT) && byte_sort) in sort_list_to_file()1242 sort_opts_vals.sort_method = SORT_RADIXSORT; in sort_list_to_file()1244 } else if (sort_opts_vals.sort_method == SORT_RADIXSORT) in sort_list_to_file()1252 switch (sort_opts_vals.sort_method){ in sort_list_to_file()1258 sort_opts_vals.sort_method = SORT_MERGESORT; in sort_list_to_file()1265 if (sort_opts_vals.sort_method == SORT_DEFAULT) in sort_list_to_file()1266 sort_opts_vals.sort_method = DEFAULT_SORT_ALGORITHM; in sort_list_to_file()1270 get_sort_method_name(sort_opts_vals.sort_method)); in sort_list_to_file()[all …]
84 int sort_method; member
1141 sort_opts_vals.sort_method = SORT_QSORT; in main()1144 sort_opts_vals.sort_method = SORT_MERGESORT; in main()1150 sort_opts_vals.sort_method = SORT_HEAPSORT; in main()1153 sort_opts_vals.sort_method = SORT_RADIXSORT; in main()