Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dbio_enc_test.c44 int i, lref, len; 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()
89 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
96 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
116 if (!TEST_mem_eq(out, len, ref, lref)) { in do_bio_cipher()
131 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
144 for (i = 1; i < lref; i++) { in do_bio_cipher()
152 mem = BIO_new_mem_buf(ref, lref); in do_bio_cipher()
174 for (i = 1; i < lref / 2; i++) { in do_bio_cipher()
[all …]
/netbsd/src/external/bsd/top/dist/machine/
Dm_netbsd.c245 static struct kinfo_lwp **lref; variable
795 n = (struct kinfo_lwp **) realloc(lref, in get_lwp_info()
801 lref = n; in get_lwp_info()
817 lrefp = lref; in get_lwp_info()
848 qsort((char *)lref, active_lwps, sizeof(struct kinfo_lwp *), in get_lwp_info()
857 handle.next_proc = (struct kinfo_proc2 **)lref; in get_lwp_info()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
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 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref)); in dt_node_is_ptrcompat()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sccvn.cc2651 ao_ref *lref = &lhs_ref; in vn_reference_lookup_3() local
2656 lref = &lref_alt; in vn_reference_lookup_3()
2658 if (!refs_may_alias_p_1 (&data->orig_ref, lref, data->tbaa_p)) in vn_reference_lookup_3()
DChangeLog-20106751 (m32c_prepare_shift): Remove variable lref.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc8004 tree lref = cp_build_reference_type (TREE_TYPE (type), false); in build_static_cast_1() local
8006 (lref, expr, c_cast_p, complain)); in build_static_cast_1()