Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdatastructs.cpp1037 schar *storage_block_max = (schar *) storage->top + storage->block_size; in cvEndWriteSeq() local
1041 if( (unsigned)((storage_block_max - storage->free_space) in cvEndWriteSeq()
1044 storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN); in cvEndWriteSeq()