Home
last modified time | relevance | path

Searched refs:ICV_FREE_PTR (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Ddatastructs.cpp49 #define ICV_FREE_PTR(storage) \ macro
343 ptr = ICV_FREE_PTR(storage); in cvMemStorageAlloc()
654 if( (size_t)(ICV_FREE_PTR(storage) - seq->block_max) < CV_STRUCT_ALIGN && in icvGrowSeq()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp43 #define ICV_FREE_PTR(storage) \ macro
410 ptr = ICV_FREE_PTR(storage); in cvMemStorageAlloc()
766 if( (unsigned)(ICV_FREE_PTR(storage) - seq->block_max) < CV_STRUCT_ALIGN && in icvGrowSeq()