/freebsd/contrib/kyua/store/ |
H A D | layout_test.cpp | 89 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 D | kobj.h | 150 base1, base2) \ argument 154 &base2, NULL }; \ 166 base1, base2, base3) \ argument 170 &base2, \
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | point_448.h | 279 * 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 D | curve448.c | 640 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 D | qcom-tsens.yaml | 124 - const: base2 161 - const: base2 334 "base1", "base2",
|
/freebsd/share/man/man4/ |
H A D | xl.4 | 59 The Etherlink XL chips support built-in 10baseT, 10base2 and 10base5 107 .It 10base2/BNC
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | tcp.hlp | 25 "media 10base2/BNC" - Select the BNC connector.
|
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 100 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 D | rsaz_exp.h | 50 const BN_ULONG *base2,
|
H A D | rsaz_exp_x2.c | 123 const BN_ULONG *base2, 179 to_words52(base2_red, exp_digits, base2, factor_size);
|
/freebsd/contrib/kyua/utils/config/ |
H A D | tree_test.cpp | 302 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 D | linux_aperture.c | 145 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 D | ax_cxx_compile_stdcxx.m4 | 682 struct base2 684 base2() { 690 struct derived : base1, base2
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1728 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 D | regress.c | 1241 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 D | regress.c | 1241 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 D | PPCLoopInstrFormPrep.cpp | 54 // 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 D | qcom-apq8084.dtsi | 319 tsens_base2: base2@d9 { 542 "base1", "base2",
|
H A D | qcom-msm8226.dtsi | 590 "base1", "base2", 655 tsens_base2: base2@1cc {
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2012/libsodium/ |
H A D | libsodium.vcxproj | 309 <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 D | libsodium.vcxproj | 309 <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 D | libsodium.vcxproj | 309 <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 D | libsodium.vcxproj | 309 <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 D | libsodium.vcxproj | 309 <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 D | libsodium.vcxproj.filters | 701 <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">
|