Searched refs:shortest (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddualinput.h37 int shortest; ///< terminate stream when the second input terminates member in struct:__anon3354
H A Ddualinput.c59 if (s->shortest)
H A Dvf_overlay.c603 if (s->dinput.shortest || s->eof_action == EOF_ACTION_ENDALL) {
604 s->dinput.shortest = 1;
628 { "shortest", "force termination when the shortest input terminates", OFFSET(dinput.shortest), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS },
H A Dvf_blend.c143 { "shortest", "force termination when the shortest input terminates", OFFSET(dinput.shortest), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS },
H A Dvf_lut3d.c771 { "shortest", "force termination when the shortest input terminates", OFFSET(dinput.shortest), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregexec.c143 static chr *shortest _ANSI_ARGS_((struct vars *, struct dfa *, chr *, chr *, chr *, chr **, int *));
281 close = shortest(v, s, v->start, v->start, v->stop, &cold, (int *)NULL);
308 end = shortest(v, d, begin, begin, v->stop,
410 close = shortest(v, s, close, close, v->stop, &cold, (int *)NULL);
423 end = shortest(v, d, begin, estart,
606 mid = shortest(v, d, begin, begin, end, (chr **)NULL,
628 mid = shortest(v, d, begin, mid+1, end, (chr **)NULL,
829 - crevdissect - determine backref shortest-first subexpression matches
864 mid = shortest(v, d, begin, begin, end, (chr **)NULL, (int *)NULL);
900 mid = shortest(
[all...]
H A Drege_dfa.c132 - shortest - shortest-preferred matching engine
133 ^ static chr *shortest(struct vars *, struct dfa *, chr *, chr *, chr *,
137 shortest(v, d, start, min, max, coldp, hitstopp) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h142 int shortest; member in struct:OptionsContext
450 int shortest; member in struct:OutputFile
H A Dffmpeg_filter.c534 if (ost->apad && of->shortest) {
H A Dffmpeg_opt.c1749 of->shortest = o->shortest;
2815 { "shortest", OPT_BOOL | OPT_EXPERT | OPT_OFFSET |
2816 OPT_OUTPUT, { .off = OFFSET(shortest) },
2817 "finish encoding within shortest input" },
H A Dffmpeg.c703 if (of->shortest) {
1133 if (of->shortest) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex422 substring, or the shortest.
430 {\it n}) prefers shortest match. A branch has the same preference as the first
435 also match the longest or shortest possible substrings, based on their
441 {\bf \{1,1\}?} can be used to force longest and shortest preference, respectively,
498 constraints, and the longest/shortest-match (rather than first-match) matching
527 \item AREs report the longest/shortest match for the RE, rather
533 order was exploited to deliberately find a match which was {\it not} the longest/shortest
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc52 * T prefers shortest (_t_iny)

Completed in 269 milliseconds