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

  /external/opencv/cv/src/
cvsmooth.cpp 560 #define COP(c,j,x,op) \
678 COP( c, j, src[cn*j+c], += r+1 );
684 COP( c, j, src[src_step*i+cn*j+c], ++ );
696 COP( c, j, *p, -- );
704 COP( c, j, *p, ++ );
786 #undef COP
    [all...]
  /external/linux-tools-perf/util/
parse-events.c 119 #define COP(x) (1 << x)
254 if (hw_cache_stat[cache_type] & COP(cache_op))

Completed in 35 milliseconds