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

  /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/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 */
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2249 int swap_cnt = 0; local
    [all...]

Completed in 108 milliseconds