Searched refs:sort_method (Results 1 – 3 of 3) sorted by relevance
1064 else if (sort_opts_vals.sort_method == SORT_RADIXSORT) in get_sort_method_name() 1066 else if (sort_opts_vals.sort_method == SORT_HEAPSORT) in get_sort_method_name() 1082 if (sort_opts_vals.sort_method == SORT_DEFAULT && in sort_list_to_file() 1084 sort_opts_vals.sort_method = SORT_RADIXSORT; in sort_list_to_file() 1086 } else if (sort_opts_vals.sort_method == SORT_RADIXSORT) in sort_list_to_file() 1094 switch (sort_opts_vals.sort_method){ in sort_list_to_file() 1100 sort_opts_vals.sort_method = SORT_MERGESORT; in sort_list_to_file() 1108 if (sort_opts_vals.sort_method == SORT_DEFAULT) in sort_list_to_file() 1109 sort_opts_vals.sort_method = DEFAULT_SORT_ALGORITHM; in sort_list_to_file() 1112 printf("sort_method in sort_list_to_file() [all...]
62 int sort_method; member
920 sort_opts_vals.sort_method = SORT_QSORT; in main()923 sort_opts_vals.sort_method = SORT_MERGESORT; in main()929 sort_opts_vals.sort_method = SORT_HEAPSORT; in main()932 sort_opts_vals.sort_method = SORT_RADIXSORT; in main()