Home
last modified time | relevance | path

Searched refs:a_expr (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-parser.h110 enum CRStatus cr_parser_parse_expr (CRParser *a_this, CRTerm **a_expr) ;
115 CRTerm **a_expr, gboolean *a_important) ;
Dcr-parser.c374 CRTerm ** a_expr);
2139 CRTerm ** a_expr) in cr_parser_parse_function() argument
2182 *a_expr = cr_term_append_term (*a_expr, expr); in cr_parser_parse_function()
3021 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr) in cr_parser_parse_expr() argument
3031 && a_expr, CR_BAD_PARAM_ERROR); in cr_parser_parse_expr()
3090 *a_expr = cr_term_append_term (*a_expr, expr); in cr_parser_parse_expr()
3181 CRTerm ** a_expr, gboolean * a_important) in cr_parser_parse_declaration() argument
3190 && a_property && a_expr in cr_parser_parse_declaration()
3234 if (*a_expr) { in cr_parser_parse_declaration()
3235 cr_term_append_term (*a_expr, expr); in cr_parser_parse_declaration()
[all …]
/third_party/mesa3d/src/util/tests/
Ddag_test.cpp103 int_dynarrays_equal_pred(const char *a_expr, in int_dynarrays_equal_pred() argument
112 result << a_expr << " != " << b_expr; in int_dynarrays_equal_pred()
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c192 char *a_expr; member
246 …{ "alpha", "apply alpha while rendering", OFFSET(a_expr), AV_OPT_TYPE_STRING, { .str = …
864 (ret = av_expr_parse(&s->a_pexpr, expr = s->a_expr, var_names, in config_input()
/third_party/python/Doc/reference/
Dexpressions.rst1215 a_expr: `m_expr` | `a_expr` "+" `m_expr` | `a_expr` "-" `m_expr`
1321 shift_expr: `a_expr` | `shift_expr` ("<<" | ">>") `a_expr`