Home
last modified time | relevance | path

Searched refs:sorter (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Dtomcrypt_test.h51 int sorter(const void *a, const void *b);
Dx86_prof.c7 int sorter(const void *a, const void *b) in sorter() function
22 qsort(results, no_results, sizeof(struct list), &sorter); in tally_results()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemForEach.java298 NodeSorter sorter = new NodeSorter(xctxt); in sortNodes() local
305 sorter.sort(sourceNodes, keys, xctxt); in sortNodes()
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java759 private static Comparator sorter = new Comparator() { field in ProxyFactory
776 Collections.sort(signatureMethods, sorter); in makeSortedMethodList()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js1012 function sorter(a, b) function
1022 uniqueProperties.sort(sorter);
/external/sqlite/dist/
Dsqlite3.c.orig33306 ** there cannot be more than 31 buckets required by the merge sorter.
63593 ** row output from the sorter so that the row can be decomposed into
88250 ** stack into the sorter.
88564 ** there is a sorter, in which case the sorter has already limited
88699 ** then the results were placed in a sorter. After the loop is terminated
88700 ** we need to run the sorter and output the results. The following