HomeSort by: relevance | last modified time | path
    Searched defs:sort (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/
opt-gather.awk 24 function sort(ARRAY, ELEMENTS) function
48 # Sort it and output it
50 sort(record,numrec)
opt-gather.awk 24 function sort(ARRAY, ELEMENTS) function
48 # Sort it and output it
50 sort(record,numrec)
  /src/external/gpl3/gcc.old/dist/gcc/
opt-gather.awk 24 function sort(ARRAY, ELEMENTS) function
48 # Sort it and output it
50 sort(record,numrec)
opt-gather.awk 24 function sort(ARRAY, ELEMENTS) function
48 # Sort it and output it
50 sort(record,numrec)
  /src/sys/external/bsd/drm2/include/linux/
sort.h 1 /* $NetBSD: sort.h,v 1.3 2021/12/19 11:20:41 riastradh Exp $ */
40 sort(void *array, size_t nelem, size_t elemsize, function
sort.h 1 /* $NetBSD: sort.h,v 1.3 2021/12/19 11:20:41 riastradh Exp $ */
40 sort(void *array, size_t nelem, size_t elemsize, function
  /src/sys/kern/
makesyscalls.sh 1126 function sort(arr, n, i, j, t) { function
1127 # this is going to be bubble sort because I cannot be bothered to
1128 # write a real sort, this whole script is hopefully going to be
1172 sort(funcseenvars, numfuncseenvars)
makesyscalls.sh 1126 function sort(arr, n, i, j, t) { function
1127 # this is going to be bubble sort because I cannot be bothered to
1128 # write a real sort, this whole script is hopefully going to be
1172 sort(funcseenvars, numfuncseenvars)
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
make_graph.py 37 def sort(self, cntnr_list, res_sets): member in class:res_getter.__sorter
44 cntnrs_and_totals.sort(by_total)
101 cntnr_list = self.__sorter().sort(cntnr_list, res_sets)
make_graph.py 37 def sort(self, cntnr_list, res_sets): member in class:res_getter.__sorter
44 cntnrs_and_totals.sort(by_total)
101 cntnr_list = self.__sorter().sort(cntnr_list, res_sets)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
make_graph.py 37 def sort(self, cntnr_list, res_sets): member in class:res_getter.__sorter
44 cntnrs_and_totals.sort(by_total)
101 cntnr_list = self.__sorter().sort(cntnr_list, res_sets)
make_graph.py 37 def sort(self, cntnr_list, res_sets): member in class:res_getter.__sorter
44 cntnrs_and_totals.sort(by_total)
101 cntnr_list = self.__sorter().sort(cntnr_list, res_sets)
  /src/games/mille/
move.c 153 sort(pp->hand);
568 sort(CARD *hand) function
move.c 153 sort(pp->hand);
568 sort(CARD *hand) function
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Statistic.cpp 66 /// Sort statistics by debugtype,name,description.
67 void sort();
135 void StatisticInfo::sort() { function in class:StatisticInfo
182 Stats.sort();
204 Stats.sort();
Statistic.cpp 66 /// Sort statistics by debugtype,name,description.
67 void sort();
135 void StatisticInfo::sort() { function in class:StatisticInfo
182 Stats.sort();
204 Stats.sort();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
simple_ilist.h 261 /// Sort the list.
263 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
264 template <class Compare> void sort(Compare comp);
292 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
306 // Sort the sublists and merge back together.
307 sort(comp);
308 RHS.sort(comp);
simple_ilist.h 261 /// Sort the list.
263 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
264 template <class Compare> void sort(Compare comp);
292 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
306 // Sort the sublists and merge back together.
307 sort(comp);
308 RHS.sort(comp);
  /src/external/bsd/openldap/dist/servers/slapd/
mods.c 288 unsigned sort; local
289 rc = attr_valfind( a, flags, &cvals[i], &sort, NULL );
291 idx[i] = sort;
mods.c 288 unsigned sort; local
289 rc = attr_valfind( a, flags, &cvals[i], &sort, NULL );
291 idx[i] = sort;
  /src/external/gpl2/dtc/dist/
dtc.c 67 {"sort", no_argument, NULL, 's'},
169 bool force = false, sort = false; local
241 sort = true;
340 if (sort)
dtc.c 67 {"sort", no_argument, NULL, 's'},
169 bool force = false, sort = false; local
241 sort = true;
340 if (sort)
  /src/usr.bin/rdist/
expand.c 68 #define sort() qsort((char *)sortbase, &eargv[eargc] - sortbase, \ macro
203 sort();
242 sort();
250 sort();
406 sort();
  /src/usr.sbin/lpr/pac/
pac.c 71 static int reverse; /* Reverse sort order */
72 static int sort; /* Sort by cost */ variable
135 * Sort by cost.
137 sort++;
245 * Sort the hashed entries by name or footage
392 * or by feet of typesetter film, according to sort.
402 if (sort)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLink.cpp 208 llvm::sort(**Cache, [](const Symbol *LHS, const Symbol *RHS) { member in class:llvm::__anon4372::llvm
236 // For each block, sort its symbols by something approximating
239 llvm::sort(KV.second, [](const Symbol *LHS, const Symbol *RHS) {
259 llvm::sort(SortedBlocks, [](const Block *LHS, const Block *RHS) {
282 llvm::sort(SortedEdges, [](const Edge &LHS, const Edge &RHS) {

Completed in 50 milliseconds

1 2 3 4