Searched refs:sort_method (Results 1 – 3 of 3) sorted by relevance
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()[all …]
75 int sort_method; member
1129 sort_opts_vals.sort_method = SORT_QSORT; in main()1132 sort_opts_vals.sort_method = SORT_MERGESORT; in main()1138 sort_opts_vals.sort_method = SORT_HEAPSORT; in main()1141 sort_opts_vals.sort_method = SORT_RADIXSORT; in main()