Lines Matching refs:sort_method
1101 else if (sort_opts_vals.sort_method == SORT_RADIXSORT) in get_sort_method_name()
1103 else if (sort_opts_vals.sort_method == SORT_HEAPSORT) in get_sort_method_name()
1130 if ((sort_opts_vals.sort_method == SORT_DEFAULT) && byte_sort) in sort_list_to_file()
1131 sort_opts_vals.sort_method = SORT_RADIXSORT; in sort_list_to_file()
1133 } else if (sort_opts_vals.sort_method == SORT_RADIXSORT) in sort_list_to_file()
1141 switch (sort_opts_vals.sort_method){ in sort_list_to_file()
1147 sort_opts_vals.sort_method = SORT_MERGESORT; in sort_list_to_file()
1154 if (sort_opts_vals.sort_method == SORT_DEFAULT) in sort_list_to_file()
1155 sort_opts_vals.sort_method = DEFAULT_SORT_ALGORITHM; in sort_list_to_file()
1159 get_sort_method_name(sort_opts_vals.sort_method)); in sort_list_to_file()
1161 switch (sort_opts_vals.sort_method){ in sort_list_to_file()