CV_STRUCT_ALIGN 53 modules/core/src/datastructs.cpp (int)cvAlign(sizeof(CvSeqBlock), CV_STRUCT_ALIGN) CV_STRUCT_ALIGN 97 modules/core/src/datastructs.cpp block_size = cvAlign( block_size, CV_STRUCT_ALIGN ); CV_STRUCT_ALIGN 98 modules/core/src/datastructs.cpp assert( sizeof(CvMemBlock) % CV_STRUCT_ALIGN == 0 ); CV_STRUCT_ALIGN 267 modules/core/src/datastructs.cpp assert( storage->free_space % CV_STRUCT_ALIGN == 0 ); CV_STRUCT_ALIGN 332 modules/core/src/datastructs.cpp assert( storage->free_space % CV_STRUCT_ALIGN == 0 ); CV_STRUCT_ALIGN 336 modules/core/src/datastructs.cpp size_t max_free_space = cvAlignLeft(storage->block_size - sizeof(CvMemBlock), CV_STRUCT_ALIGN); CV_STRUCT_ALIGN 344 modules/core/src/datastructs.cpp assert( (size_t)ptr % CV_STRUCT_ALIGN == 0 ); CV_STRUCT_ALIGN 345 modules/core/src/datastructs.cpp storage->free_space = cvAlignLeft(storage->free_space - (int)size, CV_STRUCT_ALIGN ); CV_STRUCT_ALIGN 419 modules/core/src/datastructs.cpp sizeof(CvSeqBlock), CV_STRUCT_ALIGN); CV_STRUCT_ALIGN 654 modules/core/src/datastructs.cpp if( (size_t)(ICV_FREE_PTR(storage) - seq->block_max) < CV_STRUCT_ALIGN && CV_STRUCT_ALIGN 662 modules/core/src/datastructs.cpp seq->block_max), CV_STRUCT_ALIGN ); CV_STRUCT_ALIGN 675 modules/core/src/datastructs.cpp if( storage->free_space >= small_block_size + CV_STRUCT_ALIGN ) CV_STRUCT_ALIGN 688 modules/core/src/datastructs.cpp block->data = (schar*)cvAlignPtr( block + 1, CV_STRUCT_ALIGN ); CV_STRUCT_ALIGN 894 modules/core/src/datastructs.cpp - seq->block_max) < CV_STRUCT_ALIGN ) CV_STRUCT_ALIGN 896 modules/core/src/datastructs.cpp storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN);