/external/libedit/src/ |
history.c | 70 history_gfun_t h_next; /* Get the next element */ local 81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) 581 h->h_next = history_def_next; 604 if (h->h_next == history_def_next) 619 if (h->h_next != history_def_next) { 638 if (h->h_next != history_def_next) { 658 if (h->h_next != history_def_next) { 673 if (h->h_next != history_def_next) { 690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || 694 if (h->h_next != history_def_next) [all...] |
hist.h | 69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
|
histedit.h | 207 #define H_NEXT 6 /* , void); */
|
readline.c | 1502 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0) 1538 while (history(h, &ev, H_NEXT) == 0); [all...] |
/external/opencv/cvaux/src/ |
cvbgfg_common.cpp | 52 for( ; segments; segments = ((CvSeq*)segments)->h_next ) 55 seq.v_next = seq.h_next = NULL; 110 for( c=contours; c != 0; c = c->h_next )
|
extendededges.cpp | 82 tail_seq->h_next = new_seq; 102 while( !current->h_next ) 110 current = current->h_next;
|
cvbgfg_acmmm2003.cpp | 440 for( seq = first_seq; seq; seq = seq->h_next ) 450 prev_seq->h_next = seq->h_next; 451 if( seq->h_next ) seq->h_next->h_prev = prev_seq; 455 first_seq = seq->h_next; 456 if( seq->h_next ) seq->h_next->h_prev = NULL;
|
cvbgfg_gaussmix.cpp | 325 for( seq = first_seq; seq; seq = seq->h_next ) 334 prev_seq->h_next = seq->h_next; 335 if( seq->h_next ) seq->h_next->h_prev = prev_seq; 339 first_seq = seq->h_next; 340 if( seq->h_next ) seq->h_next->h_prev = NULL;
|
cvsegment.cpp | 460 seq->h_next = exterior->v_next; 461 if( seq->h_next ) 462 seq->h_next->h_prev = seq; 560 prev_seq->h_next = tmpseq;
|
cvfacedetection.cpp | 254 for (CvSeq* external = seq; external; external = external->h_next) 266 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next)
|
cvmorphcontours.cpp | 585 for( ; corr; corr = corr->h_next ) 815 corr01->h_next = cvCreateSeq( 0, 819 corr01 = corr01->h_next; 827 corr01->h_next = cvCreateSeq( 0, 831 corr01 = corr01->h_next;
|
cvlcm.cpp | 291 SiteSet = (CvSet*)SiteSet->h_next) 366 SiteSet = (CvSet*)SiteSet->h_next)
|
cvlee.cpp | 46 #define NEXT_SEQ(seq,seq_first) ((seq) == (seq_first) ? seq->v_next : seq->h_next) [all...] |
cvvecfacetracking.cpp | 314 for (CvSeq* external = seq; external; external = external->h_next) 324 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next) [all...] |
/external/opencv/cv/src/ |
cvapprox.cpp | 465 prev_contour->h_next = contour; 490 while( src_seq->h_next == 0 ) 500 src_seq = src_seq->h_next; 1026 prev_contour->h_next = contour; 1045 while( src_seq->h_next == 0 ) 1055 src_seq = src_seq->h_next;
|
cvcontours.cpp | 345 It's marked as "link to contour" and h_next pointer of it is set to [all...] |
cvdistransform.cpp | 838 for( label = 1; contours != 0; contours = contours->h_next, label++ )
|
/prebuilts/libs/libedit/include/ |
histedit.h | 207 #define H_NEXT 6 /* , void); */
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_16_neon.asm | 73 b h_next 91 b h_next 112 h_next label
|
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 3813 struct CvTreeNode* h_next; \/* next sequence *\/ member in struct:CvTreeNode [all...] |
cxdrawing.cpp | 2420 CvSeq *contour0 = contour, *h_next = 0; local [all...] |
/external/libedit/doc/ |
editline.3.roff | 712 .It Dv H_NEXT
|
/prebuilts/libs/libedit/share/man/man3/ |
editline.3 | 712 .It Dv H_NEXT
|
el_deletestr.3 | 712 .It Dv H_NEXT
|
el_end.3 | 712 .It Dv H_NEXT
|