HomeSort by relevance Sort by last modified time
    Searched refs:qsort (Results 151 - 175 of 370) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/boringssl/src/crypto/stack/
stack.c 256 * qsort and bsearch take a comparison function that just takes pointers to
258 * qsort/bsearch, we can just cast the comparison function and everything
338 qsort(sk->data, sk->num, sizeof(void *), comp_func);
  /external/elfutils/libdwfl/
derelocate.c 170 qsort (sortrefs, nrefs, sizeof sortrefs[0], &compare_secrefs);
  /external/giflib/
quantize.c 238 * Because qsort isn't stable, this can produce differing
240 * details of how qsort() is implemented.
248 qsort(SortArray, NewColorSubdiv[Index].NumEntries,
310 Routine called by qsort to compare two entries.
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 385 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
  /external/opencv3/3rdparty/libwebp/utils/
huffman_encode.c 229 qsort(tree, tree_size, sizeof(*tree), CompareHuffmanTrees);
  /external/pdfium/core/include/fxcrt/
fx_system.h 183 #define FXSYS_qsort qsort
  /external/skia/src/animator/
SkBuildCondensedInfo.cpp 143 qsort(gInfosTypeIDs.begin(), gInfosTypeIDs.count(), sizeof(gInfosTypeIDs[0]), &type_compare);
  /external/toybox/toys/posix/
sort.c 233 // Callback from qsort(): Iterate through key_list and perform comparisons.
371 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys);
  /external/webp/src/utils/
huffman_encode.c 210 qsort(tree, tree_size, sizeof(*tree), CompareHuffmanTrees);
  /frameworks/wilhelm/tools/permute/
permute.c 65 /** Called by qsort as the comparison handler */
283 qsort((void *) s.mSegmentArray, used, sizeof(Segment), qsortCompare);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 196 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /system/core/cpio/
mkbootfs.c 204 qsort(names, entries, sizeof(char*), compare);
  /system/extras/latencytop/
latencytop.c 392 qsort(array, count, sizeof(struct latency_entry *), &lat_cmp);
  /toolchain/binutils/binutils-2.25/bfd/
elf-strtab.c 288 /* Compare two elf_strtab_hash_entry structures. Called via qsort. */
362 qsort (array, size, sizeof (struct elf_strtab_hash_entry *), strrevcmp);
xtensa-isa.c 253 qsort (isa->opname_lookup_table, isa->num_opcodes,
265 qsort (isa->state_lookup_table, isa->num_states,
277 qsort (isa->sysreg_lookup_table, isa->num_sysregs,
310 qsort (isa->interface_lookup_table, isa->num_interfaces,
323 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits,
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 775 qsort(fd.harray+2, fd.num_array-2, sizeof(struct hash_entry),
778 qsort(fd.harray, fd.num_array, sizeof(struct hash_entry),
794 qsort(fd.harray+2, fd.num_array-2,
  /external/elfutils/src/
elfcmp.c 593 qsort (regionsarr, nregions, sizeof (regionsarr[0]), regioncompare);
878 qsort (temp1, b1, sizeof temp1[0], compare_##Hash_Word); \
879 qsort (temp2, b2, sizeof temp2[0], compare_##Hash_Word); \
  /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/skia/tools/
skdiff_main.cpp 323 /// Comparison routines for qsort, sort by file names.
401 qsort(baseFiles.begin(), baseFiles.count(), sizeof(SkString*),
405 qsort(comparisonFiles.begin(), comparisonFiles.count(),
819 qsort(differences.begin(), differences.count(),
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 491 qsort (mc_nodes_lang, (size_t) mc_nodes_lang_count, sizeof (mc_node_lang *), sort_mc_node_lang);
504 qsort (mc_facility_codes, (size_t) mc_facility_codes_count, sizeof (mc_keyword *), sort_keyword_by_nval);
518 qsort (mc_severity_codes, (size_t) mc_severity_codes_count, sizeof (mc_keyword *), sort_keyword_by_nval);
nm.c 694 qsort (minisyms, symcount, size, size_forward1);
771 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2);
1108 qsort (minisyms, symcount, size,
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c     [all...]

Completed in 1153 milliseconds

1 2 3 4 5 67 8 91011>>