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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp50 cvAlignLeft( int size, int align ) function
403 size_t max_free_space = cvAlignLeft(storage->block_size - sizeof(CvMemBlock), CV_STRUCT_ALIGN);
412 storage->free_space = cvAlignLeft(storage->free_space - (int)size, CV_STRUCT_ALIGN );
502 useful_block_size = cvAlignLeft(seq->storage->block_size - sizeof(CvMemBlock) -
773 storage->free_space = cvAlignLeft((int)(((schar*)storage->top + storage->block_size) -
1044 storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN);

Completed in 1368 milliseconds