Home
last modified time | relevance | path

Searched refs:in_front_of (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp739 icvGrowSeq( CvSeq *seq, int in_front_of ) in icvGrowSeq() argument
767 storage->free_space >= seq->elem_size && !in_front_of ) in icvGrowSeq()
830 if( !in_front_of ) in icvGrowSeq()
870 icvFreeSeqBlock( CvSeq *seq, int in_front_of ) in icvFreeSeqBlock() argument
878 assert( (in_front_of ? block : block->prev)->count == 0 ); in icvFreeSeqBlock()
890 if( !in_front_of ) in icvFreeSeqBlock()