HomeSort by relevance Sort by last modified time
    Searched full:qsort (Results 26 - 50 of 810) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
SimpleCpuTest.java 30 * qsort
92 * qsort test
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
readme.html 21 <LI>Quick Sort. Report the time required to sort the file in memory, using the C library qsort function. The file
56 -qsort Quicksort timing test</TT></PRE>
  /external/chromium_org/third_party/skia/bench/
SortBench.cpp 83 qsort(array, N, sizeof(int), int_compare);
96 { "qsort", qsort_sort },
  /external/icu/icu4c/source/test/perf/collationperf/
readme.html 21 <LI>Quick Sort. Report the time required to sort the file in memory, using the C library qsort function. The file
56 -qsort Quicksort timing test</TT></PRE>
  /external/skia/bench/
SortBench.cpp 83 qsort(array, N, sizeof(int), int_compare);
96 { "qsort", qsort_sort },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libacl.so.1 
libacl.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libacl.so.1 
libacl.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 19 void __cdecl qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *));
  /system/core/toolbox/
dynarray.c 98 qsort(list->items,
  /external/oprofile/opjitconv/
jitsymbol.c 61 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,
  /bionic/tests/
stdlib_test.cpp 118 TEST(stdlib, qsort) {
130 qsort(entries, 3, sizeof(s), s::comparator);
135 qsort(entries, 3, sizeof(s), s::comparator);
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 31 * Qsort routine from Bentley & McIlroy's "Engineering a Sort Function".
151 /* qsort(pn - r, r / es, es, cmp); */
178 * comparison function for int, for qsort
  /external/chromium_org/third_party/skia/tools/
skdiff.h 182 /// Comparison routine for qsort; sorts by fFractionDifference
210 /// Comparison routine for qsort; sorts by max(fAverageMismatch{RGB})
231 /// Comparison routine for qsort; sorts by max(fMaxMismatch{RGB})
  /external/skia/tools/
skdiff.h 182 /// Comparison routine for qsort; sorts by fFractionDifference
210 /// Comparison routine for qsort; sorts by max(fAverageMismatch{RGB})
231 /// Comparison routine for qsort; sorts by max(fMaxMismatch{RGB})
  /bionic/libc/bionic/
scandir.cpp 71 qsort(names_, size_, sizeof(dirent*), (int (*)(const void*, const void*)) comparator);
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdlib.pxd 47 void qsort (void *array, size_t count, size_t size,
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftstdlib.h 121 #define ft_qsort qsort
  /external/freetype/include/config/
ftstdlib.h 121 #define ft_qsort qsort
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.c 166 qsort(main_cmds->names, main_cmds->cnt,
186 qsort(other_cmds->names, other_cmds->cnt,
286 qsort(main_cmds.names, main_cmds.cnt,
296 qsort(main_cmds.names, main_cmds.cnt,
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 0 /* 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
  /frameworks/av/media/libmedia/
StringArray.cpp 89 qsort(mArray, mCurrent, sizeof(char*), compare);
  /frameworks/base/tools/aapt/
qsort_r_compat.c 87 qsort(base, nel, width, compar_wrapper);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
misc.c 65 qsort((void *) tmp, (size_t) arrcnt, sizeof (char*), compare);

Completed in 955 milliseconds

12 3 4 5 6 7 8 91011>>