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

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

Completed in 108 milliseconds