OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_max
(Results
1 - 13
of
13
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
state.h
20
int
block_max
;
member in struct:cloogstate
/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
...]
cxpersistence.cpp
[
all
...]
/external/opencv3/modules/core/src/
datastructs.cpp
563
int count = (int)(reader.
block_max
- reader.ptr);
571
reader.
block_max
= reader.ptr + reader.block->count*elem_size;
610
seq->
block_max
= seq->ptr = (schar *) array + total * elem_size;
654
if( (size_t)(ICV_FREE_PTR(storage) - seq->
block_max
) < CV_STRUCT_ALIGN &&
660
seq->
block_max
+= delta;
662
seq->
block_max
), CV_STRUCT_ALIGN );
721
seq->
block_max
= block->data + block->count;
737
seq->
block_max
= seq->ptr = block->data;
764
block->count = (int)(seq->
block_max
- block->data) + block->start_index * seq->elem_size;
765
block->data = seq->
block_max
- block->count
1873
schar*
block_max
;
member in struct:CvSeqReaderPos
[
all
...]
persistence.cpp
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
1214
schar*
block_max
; /* Maximal bound of the last block. */ \
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
[
all
...]
persistence.hpp
638
schar*
block_max
; /* pointer to the end of block */
member in struct:cv::FileNodeIterator::SeqReader
[
all
...]
/external/opencv/cv/src/
cvcontours.cpp
105
if( ptr >= reader->
block_max
)
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
93
if( ptr >= reader->
block_max
)
[
all
...]
/external/opencv3/modules/core/test/
test_ds.cpp
477
block->prev->data <= seq->
block_max
,
478
"block->data or
block_max
pointer are incorrect" );
[
all
...]
/external/opencv/cvaux/src/
cvlee.cpp
[
all
...]
Completed in 684 milliseconds