Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/kyua/store/
H A Dlayout_test.cpp89 const std::string base2 = (store_dir / ( in ATF_TEST_CASE_BODY() local
96 atf::utils::create_file(base2 + "20140615-111111-000000.db", ""); in ATF_TEST_CASE_BODY()
97 ATF_REQUIRE_EQ(base2 + "20140615-111111-000000.db", in ATF_TEST_CASE_BODY()
136 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY() local
142 atf::utils::create_file(base2 + "20140615-111111-000000.db", ""); in ATF_TEST_CASE_BODY()
143 ATF_REQUIRE_EQ(base2 + "20140615-111111-000000.db", in ATF_TEST_CASE_BODY()
170 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY() local
173 atf::utils::create_file(base2 + "20140615-111111-000000.db", ""); in ATF_TEST_CASE_BODY()
/freebsd-13.1/sys/sys/
H A Dkobj.h152 base1, base2) \ argument
156 &base2, NULL }; \
168 base1, base2, base3) \ argument
172 &base2, \
/freebsd-13.1/crypto/openssl/crypto/ec/curve448/
H A Dpoint_448.h281 const curve448_point_t base2,
H A Dcurve448.c630 const curve448_point_t base2, in curve448_base_double_scalarmul_non_secret() argument
644 prepare_wnaf_table(precmp_var, base2, table_bits_var); in curve448_base_double_scalarmul_non_secret()
/freebsd-13.1/usr.sbin/bsdconfig/include/
H A Dtcp.hlp25 "media 10base2/BNC" - Select the BNC connector.
/freebsd-13.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-13.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-13.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-13.1/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4682 struct base2
684 base2() {
690 struct derived : base1, base2
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp303 for (BaseCommand *base2 : sec->sectionCommands) in declareSymbols()
304 if (auto *cmd = dyn_cast<SymbolAssignment>(base2)) in declareSymbols()
/freebsd-13.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()