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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/emultempl/
tic6xdsbt.em 141 qsort (sec_list, sec_count, sizeof (asection *), &compare_output_sec_vma);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 23 #include <cstdlib> // for qsort
529 /// extent. This is just like std::sort, except that it calls qsort instead of
530 /// using an inlined template. qsort is slightly slower than std::sort, but
544 // Don't inefficiently call qsort with one element or trigger undefined
548 qsort(&*Start, NElts, sizeof(*Start), get_array_pod_sort_comparator(*Start));
557 // Don't inefficiently call qsort with one element or trigger undefined
561 qsort(&*Start, NElts, sizeof(*Start),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 574 void qsort (int (*) (const void *, const void *));
1031 /* Sort the contents of this vector with qsort. CMP is the comparison
1032 function to pass to qsort. */
1036 vec<T, A, vl_embed>::qsort (int (*cmp) (const void *, const void *))
1038 ::qsort (address(), length(), sizeof (T), cmp);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
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/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 47 + "-qsort Quicksort timing test\n"
121 new OptionSpec("-qsort", 0, temp_opt_qsort),
257 //Adjust loop count to compensate for file size. QSort should be nlog(n)
295 System.out.println("qsort: total # of string compares = " + globalCount);
296 System.out.println("qsort: time per compare = " + ns);
    [all...]
  /external/libedit/src/
filecomplete.c 338 * Sort function for qsort(). Just wrapper around strcasecmp().
379 qsort(matches, num, sizeof(char *), _fn_qsort_string_compare);
  /external/python/cpython2/Lib/ctypes/
__init__.py 337 <obj>.qsort -> callable object
338 <obj>['qsort'] -> callable object
  /external/python/cpython3/Lib/ctypes/
__init__.py 319 <obj>.qsort -> callable object
320 <obj>['qsort'] -> callable object
  /external/selinux/libsepol/src/
kernel_to_common.c 255 qsort(strs->list, strs->num, sizeof(char *), strs_cmp);
629 qsort(data, num, sizeof(*data), cmp);
  /external/toybox/scripts/
config2help.c 308 qsort(new, clen+tlen, sizeof(char *), (void *)dashlinesort);
363 qsort(try+2, ff+tt, 1, (void *)charsort);
  /external/toybox/toys/posix/
sort.c 236 // Callback from qsort(): Iterate through key_list and perform comparisons.
374 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 340 <obj>.qsort -> callable object
341 <obj>['qsort'] -> callable object
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 340 <obj>.qsort -> callable object
341 <obj>['qsort'] -> callable object
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 412 qsort(errors, nelem(errors), sizeof errors[0], intcmp);
427 qsort(signals, nelem(signals), sizeof signals[0], intcmp);
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 412 qsort(errors, nelem(errors), sizeof errors[0], intcmp);
427 qsort(signals, nelem(signals), sizeof signals[0], intcmp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 340 <obj>.qsort -> callable object
341 <obj>['qsort'] -> callable object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 340 <obj>.qsort -> callable object
341 <obj>['qsort'] -> callable object
  /toolchain/binutils/binutils-2.27/gprof/
basic_blocks.c 279 qsort (sorted_bbs, len, sizeof (sorted_bbs[0]), cmp_bb);
548 qsort (sf->line, sf->num_lines, sizeof (sf->line[0]), cmp_ncalls);
  /bionic/libc/include/
stdlib.h 98 void qsort(void* __base, size_t __nmemb, size_t __size, int (*__comparator)(const void* __lhs, const void* __rhs));
  /bionic/libc/tools/
posix-2013.txt 830 qsort
  /external/elfutils/libdw/
dwarf_getaranges.c 254 qsort (sortaranges, narangelist, sizeof sortaranges[0], &compare_aranges);
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 85 static_assert((std::is_same<decltype(std::qsort(0,0,0,0)), void>::value), "");
  /external/libexif/
NEWS 121 Fix COPYRIGHT tag, fix memory corruption, use qsort.
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 198 libc.qsort(array, len(array), sizeof(c_int), cmp_func)
  /external/selinux/libsemanage/src/
utilities.c 185 qsort(array, count, sizeof(semanage_list_t *),

Completed in 556 milliseconds

1 2 3 4 5 67 8 91011>>