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

  /external/opencv/cxcore/src/
cxdatastructs.cpp 50 cvAlignLeft( int size, int align )
403 size_t max_free_space = cvAlignLeft(storage->block_size - sizeof(CvMemBlock), CV_STRUCT_ALIGN);
412 storage->free_space = cvAlignLeft(storage->free_space - (int)size, CV_STRUCT_ALIGN );
502 useful_block_size = cvAlignLeft(seq->storage->block_size - sizeof(CvMemBlock) -
773 storage->free_space = cvAlignLeft((int)(((schar*)storage->top + storage->block_size) -
1044 storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN);
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp 56 cvAlignLeft( int size, int align )
336 size_t max_free_space = cvAlignLeft(storage->block_size - sizeof(CvMemBlock), CV_STRUCT_ALIGN);
345 storage->free_space = cvAlignLeft(storage->free_space - (int)size, CV_STRUCT_ALIGN );
418 useful_block_size = cvAlignLeft(seq->storage->block_size - sizeof(CvMemBlock) -
661 storage->free_space = cvAlignLeft((int)(((schar*)storage->top + storage->block_size) -
896 storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN);
    [all...]

Completed in 36 milliseconds