Lines Matching refs:sort_method
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()
1272 switch (sort_opts_vals.sort_method){ in sort_list_to_file()