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

  /external/opencv/cxcore/src/
cxdatastructs.cpp 47 (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/
cxmisc.h 87 #define CV_STRUCT_ALIGN ((int)sizeof(double))
    [all...]

Completed in 681 milliseconds