Home
last modified time | relevance | path

Searched refs:valt (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dpointer-param.c12 static int vals[5], valt[5], valr[5]; in foo() local
20 usei(&valt[0]); in foo()
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c184 struct expression *valt = copy_expression(expr->cond_true); in copy_expression() local
186 if (cond == expr->conditional && valt == expr->cond_true && valf == expr->cond_false) in copy_expression()
190 expr->cond_true = valt; in copy_expression()
376 struct statement *valt = stmt->if_true; in copy_one_statement() local
380 valt = copy_one_statement(valt); in copy_one_statement()
383 stmt->if_true == valt && in copy_one_statement()
388 stmt->if_true = valt; in copy_one_statement()
H A Dexpand.c545 struct expression *valt = expr->cond_true; in expand_conditional() local
553 valt = valf; in expand_conditional()
554 if (!valt) in expand_conditional()
555 valt = cond; in expand_conditional()
556 cost = expand_expression(valt); in expand_conditional()
557 *expr = *valt; in expand_conditional()
564 cost = expand_expression(valt); in expand_conditional()
H A Dshow-parse.c1048 int valt = show_expression(expr->cond_true); in show_conditional_expr() local
1052 printf("[v%d]\tcmov.%d\t\tv%d,v%d,v%d\n", cond, expr->ctype->bit_size, new, valt, valf); in show_conditional_expr()
H A Dlinearize.c1610 pseudo_t cond, valt, valf, res; in linearize_select() local
1613 valt = linearize_expression(ep, expr->cond_true); in linearize_select()
1619 valt = cond; in linearize_select()
1621 use_pseudo(insn, valt, &insn->src2); in linearize_select()
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c42 * valt = Value Type
45 #define IMPLEMENT_CRMF_CTRL_FUNC(atyp, valt, ctrlinf) \
46 valt *OSSL_CRMF_MSG_get0_##ctrlinf##_##atyp(const OSSL_CRMF_MSG *msg) \
63 int OSSL_CRMF_MSG_set1_##ctrlinf##_##atyp(OSSL_CRMF_MSG *msg, const valt *in) \
73 if ((atav->value.atyp = valt##_dup(in)) == NULL) \
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c42 * valt = Value Type
45 #define IMPLEMENT_CRMF_CTRL_FUNC(atyp, valt, ctrlinf) \
46 valt *OSSL_CRMF_MSG_get0_##ctrlinf##_##atyp(const OSSL_CRMF_MSG *msg) \
63 int OSSL_CRMF_MSG_set1_##ctrlinf##_##atyp(OSSL_CRMF_MSG *msg, const valt *in) \
73 if ((atav->value.atyp = valt##_dup(in)) == NULL) \
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DFeatureTag.java150 valt("Alternate Vertical Metrics"), enum constant

Completed in 10 milliseconds