Home | History | Annotate | Download | only in test

Lines Matching refs:idx0

614         int idx0 = (unsigned)idx < (unsigned)(sseq->count) ? idx : idx < 0 ?
616 int bad_range = (unsigned)idx0 >= (unsigned)(sseq->count);
629 !memcmp( elem, cvTsSimpleSeqElem(sseq, idx0), sseq->elem_size ),
633 CV_TS_SEQ_CHECK_CONDITION( idx >= 0 && idx == idx0,
1135 int idx0 = cvtest::randInt(rng) % sseq->count, idx = 0;
1136 elem0 = cvTsSimpleSeqElem( sseq, idx0 );
1137 elem = cvGetSeqElem( seq, idx0 );
1176 int idx0 = cvtest::randInt(rng) % sseq->count, idx = 0;
1177 elem0 = cvTsSimpleSeqElem( sseq, idx0 );
1178 elem = cvGetSeqElem( seq, idx0 );
1235 int idx, idx0;
1301 idx0 = cvTsSimpleSetAdd( sset, elem_data );
1305 idx == idx0 && elem3 == elem2 && (!pass_data ||
1447 idx0;
1513 idx0 = cvTsSimpleGraphAddVertex( sgraph, vtx + 1 );
1524 vtx3->first == 0) || (idx == idx0 && vtx3 == vtx2 &&