Lines Matching refs:sort_method
1064 else if (sort_opts_vals.sort_method == SORT_RADIXSORT)
1066 else if (sort_opts_vals.sort_method == SORT_HEAPSORT)
1082 if (sort_opts_vals.sort_method == SORT_DEFAULT &&
1084 sort_opts_vals.sort_method = SORT_RADIXSORT;
1086 } else if (sort_opts_vals.sort_method == SORT_RADIXSORT)
1094 switch (sort_opts_vals.sort_method){
1100 sort_opts_vals.sort_method = SORT_MERGESORT;
1108 if (sort_opts_vals.sort_method == SORT_DEFAULT)
1109 sort_opts_vals.sort_method = DEFAULT_SORT_ALGORITHM;
1112 printf("sort_method=%s\n",
1113 get_sort_method_name(sort_opts_vals.sort_method));
1115 switch (sort_opts_vals.sort_method){