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

<<11121314151617181920>>

  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp     [all...]
  /external/python/cpython2/Demo/threads/
sync.py 505 io.acquire(); print 'thread', tid, 'qsort', l, r; io.release()
522 io.acquire(); print 'thread', tid, 'qsort done'; \
  /external/syslinux/com32/tools/
relocs.c 690 qsort(relocs, reloc_count, sizeof(relocs[0]), cmp_relocs);
691 qsort(relocs16, reloc16_count, sizeof(relocs16[0]), cmp_relocs);
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 427 // If we were testing C qsort, we'd have to make a copy
429 // x against it, to ensure that qsort was only permuting
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 427 // If we were testing C qsort, we'd have to make a copy
429 // x against it, to ensure that qsort was only permuting
  /toolchain/binutils/binutils-2.27/gprof/
cg_arcs.c 645 qsort (top_sorted_syms, symtab.len, sizeof (Sym *), cmp_topo);
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *),
  /toolchain/binutils/binutils-2.27/ld/emultempl/
beos.em 394 /* Callback functions for qsort in sort_sections. */
495 qsort (vec, count, sizeof (vec[0]), sort_func);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 62 void qsort (void *base, size_t nmemb, size_t size,
704 /** The qsort function sorts an array of Nmemb objects, the initial element of
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nm.c 732 qsort (minisyms, symcount, size, size_forward1);
809 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2);
1183 qsort (minisyms, symcount, size,
    [all...]
  /external/ImageMagick/MagickCore/
colormap.c 337 qsort((void *) image->colormap,(size_t) image->colors,
  /external/boringssl/src/crypto/bytestring/
cbb.c 651 qsort(children, num_children, sizeof(CBS), compare_set_of_element);
  /external/boringssl/src/include/openssl/
stack.h 92 // element. This differs from the usual qsort/bsearch comparison function.
  /external/e2fsprogs/misc/
e2undo.c 582 qsort(undo_ctx.keys, undo_ctx.num_keys, sizeof(struct undo_key_info),
  /external/fio/engines/
rbd.c 408 qsort(rbd->sort_events, sidx, sizeof(struct io_u *), rbd_io_u_cmp);
  /external/fio/
gettime.c 644 qsort(entries, tentries, sizeof(struct clock_entry), clock_cmp);
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 388 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.cpp 222 qsort(files, fileCount, sizeof(File), compareFiles);
  /external/mesa3d/src/compiler/nir/
nir_instr_set.c 113 qsort(srcs, num_preds, sizeof(nir_phi_src *), cmp_phi_src);
  /external/mesa3d/src/egl/main/
eglconfig.c 674 * qsort() in that the compare function accepts an additional
  /external/mesa3d/src/mesa/main/
extensions.c 469 qsort(extension_indices, count,
  /external/opencv/ml/src/
mlestimate.cpp 531 qsort (res_s_data, s_len, sizeof(res_s_data[0]), icvCmpIntegers);
  /external/webp/src/utils/
huffman_encode_utils.c 210 qsort(tree, tree_size, sizeof(*tree), CompareHuffmanTrees);
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 358 qsort(chans, num, sizeof(struct wpa_mbo_non_pref_channel),
  /packages/experimental/procstatlog/
procstatlog.c 308 qsort(stats, next - stats, sizeof(struct data), compare_data);
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libkeymaster_portable.so 

Completed in 945 milliseconds

<<11121314151617181920>>