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

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 292 # define CV_BIG_UINT(n) n##UI64
297 # define CV_BIG_UINT(n) n##ULL
  /external/opencv/cxcore/include/
cxmisc.h 142 #define CV_BIG_UINT(n) n##UI64
145 #define CV_BIG_UINT(n) n##ULL
    [all...]

Completed in 267 milliseconds