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

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 489 SequenceIter first_seq = Sequences.begin(); local
491 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
499 if (seq_pos == first_seq)
537 SequenceIter first_seq = Sequences.begin(); local
539 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
542 if (seq_pos == first_seq)
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 275 CvSeq *first_seq = NULL, *prev_seq = NULL, *seq = NULL; local
324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
325 for( seq = first_seq; seq; seq = seq->h_next )
339 first_seq = seq->h_next;
348 bg_model->foreground_regions = first_seq;
350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
cvbgfg_acmmm2003.cpp 332 CvSeq *first_seq = NULL, *prev_seq = NULL, *seq = NULL; local
439 cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
440 for( seq = first_seq; seq; seq = seq->h_next )
455 first_seq = seq->h_next;
464 model->foreground_regions = first_seq;
466 cvDrawContours(model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);

Completed in 779 milliseconds