Searched refs:storage_block_max (Results 1 – 1 of 1) sorted by relevance
1037 schar *storage_block_max = (schar *) storage->top + storage->block_size; in cvEndWriteSeq() local1041 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()