Searched refs:qsort (Results 1 - 25 of 174) sorted by relevance

1234567

/external/yaffs2/yaffs2/
H A Dyaffs_qsort.h36 extern void qsort (void *const pbase,
H A Dyaffs_qsort.c79 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) function
148 qsort(a, r / es, es, cmp);
155 /* qsort(pn - r, r / es, es, cmp);*/
/external/srtp/crypto/replay/
H A Dut_sim.c64 qsort(utc->buffer, UT_BUF, sizeof(uint32_t), ut_compar);
77 qsort(utc->buffer, UT_BUF, sizeof(uint32_t), ut_compar);
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
H A Dmalloc-in-qsort.cc5 // Test how well we unwind in presence of qsort in the stack
28 printf("Calling qsort\n");
29 qsort(a, size, sizeof(char), QsortCallback);
40 // Fast unwind: can not unwind through qsort.
H A Doverflow-in-qsort.cc5 // Test how well we unwind in presence of qsort in the stack
29 printf("Calling qsort\n");
30 qsort(a, size, sizeof(char), QsortCallback);
40 // Fast unwind: can not unwind through qsort.
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp42 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair);
/external/strace/
H A Dioctlsort.c63 qsort(ioctlent, nioctlents, sizeof ioctlent[0], compare);
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSortUtil.java133 qsort(sorted, ic);
175 public static void qsort(Object[] a, Comparator comp) { method in class:SortUtil
176 qsort(a, 0, a.length - 1, comp);
186 public static void qsort(Object[] a, int lo0, int hi0, Comparator comp) { method in class:SortUtil
233 qsort(a, lo0, lo - 1, comp);
239 qsort(a, hi + 1, hi0, comp);
243 public static void qsort(int[] a, int lo0, int hi0, Comparator comp) { method in class:SortUtil
290 qsort(a, lo0, lo - 1, comp);
296 qsort(a, hi + 1, hi0, comp);
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc14 // qsort() will be used.
23 #include <cstdlib> // qsort
77 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC));\
348 qsort(data, numOfElements, sizeof(WebRtc_Word8), CompareWord8);
351 qsort(data, numOfElements, sizeof(WebRtc_UWord8), CompareUWord8);
354 qsort(data, numOfElements, sizeof(WebRtc_Word16), CompareWord16);
357 qsort(data, numOfElements, sizeof(WebRtc_UWord16), CompareUWord16);
360 qsort(data, numOfElements, sizeof(WebRtc_Word32), CompareWord32);
363 qsort(data, numOfElements, sizeof(WebRtc_UWord32), CompareUWord32);
366 qsort(dat
[all...]
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftstdlib.h120 #define ft_qsort qsort
/external/freetype/include/freetype/config/
H A Dftstdlib.h121 #define ft_qsort qsort
/external/icu4c/samples/legacy/
H A Dnewcol.cpp38 // This one can be used for passing to qsort function
81 fprintf(stderr, "Done sortkeys, doing qsort test\n");
84 qsort(data, size, maxlen*sizeof(UChar), compare_current);
H A Doldcol.cpp39 // This one can be used for passing to qsort function
98 fprintf(stderr, "Done sortkeys, doing qsort test\n");
101 qsort(data, size, maxlen*sizeof(UChar), compare_legacy);
/external/skia/tests/
H A DSortTest.cpp49 // Use qsort as the reference sort.
51 qsort(sortedArray, count, sizeof(sortedArray[0]), compare_int);
/external/strace/linux/
H A Dioctlsort.c43 qsort(ioctls, nioctls, sizeof(ioctls[0]), compare);
/external/linux-tools-perf/util/
H A Dhelp.c171 qsort(main_cmds->names, main_cmds->cnt,
191 qsort(other_cmds->names, other_cmds->cnt,
291 qsort(main_cmds.names, main_cmds.cnt,
301 qsort(main_cmds.names, main_cmds.cnt,
/external/oprofile/opjitconv/
H A Djitsymbol.c61 qsort(array, entry_count, sizeof(struct jitentry *), compare);
66 /* comparator method for qsort which sorts jitentries by symbol_name */
75 /* comparator method for qsort which sorts jitentries by address */
93 qsort(entries_address_ascending, entry_count,
116 qsort(entries_symbols_ascending, entry_count,
551 qsort(entries_symbols_ascending, entry_count,
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c0 /* qsort.c
4 * This is a drop-in replacement for the C library's |qsort()| routine.
11 * - A few little wrinkles stolen from the GNU |qsort()|.
73 #ifdef qsort
74 #undef qsort macro
76 #define qsort SDL_qsort macro
81 static char _ID[]="<qsort.c gjm 1.12 1998-03-19>";
238 * idea from the GNU implementation of qsort().
431 void qsort(void *base, size_t nmemb, size_t size, function
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp53 "-qsort Quicksort timing test\n"
151 {"-qsort", OptSpec::FLAG, &opt_qsort},
270 // Comparison functions for use by qsort.
694 // doQSort() The quick sort timing test. Uses the C library qsort function.
713 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpK);
720 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpL);
728 qsort(sortBuf, gNumFileLines, sizeof(Line *), Winstrcmp);
735 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpK);
742 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpL);
750 qsort(sortBu
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp53 "-qsort Quicksort timing test\n"
151 {"-qsort", OptSpec::FLAG, &opt_qsort},
270 // Comparison functions for use by qsort.
694 // doQSort() The quick sort timing test. Uses the C library qsort function.
713 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpK);
720 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpL);
728 qsort(sortBuf, gNumFileLines, sizeof(Line *), Winstrcmp);
735 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpK);
742 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpL);
750 qsort(sortBu
[all...]
/external/icu4c/test/perf/howExpensiveIs/
H A Dsieve.cpp116 qsort(times,n,sizeof(times[0]),comdoub);
147 qsort(times,n,sizeof(times[0]),comdoub);
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h21 #include <cstdlib> // for qsort
259 /// extent. This is just like std::sort, except that it calls qsort instead of
260 /// using an inlined template. qsort is slightly slower than std::sort, but
276 qsort(&*Start, End-Start, sizeof(*Start),
285 qsort(&*Start, End-Start, sizeof(*Start), Compare);
/external/libvorbis/vq/
H A Dvqgen.c142 qsort(spacings,count,sizeof(float),directdsort);
312 qsort(v->pointlist,v->points,sortsize,meshcomp);
441 qsort(nearbiasptr,desired,sizeof(float),directdsort);
449 qsort(nearbiasptr,desired2,sizeof(float),directdsort);
466 qsort(nearbiasptr,nearcount[i],sizeof(float),directdsort);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkkeywordhash.c373 qsort(aKeywordTable, nKeyword, sizeof(aKeywordTable[0]), keywordCompare1);
410 qsort(aKeywordTable, nKeyword, sizeof(aKeywordTable[0]), keywordCompare2);
445 qsort(aKeywordTable, nKeyword, sizeof(aKeywordTable[0]), keywordCompare3);
/external/elfutils/libdw/
H A Ddwarf_getaranges.c254 qsort (sortaranges, narangelist, sizeof sortaranges[0], &compare_aranges);

Completed in 615 milliseconds

1234567