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

  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
extrapolation.hpp 154 const int last_ind = len - 1; local
155 return ::abs(last_ind - ::abs(last_ind - i)) % len;
180 const int last_ind = len - 1; local
181 return (last_ind - ::abs(last_ind - i) + (i > last_ind));
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 100 struct Indirect * last_ind; member in struct:__anon75962
258 if (ind != op->last_ind)
365 op->last_ind = ind;
652 op->last_ind = 0;
  /external/valgrind/perf/
tinycc.c 2359 static long last_line_num, last_ind, func_ind; \/* debug last line number and pc *\/ variable
    [all...]

Completed in 605 milliseconds