Searched defs:qsort (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/lib/
H A Dqsort.c2 * qsort.c
23 void qsort(void *base, size_t nmemb, size_t size, function
/external/valgrind/callgrind/
H A Ddump.c887 * qsort -- qsort interface implemented by faster quicksort.
910 static void CLG_(qsort)(BBCC **a, int n, int (*cmp)(BBCC**,BBCC**)) function
916 CLG_DEBUG(8, " qsort(%ld,%ld)\n", a-qsort_start + 0L, n + 0L);
1008 if ((s = pb+1-pa) > 1) CLG_(qsort)(a, s, cmp);
1009 if ((s = pd+1-pc) > 1) CLG_(qsort)(a+n-s, s, cmp);
1134 CLG_(qsort)(array, prepare_count, my_cmp);
/external/harfbuzz_ng/src/
H A Dhb-private.hh360 /* Type of bsearch() / qsort() compare function */
451 inline void qsort (void) function in struct:hb_prealloced_array_t
453 ::qsort (array, len, sizeof (Type), (hb_compare_func_t) Type::cmp);
456 inline void qsort (unsigned int start, unsigned int end) function in struct:hb_prealloced_array_t
458 ::qsort (array + start, end - start, sizeof (Type), (hb_compare_func_t) Type::cmp);
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 164 milliseconds