Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_type.c31 ASN1_TYPE **tmp_a = &a; in ASN1_TYPE_set() local
32 asn1_primitive_free((ASN1_VALUE **)tmp_a, NULL, 0); in ASN1_TYPE_set()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A 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/
H A 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()
H A 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/external/gpl3/gcc.old/dist/gcc/
H A Dtree-tailcall.c637 tree tmp_a = NULL_TREE; in find_tail_calls() local
664 &tmp_m, &tmp_a, &ass_var, to_move_defs); in find_tail_calls()
688 if (tmp_a) in find_tail_calls()
690 tree type = TREE_TYPE (tmp_a); in find_tail_calls()
692 a = fold_build2 (PLUS_EXPR, type, fold_convert (type, a), tmp_a); in find_tail_calls()
694 a = tmp_a; in find_tail_calls()
H A Difcvt.c2182 rtx tmp_a = NULL_RTX; in noce_try_cmove_arith() local
2189 tmp_a = gen_reg_rtx (x_mode); in noce_try_cmove_arith()
2204 if (! general_operand (a, GET_MODE (a)) || tmp_a) in noce_try_cmove_arith()
2216 a = tmp_a ? tmp_a : gen_reg_rtx (GET_MODE (a)); in noce_try_cmove_arith()
2226 rtx tmp_reg = tmp_a ? tmp_a : gen_reg_rtx (GET_MODE (a)); in noce_try_cmove_arith()
2276 if (tmp_a && else_bb) in noce_try_cmove_arith()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_smpl.c140 BIGNUM *tmp_a; in ec_GFp_simple_group_set_curve() local
155 tmp_a = BN_CTX_get(ctx); in ec_GFp_simple_group_set_curve()
156 if (tmp_a == NULL) in ec_GFp_simple_group_set_curve()
165 if (!BN_nnmod(tmp_a, a, p, ctx)) in ec_GFp_simple_group_set_curve()
168 if (!group->meth->field_encode(group, group->a, tmp_a, ctx)) in ec_GFp_simple_group_set_curve()
170 } else if (!BN_copy(group->a, tmp_a)) in ec_GFp_simple_group_set_curve()
181 if (!BN_add_word(tmp_a, 3)) in ec_GFp_simple_group_set_curve()
183 group->a_is_minus3 = (0 == BN_cmp(tmp_a, group->field)); in ec_GFp_simple_group_set_curve()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A 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/
H A 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()