Home
last modified time | relevance | path

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

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