Home
last modified time | relevance | path

Searched refs:swap_cnt (Results 1 – 3 of 3) sorted by relevance

/external/yaffs2/yaffs2/
Dyaffs_qsort.c82 int d, r, swaptype, swap_cnt; in qsort() local
86 swap_cnt = 0; in qsort()
113 swap_cnt = 1; in qsort()
121 swap_cnt = 1; in qsort()
130 swap_cnt = 1; in qsort()
134 if (swap_cnt == 0) { /* Switch to insertion sort */ in qsort()
/external/opencv/cxcore/include/
Dcxmisc.h474 int swap_cnt = 0; \
515 swap_cnt = 1; \
527 swap_cnt = 1; \
536 swap_cnt = 1; \
541 if( swap_cnt == 0 ) \
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2249 int swap_cnt = 0; in cvSeqSort() local
2308 swap_cnt = 1; in cvSeqSort()
2320 swap_cnt = 1; in cvSeqSort()
2333 swap_cnt = 1; in cvSeqSort()
2351 swap_cnt = 1; in cvSeqSort()
2356 if( swap_cnt == 0 ) in cvSeqSort()