Searched refs:seq_type (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/heap/ |
D | marking.h | 213 CellPrinter() : seq_start(0), seq_type(0), seq_length(0) {} in CellPrinter() 216 if (cell == seq_type) { in Print() 226 seq_type = cell; in Print() 237 PrintF("%d: %dx%d\n", seq_start, seq_type == 0 ? 0 : 1, in Flush() 247 uint32_t seq_type; variable
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1064 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4845 CvType seq_type( CV_TYPE_NAME_SEQ, icvIsSeq, icvReleaseSeq, icvReadSeq,
|