Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c330 #define set0 0 macro
747 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trustedStore, in DEFINE_SET_CB_TEST()
758 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST()
760 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_set_bio.pod30 number of references available using L<BIO_up_ref(3)> before calling the set0
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_set_bio.pod30 number of references available using L<BIO_up_ref(3)> before calling the set0
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc2587 rtx set0, set3; in try_combine() local
2623 if ((set0 = single_set (i0)) in try_combine()
2626 && (GET_CODE (SET_SRC (set0)) == MEM in try_combine()
2627 || ((GET_CODE (SET_SRC (set0)) == ZERO_EXTEND in try_combine()
2628 || GET_CODE (SET_SRC (set0)) == SIGN_EXTEND) in try_combine()
2629 && GET_CODE (XEXP (SET_SRC (set0), 0)) == MEM)) in try_combine()
2636 && rtx_referenced_p (XEXP (SET_DEST (set3), 0), SET_SRC (set0))) in try_combine()
3501 rtx set0 = XVECEXP (newpat, 0, 0); in try_combine() local
3512 newpat = set0; in try_combine()
3516 else if (((REG_P (SET_DEST (set0)) in try_combine()
[all …]
H A Dvar-tracking.cc1257 rtx body, set0; in adjust_insn() local
1268 set0 = XVECEXP (body, 0, 0); in adjust_insn()
1269 gcc_checking_assert (GET_CODE (set0) == SET in adjust_insn()
1270 && GET_CODE (SET_SRC (set0)) == ASM_OPERANDS in adjust_insn()
1271 && ASM_OPERANDS_OUTPUT_IDX (SET_SRC (set0)) == 0); in adjust_insn()
1282 != ASM_OPERANDS_INPUT_VEC (SET_SRC (set0)) in adjust_insn()
1284 != ASM_OPERANDS_INPUT_CONSTRAINT_VEC (SET_SRC (set0)) in adjust_insn()
1286 != ASM_OPERANDS_LABEL_VEC (SET_SRC (set0))) in adjust_insn()
1290 = ASM_OPERANDS_INPUT_VEC (SET_SRC (set0)); in adjust_insn()
1292 = ASM_OPERANDS_INPUT_CONSTRAINT_VEC (SET_SRC (set0)); in adjust_insn()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c2736 rtx set0, set3; in try_combine() local
2772 if ((set0 = single_set (i0)) in try_combine()
2775 && (GET_CODE (SET_SRC (set0)) == MEM in try_combine()
2776 || ((GET_CODE (SET_SRC (set0)) == ZERO_EXTEND in try_combine()
2777 || GET_CODE (SET_SRC (set0)) == SIGN_EXTEND) in try_combine()
2778 && GET_CODE (XEXP (SET_SRC (set0), 0)) == MEM)) in try_combine()
2785 && rtx_referenced_p (XEXP (SET_DEST (set3), 0), SET_SRC (set0))) in try_combine()
3624 rtx set0 = XVECEXP (newpat, 0, 0); in try_combine() local
3635 newpat = set0; in try_combine()
3639 else if (((REG_P (SET_DEST (set0)) in try_combine()
[all …]
H A Dvar-tracking.c1249 rtx body, set0; in adjust_insn() local
1260 set0 = XVECEXP (body, 0, 0); in adjust_insn()
1261 gcc_checking_assert (GET_CODE (set0) == SET in adjust_insn()
1262 && GET_CODE (SET_SRC (set0)) == ASM_OPERANDS in adjust_insn()
1263 && ASM_OPERANDS_OUTPUT_IDX (SET_SRC (set0)) == 0); in adjust_insn()
1274 != ASM_OPERANDS_INPUT_VEC (SET_SRC (set0)) in adjust_insn()
1276 != ASM_OPERANDS_INPUT_CONSTRAINT_VEC (SET_SRC (set0)) in adjust_insn()
1278 != ASM_OPERANDS_LABEL_VEC (SET_SRC (set0))) in adjust_insn()
1282 = ASM_OPERANDS_INPUT_VEC (SET_SRC (set0)); in adjust_insn()
1284 = ASM_OPERANDS_INPUT_CONSTRAINT_VEC (SET_SRC (set0)); in adjust_insn()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-threads.pod35 A C<set0> passes ownership from the caller to the object and a
H A Dcrypto.pod544 using the numbers B<0> and B<1>, i.e. "get0", "get1", "set0" and "set1". This