HomeSort by relevance Sort by last modified time
    Searched refs:storage_block_max (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxdatastructs.cpp 1037 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);
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp 889 schar *storage_block_max = (schar *) storage->top + storage->block_size; local
893 if( (unsigned)((storage_block_max - storage->free_space)
896 storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN);
    [all...]

Completed in 40 milliseconds