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

  /external/opencv/cv/src/
_cvkdtree.hpp 171 int nexti = -1; local
178 n.right = nexti;
179 nexti = i;
182 return nexti;
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 158 int nexti = inc(i); local
159 if (nexti != putIndex) {
160 items[i] = items[nexti];
161 i = nexti;

Completed in 647 milliseconds