Searched refs:qsort (Results 1 - 25 of 225) sorted by relevance

123456789

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dmalloc-in-qsort.cc5 // Test how well we unwind in presence of qsort in the stack
30 printf("Calling qsort\n");
31 qsort(a, size, sizeof(char), QsortCallback);
42 // Fast unwind may not unwind through qsort.
H A Doverflow-in-qsort.cc5 // Test how well we unwind in presence of qsort in the stack
29 printf("Calling qsort\n");
30 qsort(a, size, sizeof(char), QsortCallback);
40 // Fast unwind may not unwind through qsort.
/external/cmockery/cmockery_0_1_2/src/example/
H A Dkey_value.c52 qsort(key_values, number_of_key_values, sizeof(*key_values),
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp39 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp42 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair);
/external/syslinux/com32/lib/
H A Dqsort.c2 * qsort.c
23 void qsort(void *base, size_t nmemb, size_t size, function
/external/webrtc/webrtc/system_wrappers/source/
H A Dsort.cc14 // qsort() will be used.
24 #include <stdlib.h> // qsort
68 qsort((SORT_KEY), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC)); \
295 qsort(data, num_of_elements, sizeof(int8_t), CompareWord8);
298 qsort(data, num_of_elements, sizeof(uint8_t), CompareUWord8);
301 qsort(data, num_of_elements, sizeof(int16_t), CompareWord16);
304 qsort(data, num_of_elements, sizeof(uint16_t), CompareUWord16);
307 qsort(data, num_of_elements, sizeof(int32_t), CompareWord32);
310 qsort(data, num_of_elements, sizeof(uint32_t), CompareUWord32);
313 qsort(dat
[all...]
/external/strace/
H A Dioctlsort.c111 qsort(ioctls, nioctls, sizeof(ioctls[0]), compare_name_info);
134 qsort(ioctls, nioctls, sizeof(ioctls[0]), compare_code_name);
/external/freetype/include/freetype/config/
H A Dftstdlib.h122 #define ft_qsort qsort
/external/icu/icu4c/source/samples/legacy/
H A Dnewcol.cpp44 // This one can be used for passing to qsort function
87 fprintf(stderr, "Done sortkeys, doing qsort test\n");
90 qsort(data, size, maxlen*sizeof(UChar), compare_current);
H A Doldcol.cpp45 // This one can be used for passing to qsort function
104 fprintf(stderr, "Done sortkeys, doing qsort test\n");
107 qsort(data, size, maxlen*sizeof(UChar), compare_legacy);
/external/python/cpython3/Lib/turtledemo/
H A Dsorting_animate.py114 def qsort(shelf, left, right): function
118 qsort(shelf, left, pivot_new_index - 1)
119 qsort(shelf, pivot_new_index + 1, right)
163 qsort(s, 0, len(s) - 1)
/external/skia/tests/
H A DSortTest.cpp50 // Use qsort as the reference sort.
52 qsort(sortedArray, count, sizeof(sortedArray[0]), compare_int);
/external/skqp/tests/
H A DSortTest.cpp50 // Use qsort as the reference sort.
52 qsort(sortedArray, count, sizeof(sortedArray[0]), compare_int);
/external/autotest/client/profilers/powertop/src/
H A Dcpufreqstats.c162 qsort(&delta, maxfreq+1, sizeof(struct cpufreqdata), sort_by_count);
165 qsort(&delta, maxfreq+1, sizeof(struct cpufreqdata), sort_by_freq);
/external/libxaac/decoder/
H A Dixheaacd_huff_tools.c68 qsort(ptr_huff_code_word, num, sizeof(ia_huff_code_word_struct),
/external/syslinux/com32/include/
H A Dstdlib.h58 __extern void qsort(void *, size_t, size_t,
/external/toybox/toys/pending/
H A Dgetfattr.c60 qsort(sorted_keys, key_count, sizeof(char *), qstrcmp);
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dframe_pair.cc242 qsort(weighted_deltas, kMaxKeypoints, sizeof(WeightedDelta),
260 qsort(weighted_deltas, kMaxKeypoints, sizeof(WeightedDelta),
299 qsort(weighted_deltas, kMaxKeypoints * 2, sizeof(WeightedDelta),
/external/kmod/shared/
H A Darray.c92 qsort(array->array, array->count, sizeof(void *), cmp);
/external/selinux/libsemanage/src/
H A Dibendports_local.c93 qsort(ibendports, nibendports, sizeof(semanage_ibendport_t *),
H A Dports_local.c86 qsort(ports, nports, sizeof(semanage_port_t *),
/external/toybox/toys/android/
H A Dgetprop.c108 qsort(TT.nv, TT.size, 2*sizeof(char *), qstrcmp);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp57 "-qsort Quicksort timing test\n"
155 {"-qsort", OptSpec::FLAG, &opt_qsort},
274 // Comparison functions for use by qsort.
698 // doQSort() The quick sort timing test. Uses the C library qsort function.
717 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpK);
724 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpL);
732 qsort(sortBuf, gNumFileLines, sizeof(Line *), Winstrcmp);
739 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpK);
746 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpL);
754 qsort(sortBu
[all...]
/external/dtc/tests/
H A Ddtbs_equal_unordered.c84 qsort((char *)fdt1 + fdt_off_mem_rsvmap(fdt1), fdt_num_mem_rsv(fdt1),
86 qsort((char *)fdt2 + fdt_off_mem_rsvmap(fdt2), fdt_num_mem_rsv(fdt2),

Completed in 779 milliseconds

123456789