/third_party/boost/libs/smart_ptr/test/ |
D | spinlock_try_test.cpp | 17 static boost::detail::spinlock sp2 = BOOST_DETAIL_SPINLOCK_INIT; variable 23 BOOST_TEST( sp2.try_lock() ); in main() 25 BOOST_TEST( !sp2.try_lock() ); in main() 27 sp2.unlock(); in main() 31 sp2.lock(); in main() 33 BOOST_TEST( !sp2.try_lock() ); in main() 35 sp2.unlock(); in main() 40 boost::detail::spinlock::scoped_lock lock2( sp2 ); in main() 42 BOOST_TEST( !sp2.try_lock() ); in main()
|
D | spinlock_test.cpp | 16 static boost::detail::spinlock sp2 = BOOST_DETAIL_SPINLOCK_INIT; variable 21 sp2.lock(); in main() 23 sp2.unlock(); in main() 27 boost::detail::spinlock::scoped_lock lock2( sp2 ); in main()
|
D | weak_ptr_test.cpp | 111 boost::shared_ptr<int> sp2(wp); in shared_ptr_constructor() local 113 BOOST_TEST(!(sp < sp2 || sp2 < sp)); in shared_ptr_constructor() 120 boost::shared_ptr<void> sp2(wp); in shared_ptr_constructor() local 122 BOOST_TEST(!(sp < sp2 || sp2 < sp)); in shared_ptr_constructor() 133 boost::shared_ptr<int> sp2(wp); in shared_ptr_constructor() local 135 BOOST_TEST(!(sp < sp2 || sp2 < sp)); in shared_ptr_constructor() 142 boost::shared_ptr<void> sp2(wp); in shared_ptr_constructor() local 144 BOOST_TEST(!(sp < sp2 || sp2 < sp)); in shared_ptr_constructor() 161 boost::shared_ptr<void> sp2(wp); in shared_ptr_constructor() local 163 BOOST_TEST(!(sp < sp2 || sp2 < sp)); in shared_ptr_constructor() [all …]
|
D | weak_from_test.cpp | 74 boost::shared_ptr<Z> sp2( sp.get(), null_deleter ); in main() local
|
/third_party/openssl/crypto/dso/ |
D | dso_vms.c | 105 const char *sp1, *sp2; /* Search result */ in vms_load() local 135 sp2 = strrchr(filename, '>'); in vms_load() 137 sp1 = sp2; in vms_load() 138 if (sp2 != NULL && sp2 > sp1) in vms_load() 139 sp1 = sp2; in vms_load() 147 sp2 = strchr(sp1, '.'); in vms_load() 152 if (sp2 != NULL && sp2[1] == ';') in vms_load() 158 if (sp2 == NULL) { in vms_load() 159 sp2 = strchr(sp1, ';'); in vms_load() 166 if (sp2 == NULL) in vms_load() [all …]
|
/third_party/boost/boost/type_traits/detail/ |
D | bool_trait_def.hpp | 99 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC2(trait,sp1,sp2,C) \ argument 100 template<> struct trait< sp1,sp2 > \ 116 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,sp1,sp2,C) \ argument 117 template<> struct trait##_impl< sp1,sp2 > \ 142 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1(param,trait,sp1,sp2,C) \ argument 143 template< param > struct trait< sp1,sp2 > \ 151 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(param1,param2,trait,sp1,sp2,C) \ argument 152 template< param1, param2 > struct trait< sp1,sp2 > \ 160 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(param,trait,sp1,sp2,C) \ argument 161 template< param > struct trait##_impl< sp1,sp2 > \
|
/third_party/glib/glib/tests/ |
D | private.c | 212 GStaticPrivate sp2; in test_static_private2() local 215 g_static_private_init (&sp2); in test_static_private2() 217 value = g_static_private_get (&sp2); in test_static_private2() 220 g_static_private_set (&sp2, GINT_TO_POINTER(1), sp2_destroy); in test_static_private2() 222 value = g_static_private_get (&sp2); in test_static_private2() 225 g_static_private_set (&sp2, GINT_TO_POINTER(2), sp2_destroy2); in test_static_private2() 227 value = g_static_private_get (&sp2); in test_static_private2() 230 g_static_private_set (&sp2, GINT_TO_POINTER(3), sp2_destroy); in test_static_private2() 232 value = g_static_private_get (&sp2); in test_static_private2() 235 g_static_private_free (&sp2); in test_static_private2() [all …]
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | distance_cross_track.hpp | 389 apply(Point const& p, PointOfSegment const& sp1, PointOfSegment const& sp2) const in apply() 403 return_type d3 = m_strategy.apply(sp1, sp2); in apply() 411 return_type d2 = m_strategy.apply(sp2, p); in apply() 415 return_type lon2 = geometry::get_as_radian<0>(sp2); in apply() 416 return_type lat2 = geometry::get_as_radian<1>(sp2); in apply() 442 std::cout << "Course " << dsv(sp1) << " to " << dsv(sp2) << " " in apply() 444 std::cout << "Course " << dsv(sp2) << " to " << dsv(sp1) << " " in apply() 446 std::cout << "Course " << dsv(sp2) << " to " << dsv(p) << " " in apply() 590 apply(Point const& p, PointOfSegment const& sp1, PointOfSegment const& sp2) const in apply() 610 return_type const a = cstrategy.apply(p, sp1, sp2); in apply()
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | tpeqd.hpp | 64 T cp1, sp1, cp2, sp2, ccs, cs, sc, r2z0, z02, dlam2; member 82 …z2 = aacos(this->m_proj_parm.sp2 * sp + this->m_proj_parm.cp2 * cp * cos(dl2 = lp_lon - this->m_pr… in fwd() 142 proj_parm.sp2 = sin(phi_2); in setup_tpeqd() 143 proj_parm.cs = proj_parm.cp1 * proj_parm.sp2; in setup_tpeqd() 146 …proj_parm.z02 = aacos(proj_parm.sp1 * proj_parm.sp2 + proj_parm.cp1 * proj_parm.cp2 * cos(proj_par… in setup_tpeqd() 149 … proj_parm.cp1 * proj_parm.sp2 - proj_parm.sp1 * proj_parm.cp2 * cos(proj_parm.dlam2)); in setup_tpeqd()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | span_unittest.cpp | 91 Span sp2(sp); in TEST() local 94 ASSERT_EQ(sp, sp2); in TEST() 95 ASSERT_EQ(sp2.data(), kSpanData); in TEST() 96 ASSERT_EQ(sp2.size(), kSpanDataSize); in TEST() 97 ASSERT_FALSE(sp2.empty()); in TEST()
|
/third_party/openssl/crypto/md2/ |
D | md2_dgst.c | 119 register MD2_INT t, *sp1, *sp2; in md2_block() local 124 sp2 = c->cksm; in md2_block() 125 j = sp2[MD2_BLOCK - 1]; in md2_block() 130 j = sp2[i] ^= S[t ^ j]; in md2_block()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | test_projected_point.hpp | 136 P2 sp1, sp2; in test_2d() local 139 bg::read_wkt(wkt_sp2, sp2); in test_2d() 152 return_type d = strategy.apply(p, sp1, sp2); in test_2d() 159 return_type d = comparable_strategy.apply(p, sp1, sp2); in test_2d()
|
/third_party/libdrm/tests/amdgpu/ |
D | syncobj_tests.c | 211 struct syncobj_point sp1, sp2, sp3; in amdgpu_syncobj_timeline_test() local 230 sp2.syncobj_handle = syncobj_handle; in amdgpu_syncobj_timeline_test() 231 sp2.point = 10; in amdgpu_syncobj_timeline_test() 232 r = pthread_create(&signal_thread, NULL, syncobj_signal, &sp2); in amdgpu_syncobj_timeline_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 5-1.c | 163 struct sched_param sp1, sp2; in test() local 168 sp2.sched_priority = sched_get_priority_min(SCHED_RR); in test() 186 ret = pthread_setschedparam(*(pthread_t *) arg, pol2, &sp2); in test()
|
/third_party/iowow/src/platform/ |
D | iwp.c | 81 size_t sp, sp2; in iwp_copy_bytes() local 99 rc = iwp_pwrite(fh, noff + pos, buf, sp, &sp2); in iwp_copy_bytes() 104 if (sp != sp2) { in iwp_copy_bytes()
|
/third_party/iowow/src/fs/tests/ |
D | iwfs_test1.c | 73 size_t sp, sp2; in iwfs_exfile_test1() local 106 IWRC(ef.read(&ef, 1, rdata, sp, &sp2), rc); in iwfs_exfile_test1() 108 CU_ASSERT_EQUAL(sp, sp2); in iwfs_exfile_test1() 116 IWRC(ef.read(&ef, ps - 1, rdata, 2, &sp2), rc); in iwfs_exfile_test1() 118 CU_ASSERT_EQUAL(sp2, 1); in iwfs_exfile_test1()
|
/third_party/ffmpeg/libswscale/ |
D | vscale.c | 85 int sp2 = first - desc->src->plane[2].sliceY; in chr_planar_vscale() local 89 uint8_t **src2 = desc->src->plane[2].line + sp2; in chr_planar_vscale() 124 int sp2 = firstChr - desc->src->plane[2].sliceY; in packed_vscale() local 129 uint8_t **src2 = desc->src->plane[2].line + sp2; in packed_vscale() 188 int sp2 = firstChr - desc->src->plane[2].sliceY; in any_vscale() local 197 uint8_t **src2 = desc->src->plane[2].line + sp2; in any_vscale()
|
/third_party/boost/boost/geometry/strategies/concepts/ |
D | distance_concept.hpp | 185 sptype *sp2 = 0; in apply() local 187 rtype r = str->apply(*p, *sp1, *sp2); in apply()
|
/third_party/selinux/libselinux/src/ |
D | label_backends_android.c | 34 const struct spec *sp1 = A, *sp2 = B; in cmp() local 38 if (strncmp(sp2->property_key, "*", 1) == 0) in cmp() 42 size_t L2 = strlen(sp2->property_key); in cmp()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_server_posix.cc | 293 grpc_tcp_listener* sp2 = nullptr; in add_wildcard_addrs_to_server() local 316 &dsmode, &sp2)) == GRPC_ERROR_NONE) { in add_wildcard_addrs_to_server() 317 *out_port = sp2->port; in add_wildcard_addrs_to_server() 319 sp2->is_sibling = 1; in add_wildcard_addrs_to_server() 320 sp->sibling = sp2; in add_wildcard_addrs_to_server()
|
/third_party/gstreamer/gstplugins_good/gst/apetag/ |
D | gstapedemux.c | 209 gchar *sp, *sp2; in ape_demux_parse_tags() local 215 while (sp != NULL && (sp2 = strchr (sp + 1, ' ')) != NULL) in ape_demux_parse_tags() 216 sp = sp2; in ape_demux_parse_tags()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | distance_cross_track.qbk | 83 …tOfSegment >::type apply(Point const & p, PointOfSegment const & sp1, PointOfSegment const & sp2)`` 89 [* PointOfSegment const &]: ['sp2]:
|
/third_party/re2/re2/testing/ |
D | regexp_benchmark.cc | 1135 StringPiece sp1, sp2, sp3; in Parse3PCRE() local 1136 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE() 1145 StringPiece sp1, sp2, sp3; in Parse3RE2() local 1146 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2() 1213 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local 1215 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE() 1223 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local 1225 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2() 1381 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local 1382 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedPCRE() [all …]
|
/third_party/boost/libs/asio/doc/overview/ |
D | line_based.qbk | 34 char sp1, sp2, cr, lf; 37 is >> method >> sp1 >> uri >> sp2 >> version >> cr >> lf;
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | _detail_decorator.cpp | 87 std::shared_ptr<incomplete> sp2; member
|