Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Da_type.c31 ASN1_TYPE **tmp_a = &a; in ASN1_TYPE_set() local
32 ossl_asn1_primitive_free((ASN1_VALUE **)tmp_a, NULL, 0); in ASN1_TYPE_set()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-tailcall.cc634 tree tmp_a = NULL_TREE; in find_tail_calls() local
661 &tmp_m, &tmp_a, &ass_var, to_move_defs); in find_tail_calls()
685 if (tmp_a) in find_tail_calls()
687 tree type = TREE_TYPE (tmp_a); in find_tail_calls()
689 a = fold_build2 (PLUS_EXPR, type, fold_convert (type, a), tmp_a); in find_tail_calls()
691 a = tmp_a; in find_tail_calls()
Difcvt.cc2201 rtx tmp_a = NULL_RTX; in noce_try_cmove_arith() local
2208 tmp_a = gen_reg_rtx (x_mode); in noce_try_cmove_arith()
2223 if (! general_operand (a, GET_MODE (a)) || tmp_a) in noce_try_cmove_arith()
2235 a = tmp_a ? tmp_a : gen_reg_rtx (GET_MODE (a)); in noce_try_cmove_arith()
2245 rtx tmp_reg = tmp_a ? tmp_a : gen_reg_rtx (GET_MODE (a)); in noce_try_cmove_arith()
2295 if (tmp_a && else_bb) in noce_try_cmove_arith()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decp_smpl.c147 BIGNUM *tmp_a; in ossl_ec_GFp_simple_group_set_curve() local
162 tmp_a = BN_CTX_get(ctx); in ossl_ec_GFp_simple_group_set_curve()
163 if (tmp_a == NULL) in ossl_ec_GFp_simple_group_set_curve()
172 if (!BN_nnmod(tmp_a, a, p, ctx)) in ossl_ec_GFp_simple_group_set_curve()
175 if (!group->meth->field_encode(group, group->a, tmp_a, ctx)) in ossl_ec_GFp_simple_group_set_curve()
177 } else if (!BN_copy(group->a, tmp_a)) in ossl_ec_GFp_simple_group_set_curve()
188 if (!BN_add_word(tmp_a, 3)) in ossl_ec_GFp_simple_group_set_curve()
190 group->a_is_minus3 = (0 == BN_cmp(tmp_a, group->field)); in ossl_ec_GFp_simple_group_set_curve()
/netbsd/src/sys/netinet/
Dsctp_pcb.c112 struct in6_addr tmp_a, tmp_b; in SCTP6_ARE_ADDR_EQUAL() local
114 tmp_a = *a; in SCTP6_ARE_ADDR_EQUAL()
116 in6_clearscope(&tmp_a); in SCTP6_ARE_ADDR_EQUAL()
118 return (IN6_ARE_ADDR_EQUAL(&tmp_a, &tmp_b)); in SCTP6_ARE_ADDR_EQUAL()