Home
last modified time | relevance | path

Searched full:base2 (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/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/sys/sys/
H A Dkobj.h150 base1, base2) \ argument
154 &base2, NULL }; \
166 base1, base2, base3) \ argument
170 &base2, \
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dpoint_448.h279 * combo = scalar1*curve448_point_base + scalar2*base2.
284 * combo (out): The linear combination scalar1*base + scalar2*base2.
286 * base2 (in): A second point to be scaled.
295 const curve448_point_t base2,
H A Dcurve448.c640 const curve448_point_t base2, in ossl_curve448_base_double_scalarmul_non_secret() argument
654 prepare_wnaf_table(precmp_var, base2, table_bits_var); in ossl_curve448_base_double_scalarmul_non_secret()
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dqcom-tsens.yaml124 - const: base2
161 - const: base2
334 "base1", "base2",
/freebsd/share/man/man4/
H A Dxl.459 The Etherlink XL chips support built-in 10baseT, 10base2 and 10base5
107 .It 10base2/BNC
/freebsd/usr.sbin/bsdconfig/include/
H A Dtcp.hlp25 "media 10base2/BNC" - Select the BNC connector.
/freebsd/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/crypto/openssl/crypto/bn/
H A Drsaz_exp.h50 const BN_ULONG *base2,
H A Drsaz_exp_x2.c123 const BN_ULONG *base2,
179 to_words52(base2_red, exp_digits, base2, factor_size);
/freebsd/contrib/kyua/utils/config/
H A Dtree_test.cpp302 t1.define< config::int_node >("common.base2"); in ATF_TEST_CASE_BODY()
307 t2.define< config::int_node >("common.base2"); in ATF_TEST_CASE_BODY()
313 t1.set< config::int_node >("common.base2", 2); in ATF_TEST_CASE_BODY()
317 t2.set< config::int_node >("common.base2", 4); in ATF_TEST_CASE_BODY()
326 expected.define< config::int_node >("common.base2"); in ATF_TEST_CASE_BODY()
334 expected.set< config::int_node >("common.base2", 4); in ATF_TEST_CASE_BODY()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c145 resource_size_t base2, resource_size_t end2) in overlap() argument
147 return (base1 < end2) && (end1 > base2); in overlap()
/freebsd/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4682 struct base2
684 base2() {
690 struct derived : base1, base2
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1728 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local
1729 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent()
1731 Base2->getType())) { in IsStructurallyEquivalent()
1737 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent()
1738 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent()
1746 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent()
1752 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent()
1753 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c1241 struct event_base *base1, *base2; in test_signal_pipeloss() local
1246 base2 = event_init(); in test_signal_pipeloss()
1247 event_base_free(base2); in test_signal_pipeloss()
1268 struct event_base *base1, *base2; in test_signal_switchbase() local
1272 base2 = event_init(); in test_signal_switchbase()
1277 event_base_set(base2, &ev2) || in test_signal_switchbase()
1285 tt_ptr_op(event_get_base(&ev2), ==, base2); in test_signal_switchbase()
1290 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1304 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1308 event_base_free(base2); in test_signal_switchbase()
/freebsd/contrib/libevent/test/
H A Dregress.c1241 struct event_base *base1, *base2; in test_signal_pipeloss() local
1246 base2 = event_init(); in test_signal_pipeloss()
1247 event_base_free(base2); in test_signal_pipeloss()
1268 struct event_base *base1, *base2; in test_signal_switchbase() local
1272 base2 = event_init(); in test_signal_switchbase()
1277 event_base_set(base2, &ev2) || in test_signal_switchbase()
1285 tt_ptr_op(event_get_base(&ev2), ==, base2); in test_signal_switchbase()
1290 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1304 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1308 event_base_free(base2); in test_signal_switchbase()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp54 // B1 = p + base2
55 // B2 = p + base2 + offset
67 // B1_new = p + base2 // chain 2, now inside the loop, common offset is
437 // base2 = base + offset3 in prepareBasesForCommoningChains()
440 // A3 = base2 in prepareBasesForCommoningChains()
441 // A4 = base2 + X in prepareBasesForCommoningChains()
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-apq8084.dtsi319 tsens_base2: base2@d9 {
542 "base1", "base2",
H A Dqcom-msm8226.dtsi590 "base1", "base2",
655 tsens_base2: base2@1cc {
/freebsd/sys/contrib/libsodium/builds/msvc/vs2012/libsodium/
H A Dlibsodium.vcxproj309 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" />
313 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" />
/freebsd/sys/contrib/libsodium/builds/msvc/vs2013/libsodium/
H A Dlibsodium.vcxproj309 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" />
313 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" />
/freebsd/sys/contrib/libsodium/builds/msvc/vs2015/libsodium/
H A Dlibsodium.vcxproj309 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" />
313 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" />
/freebsd/sys/contrib/libsodium/builds/msvc/vs2017/libsodium/
H A Dlibsodium.vcxproj309 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" />
313 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" />
/freebsd/sys/contrib/libsodium/builds/msvc/vs2010/libsodium/
H A Dlibsodium.vcxproj309 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h" />
313 <ClInclude Include="..\..\..\..\src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h" />
/freebsd/sys/contrib/libsodium/
H A Dlibsodium.vcxproj.filters701 <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_25_5\base2.h">
713 <ClInclude Include="src\libsodium\crypto_core\ed25519\ref10\fe_51\base2.h">

123