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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.c 226 * Used by qsort().
287 qsort(modeList, count, sizeof(_EGLMode *), _eglCompareModes);
  /external/e2fsprogs/lib/ext2fs/
dblist.c 216 qsort(dblist->list, (size_t) dblist->count,
321 qsort(dblist->list, (size_t) dblist->count,
  /external/mesa3d/src/egl/main/
eglmode.c 226 * Used by qsort().
287 qsort(modeList, count, sizeof(_EGLMode *), _eglCompareModes);
  /dalvik/tools/dmtracedump/
TraceDump.c 326 * This comparison function is called from qsort() to sort
364 * This comparison function is called from qsort() to sort
403 * This comparison function is called from qsort() to sort
444 * This comparison function is called from qsort() to sort
466 * This comparison function is called from qsort() to sort
502 * This comparison function is called from qsort() to sort
531 * This comparison function is called from qsort() to sort
906 qsort(pKeys->threads, pKeys->numThreads, sizeof(pKeys->threads[0]),
928 qsort(pKeys->methods, pKeys->numMethods, sizeof(MethodEntry),
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 317 /* Type of bsearch() / qsort() compare function */
408 inline void qsort (void) function in struct:hb_prealloced_array_t
410 ::qsort (array, len, sizeof (Type), (hb_compare_func_t) Type::cmp);
413 inline void qsort (unsigned int start, unsigned int end) function in struct:hb_prealloced_array_t
415 ::qsort (array + start, end - start, sizeof (Type), (hb_compare_func_t) Type::cmp);
hb-ot-map.cc 161 feature_infos.qsort ();
278 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 64 static DWORD win_langid; // for qsort callback function
65 static UCollator * col; // for qsort callback function
379 qsort(base, num, width, fn);
861 qsort(rnd_index, count, sizeof(DataIndex), CmdQsort::q_random);
866 qsort(data, count, sizeof(DataIndex), CmdQsort::func)
  /external/harfbuzz_ng/src/
hb-private.hh 278 /* Type of bsearch() / qsort() compare function */
369 inline void qsort (void) function in struct:hb_prealloced_array_t
371 ::qsort (array, len, sizeof (Type), (hb_compare_func_t) Type::cmp);
374 inline void qsort (unsigned int start, unsigned int end) function in struct:hb_prealloced_array_t
376 ::qsort (array + start, end - start, sizeof (Type), (hb_compare_func_t) Type::cmp);
hb-ot-map.cc 161 feature_infos.qsort ();
278 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 64 static DWORD win_langid; // for qsort callback function
65 static UCollator * col; // for qsort callback function
379 qsort(base, num, width, fn);
861 qsort(rnd_index, count, sizeof(DataIndex), CmdQsort::q_random);
866 qsort(data, count, sizeof(DataIndex), CmdQsort::func)
  /external/libvorbis/vq/
vqgen.c 142 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/icu/source/test/intltest/
canittst.cpp 260 // Iterate over the Hashtable, then qsort.
281 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings);
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 260 // Iterate over the Hashtable, then qsort.
281 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings);
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 313 qsort(buf, ARRAY_SIZE(buf), sizeof(int), comp);
317 pr_debug("qsort failed\n");
  /external/zopfli/src/zopfli/
katajainen.c 174 Comparator for sorting the leaves. Has the function signature for qsort.
224 qsort(leaves, numsymbols, sizeof(Node), LeafComparator);
  /frameworks/wilhelm/tools/permute/
permute.c 65 /** Called by qsort as the comparison handler */
283 qsort((void *) s.mSegmentArray, used, sizeof(Segment), qsortCompare);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /system/extras/librank/
librank.c 388 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp);
400 qsort(li->mappings, li->mappings_count, sizeof(li->mappings[0]), compfn);
  /system/extras/procmem/
procmem.c 38 /* qsort compare function to compare maps by PSS */
236 qsort(mis, num_maps, sizeof(mis[0]), compfn);
  /bionic/libc/include/
stdlib.h 97 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 667 qsort

Completed in 902 milliseconds

1 2 3 45 6 7 8 91011>>