Home
last modified time | relevance | path

Searched refs:p_in (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Ddsatest.c154 BIGNUM *p_in = NULL, *q_in = NULL, *g_in = NULL; in dsa_keygen_test() local
244 if (!TEST_ptr(p_in = BN_bin2bn(expected_p, sizeof(expected_p), NULL)) in dsa_keygen_test()
268 || !TEST_BN_eq(p_in, p_out) in dsa_keygen_test()
294 BN_free(p_in); in dsa_keygen_test()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcselib.cc1679 struct elt_loc_list *p_in = p; in expand_loc() local
1705 && CSELIB_VAL_PTR (p->loc)->locs == p_in) in expand_loc()
Dreload.cc742 find_reusable_reload (rtx *p_in, rtx out, enum reg_class rclass, in find_reusable_reload() argument
745 rtx in = *p_in; in find_reusable_reload()
808 *p_in = rld[i].in; in find_reusable_reload()