Searched refs:CV_STRUCT_ALIGN (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp47 (int)cvAlign(sizeof(CvSeqBlock), CV_STRUCT_ALIGN)
95 block_size = cvAlign( block_size, CV_STRUCT_ALIGN );
96 assert( sizeof(CvMemBlock) % CV_STRUCT_ALIGN == 0 );
315 assert( storage->free_space % CV_STRUCT_ALIGN == 0 );
399 assert( storage->free_space % CV_STRUCT_ALIGN == 0 );
403 size_t max_free_space = cvAlignLeft(storage->block_size - sizeof(CvMemBlock), CV_STRUCT_ALIGN);
411 assert( (size_t)ptr % CV_STRUCT_ALIGN == 0 );
412 storage->free_space = cvAlignLeft(storage->free_space - (int)size, CV_STRUCT_ALIGN );
503 sizeof(CvSeqBlock), CV_STRUCT_ALIGN);
766 if( (unsigned)(ICV_FREE_PTR(storage) - seq->block_max) < CV_STRUCT_ALIGN
[all...]
/external/opencv/cxcore/include/
H A Dcxmisc.h87 #define CV_STRUCT_ALIGN ((int)sizeof(double)) macro

Completed in 251 milliseconds