Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp46 #define CV_STRUCT_ALIGN ((int)sizeof(double)) macro
55 (int)cvAlign(sizeof(CvSeqBlock), CV_STRUCT_ALIGN)
99 block_size = cvAlign( block_size, CV_STRUCT_ALIGN ); in icvInitMemStorage()
100 assert( sizeof(CvMemBlock) % CV_STRUCT_ALIGN == 0 ); in icvInitMemStorage()
269 assert( storage->free_space % CV_STRUCT_ALIGN == 0 ); in icvGoNextMemBlock()
334 assert( storage->free_space % CV_STRUCT_ALIGN == 0 ); in cvMemStorageAlloc()
346 assert( (size_t)ptr % CV_STRUCT_ALIGN == 0 ); in cvMemStorageAlloc()
422 sizeof(CvSeqBlock), CV_STRUCT_ALIGN); in cvSetSeqBlockSize()
678 if( storage->free_space >= small_block_size + CV_STRUCT_ALIGN ) in icvGrowSeq()
691 block->data = (schar*)cvAlignPtr( block + 1, CV_STRUCT_ALIGN ); in icvGrowSeq()
[all …]