Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dkobj.h152 base1, base2) \ argument
156 &base2, NULL }; \
168 base1, base2, base3) \ argument
172 &base2, \
/freebsd-12.1/contrib/gcc/cp/
H A Dinit.c2396 tree base2 = NULL_TREE; in build_vec_init() local
2534 base2 = decay_conversion (init); in build_vec_init()
2535 itype = TREE_TYPE (base2); in build_vec_init()
2536 base2 = get_temp_regvar (itype, base2); in build_vec_init()
2582 if (base2) in build_vec_init()
2583 from = build1 (INDIRECT_REF, itype, base2); in build_vec_init()
2619 if (base2) in build_vec_init()
2620 finish_expr_stmt (build_unary_op (PREINCREMENT_EXPR, base2, 0)); in build_vec_init()
/freebsd-12.1/crypto/openssl/crypto/ec/curve448/
H A Dpoint_448.h281 const curve448_point_t base2,
H A Dcurve448.c629 const curve448_point_t base2, in curve448_base_double_scalarmul_non_secret() argument
643 prepare_wnaf_table(precmp_var, base2, table_bits_var); in curve448_base_double_scalarmul_non_secret()
/freebsd-12.1/usr.sbin/bsdconfig/include/
H A Dtcp.hlp25 "media 10base2/BNC" - Select the BNC connector.
/freebsd-12.1/contrib/libevent/test/
H A Dregress.c1155 struct event_base *base1, *base2; in test_signal_pipeloss() local
1160 base2 = event_init(); in test_signal_pipeloss()
1161 event_base_free(base2); in test_signal_pipeloss()
1182 struct event_base *base1, *base2; in test_signal_switchbase() local
1186 base2 = event_init(); in test_signal_switchbase()
1191 event_base_set(base2, &ev2) || in test_signal_switchbase()
1199 tt_ptr_op(event_get_base(&ev2), ==, base2); in test_signal_switchbase()
1204 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1218 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1222 event_base_free(base2); in test_signal_switchbase()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress.c1052 struct event_base *base1, *base2; in test_signal_pipeloss() local
1057 base2 = event_init(); in test_signal_pipeloss()
1058 event_base_free(base2); in test_signal_pipeloss()
1079 struct event_base *base1, *base2; in test_signal_switchbase() local
1083 base2 = event_init(); in test_signal_switchbase()
1088 event_base_set(base2, &ev2) || in test_signal_switchbase()
1096 tt_ptr_op(event_get_base(&ev2), ==, base2); in test_signal_switchbase()
1101 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1115 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1119 event_base_free(base2); in test_signal_switchbase()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgo32-nat.c1269 unsigned char base2 __attribute__((packed)); member
1396 descr.base2, descr.base1, descr.base0, limit); in display_descriptor()
1532 | (ldt_descr.base2 << 24)); in go32_sldt()
1538 | (ldt_descr.base2 << 24); in go32_sldt()
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am100 crypto_core/ed25519/ref10/fe_51/base2.h \
107 crypto_core/ed25519/ref10/fe_25_5/base2.h \
/freebsd-12.1/contrib/binutils/binutils/
H A Dsrconv.c110 static int base2 = 0x2018; variable
118 ids2[x] = base2++; in get_member_id()
1874 printf ("ids %d %d\n", base1, base2); in main()
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Drandom1304 base2() const
1340 && (__lhs.base2() == __rhs.base2());
H A Drandom.tcc724 __os << __x.base1() << __space << __x.base2(); in operator <<()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1298 Base base, base2; in TEST() local
1302 EXPECT_FALSE(m1.Matches(base2)); in TEST()
1308 EXPECT_FALSE(m1.Matches(base2)); in TEST()