HomeSort by relevance Sort by last modified time
    Searched refs:COP (Results 1 - 5 of 5) 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/perf-3.12.0/tools/perf/util/
evsel.c 396 #define COP(x) (1 << x)
415 if (perf_evsel__hw_cache_stat[type] & COP(op))
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 592 milliseconds