HomeSort by relevance Sort by last modified time
    Searched defs:swap_cnt (Results 1 - 4 of 4) 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 */
  /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/src/
cxdatastructs.cpp 2249 int swap_cnt = 0; local
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp 1985 int swap_cnt = 0; local
    [all...]

Completed in 82 milliseconds