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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
state.h 20 int block_max; member in struct:cloogstate
  /external/opencv/cxcore/src/
cxdatastructs.cpp 663 int count = (int)(reader.block_max - reader.ptr);
671 reader.block_max = reader.ptr + reader.block->count*elem_size;
716 seq->block_max = seq->ptr = (schar *) array + total * elem_size;
766 if( (unsigned)(ICV_FREE_PTR(storage) - seq->block_max) < CV_STRUCT_ALIGN &&
772 seq->block_max += delta;
774 seq->block_max), CV_STRUCT_ALIGN );
833 seq->block_max = block->data + block->count;
849 seq->block_max = seq->ptr = block->data;
882 block->count = (int)(seq->block_max - block->data) + block->start_index * seq->elem_size;
883 block->data = seq->block_max - block->count
2133 schar* block_max; member in struct:CvSeqReaderPos
    [all...]

Completed in 89 milliseconds