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

  /external/yaffs2/yaffs2/
yaffs_qsort.c 82 int d, r, swaptype, swap_cnt; local
86 swap_cnt = 0;
113 swap_cnt = 1;
121 swap_cnt = 1;
130 swap_cnt = 1;
134 if (swap_cnt == 0) { /* Switch to insertion sort */
  /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 */
  /cts/suite/cts/deviceTests/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 838 milliseconds