Home
last modified time | relevance | path

Searched refs:subexp (Results 226 – 250 of 420) sorted by relevance

12345678910>>...17

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Deval.c164 evaluate_subexpression_type (struct expression *exp, int subexp) in evaluate_subexpression_type() argument
166 return evaluate_subexp (NULL_TYPE, exp, &subexp, EVAL_AVOID_SIDE_EFFECTS); in evaluate_subexpression_type()
267 extract_field_op (struct expression *exp, int *subexp) in extract_field_op() argument
272 if (exp->elts[*subexp].opcode != STRUCTOP_STRUCT in extract_field_op()
273 && exp->elts[*subexp].opcode != STRUCTOP_PTR) in extract_field_op()
275 tem = longest_to_int (exp->elts[*subexp + 1].longconst); in extract_field_op()
276 result = &exp->elts[*subexp + 2].string; in extract_field_op()
277 (*subexp) += 1 + 3 + BYTES_TO_EXP_ELEM (tem + 1); in extract_field_op()
H A Dvalue.h721 int subexp);
727 extern char *extract_field_op (struct expression *exp, int *subexp);
/dports/databases/gnatsweb4/gnatsweb-4.00/
H A Dgnatsweb.pl2292 my $subexp = "";
2308 $subexp = appendexpr ($subexp, '|', "$field~\"^$sval\$\"");
2312 $subexp = appendexpr ($subexp, '|', "$field~\"$sval\"");
2316 $expr = appendexpr ($expr, '&', $subexp);
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Ddevfsd.c1387 const regmatch_t *subexp = ex + (c - '0'); in expand_regexp() local
1388 unsigned int sublen = subexp->rm_eo - subexp->rm_so; in expand_regexp()
1393 strncpy(output, devname + subexp->rm_so, sublen); in expand_regexp()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dcbs_av1.c613 #define subexp(name, max, subs, ...) do { \ macro
653 #undef subexp
693 #define subexp(name, max, subs, ...) do { \ macro
731 #undef subexp
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dcbs_av1.c656 #define subexp(name, max, subs, ...) do { \ macro
697 #undef subexp
735 #define subexp(name, max, subs, ...) do { \ macro
773 #undef subexp
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dcbs_av1.c613 #define subexp(name, max, subs, ...) do { \ macro
653 #undef subexp
693 #define subexp(name, max, subs, ...) do { \ macro
731 #undef subexp
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dcbs_av1.c613 #define subexp(name, max, subs, ...) do { \ macro
653 #undef subexp
693 #define subexp(name, max, subs, ...) do { \ macro
731 #undef subexp
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dvalue.h646 int subexp);
652 extern char *extract_field_op (struct expression *exp, int *subexp);
/dports/shells/yash/yash-2.51/
H A Dparser.h155 struct dbexp_T *subexp; member
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dunit.h103 void regex(regex_t *regex, int subexps, regmatch_t *subexp, const char *repl);
/dports/textproc/py-grako/grako-3.99.9/examples/antlr2grako/
H A Dsemantics.py102 def subexp(self, ast): member in ANTLRSemantics
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/doc/
H A DAPI599 Named subexp is defined by (?<name>....).
928 Return the limit of subexp call count.
936 Set a limit count of subexp call.
943 Return the limit of subexp call nest level.
951 Set a limit level of subexp call nest level.
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig_sys-69.6.0/oniguruma/doc/
H A DAPI599 Named subexp is defined by (?<name>....).
928 Return the limit of subexp call count.
936 Set a limit count of subexp call.
943 Return the limit of subexp call nest level.
951 Set a limit level of subexp call nest level.
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dcram_codecs.c753 int k = c->subexp.k; in cram_subexp_decode()
788 out_i[count] = val - c->subexp.offset; in cram_subexp_decode()
816 c->subexp.k = -1; in cram_subexp_decode_init()
818 cp += safe_itf8_get(cp, data + size, &c->subexp.offset); in cram_subexp_decode_init()
819 cp += safe_itf8_get(cp, data + size, &c->subexp.k); in cram_subexp_decode_init()
821 if (cp - data != size || c->subexp.k < 0) { in cram_subexp_decode_init()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/
H A DREADME.md48 * NEW API: Limiting the maximum number of calls of subexp-call
70 * NEW API: maximum nesting level of subexp call
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/
H A DREADME.md48 * NEW API: Limiting the maximum number of calls of subexp-call
70 * NEW API: maximum nesting level of subexp call
/dports/math/maxima/maxima-5.43.2/src/
H A Dcsimp.lisp360 (t (andmapcar #'(lambda (subexp)
361 (free subexp var))
/dports/devel/oniguruma/oniguruma-6.9.7.1/
H A DREADME.md48 * NEW API: Limiting the maximum number of calls of subexp-call
70 * NEW API: maximum nesting level of subexp call
/dports/www/zola/zola-0.15.2/cargo-crates/onig_sys-69.7.1/oniguruma/
H A DREADME.md48 * NEW API: Limiting the maximum number of calls of subexp-call
70 * NEW API: maximum nesting level of subexp call
/dports/www/xh/xh-0.14.1/cargo-crates/onig_sys-69.7.0/oniguruma/
H A DREADME.md48 * NEW API: Limiting the maximum number of calls of subexp-call
70 * NEW API: maximum nesting level of subexp call
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/cram/
H A Dcram_codecs.c760 int k = c->u.subexp.k; in cram_subexp_decode()
795 out_i[count] = val - c->u.subexp.offset; in cram_subexp_decode()
823 c->u.subexp.k = -1; in cram_subexp_decode_init()
825 cp += safe_itf8_get(cp, data + size, &c->u.subexp.offset); in cram_subexp_decode_init()
826 cp += safe_itf8_get(cp, data + size, &c->u.subexp.k); in cram_subexp_decode_init()
828 if (cp - data != size || c->u.subexp.k < 0) { in cram_subexp_decode_init()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/doc/
H A DAPI639 Named subexp is defined by (?<name>....).
1000 Return the limit of subexp call count.
1008 Set a limit count of subexp call.
1015 Return the limit of subexp call nest level.
1023 Set a limit level of subexp call nest level.
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/doc/
H A DAPI639 Named subexp is defined by (?<name>....).
1000 Return the limit of subexp call count.
1008 Set a limit count of subexp call.
1015 Return the limit of subexp call nest level.
1023 Set a limit level of subexp call nest level.
/dports/devel/oniguruma/oniguruma-6.9.7.1/doc/
H A DAPI639 Named subexp is defined by (?<name>....).
1000 Return the limit of subexp call count.
1008 Set a limit count of subexp call.
1015 Return the limit of subexp call nest level.
1023 Set a limit level of subexp call nest level.

12345678910>>...17