HomeSort by relevance Sort by last modified time
    Searched refs:swap_cnt (Results 1 - 4 of 4) 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/stdlib/
qsort.c 87 int d, r, swaptype, swap_cnt; local
91 swap_cnt = 0;
118 swap_cnt = 1;
126 swap_cnt = 1;
135 swap_cnt = 1;
139 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 54 milliseconds