Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbio_enc_test.c44 int i, lref, len, tmplen; in do_bio_cipher() local
62 lref = BIO_read(b, ref, sizeof(ref)); in do_bio_cipher()
66 for (i = 1; i < lref; i++) { in do_bio_cipher()
96 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
103 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
123 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
138 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
161 for (i = 1; i < lref; i++) { in do_bio_cipher()
169 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
191 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1053 ctf_id_t lref = CTF_ERR, rref = CTF_ERR; in dt_node_is_ptrcompat() local
1092 lref = ctf_type_resolve(lfp, in dt_node_is_ptrcompat()
1096 lref = ctf_type_resolve(lfp, r.ctr_contents); in dt_node_is_ptrcompat()
1121 lref = rref; in dt_node_is_ptrcompat()
1126 rref = lref; in dt_node_is_ptrcompat()
1130 lp_is_void = ctf_type_encoding(lfp, lref, &e) == 0 && IS_VOID(e); in dt_node_is_ptrcompat()
1140 lrkind = ctf_type_kind(lfp, lref); in dt_node_is_ptrcompat()
1146 lname = ctf_type_name(lfp, lref, ln, sizeof (ln)); in dt_node_is_ptrcompat()
1163 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref)); in dt_node_is_ptrcompat()
/freebsd/crypto/openssl/test/radix/
H A Dterp.c247 #define OP_PUSH_LREF(v) OPGEN(PUSH_LREF)(ctx, (lref))