HomeSort by relevance Sort by last modified time
    Searched refs:swap_cnt (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 116 int swaptype, swap_cnt; local
119 swap_cnt = 0;
147 swap_cnt = 1;
155 swap_cnt = 1;
164 swap_cnt = 1;
168 if (swap_cnt == 0) { /* Switch to insertion sort */
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Qsort.c 130 int swaptype, swap_cnt; local
133 swap_cnt = 0;
161 swap_cnt = 1;
169 swap_cnt = 1;
178 swap_cnt = 1;
182 if (swap_cnt == 0) { /* Switch to insertion sort */
  /system/libufdt/sysdeps/
libufdt_sysdeps_vendor.c 101 int d, r, swaptype, swap_cnt; local
105 swap_cnt = 0;
131 swap_cnt = 1;
139 swap_cnt = 1;
147 swap_cnt = 1;
151 if (swap_cnt == 0) { /* Switch to insertion sort */
  /cts/tests/simplecpu/jni/
CpuNativeJni.cpp 78 int d, r, swaptype, swap_cnt; local
82 swap_cnt = 0;
109 swap_cnt = 1;
117 swap_cnt = 1;
126 swap_cnt = 1;
130 if (swap_cnt == 0) { /* Switch to insertion sort */
  /external/opencv/cxcore/include/
cxmisc.h 474 int swap_cnt = 0; \
515 swap_cnt = 1; \
527 swap_cnt = 1; \
536 swap_cnt = 1; \
541 if( swap_cnt == 0 ) \
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2249 int swap_cnt = 0; local
    [all...]

Completed in 389 milliseconds