Home
last modified time | relevance | path

Searched refs:bs2 (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/signals2/test/
Dsignal_type_test.cpp14 namespace bs2 = boost::signals2;
19 bs2::signal_type<void ()>::type mysig; in BOOST_AUTO_TEST_CASE()
20 bs2::signal<void ()> mysig2; in BOOST_AUTO_TEST_CASE()
25 bs2::signal_type<double (int), bs2::last_value<double> >::type mysig; in BOOST_AUTO_TEST_CASE()
26 bs2::signal<double (int), bs2::last_value<double> > mysig2; in BOOST_AUTO_TEST_CASE()
31 using namespace bs2::keywords; in BOOST_AUTO_TEST_CASE()
32bs2::signal_type<double (int), group_compare_type<std::less<float> >, group_type<float> >::type my… in BOOST_AUTO_TEST_CASE()
33 bs2::signal<double (int), bs2::optional_last_value<double>, float, std::less<float> > mysig2; in BOOST_AUTO_TEST_CASE()
38 using namespace bs2::keywords; in BOOST_AUTO_TEST_CASE()
39 bs2::signal_type<signature_type<float (long*)> >::type mysig; in BOOST_AUTO_TEST_CASE()
[all …]
Dconnection_test.cpp15 namespace bs2 = boost::signals2;
17 typedef bs2::signal<void ()> sig_type;
27 bs2::connection conn1 = sig.connect(&myslot); in swap_test()
29 bs2::connection conn2; in swap_test()
42 bs2::scoped_connection conn1; in swap_test()
45 bs2::scoped_connection conn2; in swap_test()
61 bs2::connection conn; in release_test()
63 bs2::scoped_connection scoped(sig.connect(&myslot)); in release_test()
69 bs2::connection conn2; in release_test()
71 bs2::scoped_connection scoped(conn); in release_test()
[all …]
Ddeadlock_regression_test.cpp25 namespace bs2 = boost::signals2;
52 using namespace bs2::keywords;
53 typedef bs2::signal_type<void(), mutex_type<test_mutex> >::type Signal;
/third_party/boost/libs/container/test/
Dstring_test.cpp342 BoostString bs2 = string_literals<CharType>::String(); in string_test() local
346 BoostString bs4 = bs2 + bs3; in string_test()
352 bs4 = bs2 + BoostString(); in string_test()
358 bs4 = BoostString() + bs2; in string_test()
364 bs4 = BoostString() + boost::move(bs2); in string_test()
370 bs2 = string_literals<CharType>::String(); in string_test()
372 bs4 = boost::move(bs2) + BoostString(); in string_test()
378 bs2 = string_literals<CharType>::String(); in string_test()
380 bs4 = string_literals<CharType>::Prefix() + boost::move(bs2); in string_test()
386 bs2 = string_literals<CharType>::String(); in string_test()
[all …]
/third_party/ffmpeg/libavcodec/
Dcavsdsp.h33 …d (*cavs_filter_lv)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
34 …d (*cavs_filter_lh)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
35 …d (*cavs_filter_cv)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
36 …d (*cavs_filter_ch)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
Dlibwebpenc_common.c169 int bs2 = bs >> !!p; in ff_libwebp_get_frame() local
174 for (y2 = ys; y2 < FFMIN(ys + bs2, h); y2++) { in ff_libwebp_get_frame()
175 for (x2 = xs; x2 < FFMIN(xs + bs2, w); x2++) { in ff_libwebp_get_frame()
185 int bs2 = bs >> !!p; in ff_libwebp_get_frame() local
190 for (y2 = ys; y2 < FFMIN(ys + bs2, h); y2++) { in ff_libwebp_get_frame()
192 … & frame->data[p][frame->linesize[p] * y2 + xs], FFMIN(bs2, w-xs)); in ff_libwebp_get_frame()
Dcavsdsp.c123 int bs1, int bs2) in cavs_filter_lv_c() argument
133 if (bs2) in cavs_filter_lv_c()
140 int bs1, int bs2) in cavs_filter_lh_c() argument
150 if (bs2) in cavs_filter_lh_c()
157 int bs1, int bs2) in cavs_filter_cv_c() argument
167 if (bs2) in cavs_filter_cv_c()
174 int bs1, int bs2) in cavs_filter_ch_c() argument
184 if (bs2) in cavs_filter_ch_c()
/third_party/boost/libs/serialization/example/
Ddemo_simple_log.cpp33 bus_stop *bs2 = new bus_stop_destination( in main() local
48 route0.append(bs2); in main()
58 route1.append(bs2); in main()
72 delete bs2; in main()
Ddemo_log.cpp32 bus_stop *bs2 = new bus_stop_destination( in main() local
47 route0.append(bs2); in main()
57 route1.append(bs2); in main()
72 delete bs2; in main()
Ddemo_trivial_archive.cpp52 bus_stop *bs2 = new bus_stop_destination( in main() local
67 route0.append(bs2); in main()
77 route1.append(bs2); in main()
91 delete bs2; in main()
Ddemo_xml_save.cpp43 bus_stop *bs2 = new bus_stop_destination( in main() local
58 route0.append(bs2); in main()
68 route1.append(bs2); in main()
88 delete bs2; in main()
Ddemo_xml.cpp66 bus_stop *bs2 = new bus_stop_destination( in main() local
81 route0.append(bs2); in main()
91 route1.append(bs2); in main()
124 delete bs2; in main()
Ddemo.cpp318 bus_stop *bs2 = new bus_stop_destination( in main() local
333 route0.append(bs2); in main()
343 route1.append(bs2); in main()
374 delete bs2; in main()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp529 void sb_bitset::swap(sb_bitset& bs2) { in swap() argument
530 std::swap(data, bs2.data); in swap()
531 std::swap(bit_size, bs2.bit_size); in swap()
534 bool sb_bitset::operator ==(const sb_bitset& bs2) { in operator ==() argument
535 if (bit_size != bs2.bit_size) in operator ==()
539 if (data[i] != bs2.data[i]) in operator ==()
545 sb_bitset& sb_bitset::operator &=(const sb_bitset& bs2) { in operator &=() argument
546 if (bit_size > bs2.bit_size) { in operator &=()
547 resize(bs2.bit_size); in operator &=()
550 for (unsigned i = 0, c = std::min(data.size(), bs2.data.size()); i < c; in operator &=()
[all …]
Dsb_ir.h243 void swap(sb_bitset & bs2);
245 bool operator==(const sb_bitset &bs2);
246 bool operator!=(const sb_bitset &bs2) { return !(*this == bs2); }
248 sb_bitset& operator|=(const sb_bitset &bs2) {
249 if (bit_size < bs2.bit_size) {
250 resize(bs2.bit_size);
253 for (unsigned i = 0, c = std::min(data.size(), bs2.data.size()); i < c;
255 data[i] |= bs2.data[i];
260 sb_bitset& operator&=(const sb_bitset &bs2);
261 sb_bitset& mask(const sb_bitset &bs2);
/third_party/boost/libs/signals2/example/
Dpostconstructor_ex1.cpp16 namespace bs2 = boost::signals2;
31 …friend class bs2::deconstruct_access; // give boost::signals2::deconstruct access to private cons…
43 boost::shared_ptr<mynamespace::X> x = bs2::deconstruct<mynamespace::X>(); in main()
Dpredestructor_example.cpp16 namespace bs2 = boost::signals2;
39 …friend class bs2::deconstruct_access; // give boost::signals2::deconstruct access to private cons…
49 boost::shared_ptr<mynamespace::X> x = bs2::deconstruct<mynamespace::X>(); in main()
Dextended_slot.cpp16 namespace bs2 = boost::signals2;
18 void single_shot_slot(const bs2::connection &conn, const std::string &message) in single_shot_slot()
26 typedef bs2::signal<void (void)> sig_type; in main()
Dpostconstructor_ex2.cpp20 namespace bs2 = boost::signals2;
39 …friend class bs2::deconstruct_access; // give boost::signals2::deconstruct access to private cons…
52 …boost::shared_ptr<mynamespace::Y> y = bs2::deconstruct<mynamespace::Y>("Hello, ").postconstruct("w… in main()
Ddoc_view_acm_deconstruct.cpp121 namespace bs2 = boost::signals2;
126 boost::shared_ptr<TextView> v1 = bs2::deconstruct<TextView>().postconstruct(boost::ref(doc)); in main()
127 boost::shared_ptr<HexView> v2 = bs2::deconstruct<HexView>().postconstruct(boost::ref(doc)); in main()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java59 ByteBuffer bs2 = ByteBuffer.allocate(0xFF*8); in TestUTF16Converter() local
85 bs2.put((byte)(lead&0xFF)); in TestUTF16Converter()
86 bs2.put((byte)(lead>>8)); in TestUTF16Converter()
87 bs2.put((byte)(trail&0xFF)); in TestUTF16Converter()
88 bs2.put((byte)(trail>>8)); in TestUTF16Converter()
94 bs2.put((byte)(c)); in TestUTF16Converter()
95 bs2.put((byte)0x00); in TestUTF16Converter()
100 bs2.put((byte)(c&0xFF)); in TestUTF16Converter()
101 bs2.put((byte)(c>>8)); in TestUTF16Converter()
125 bs2.limit(bs2.position()); in TestUTF16Converter()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c1289 uint8_t bs2, uint8_t bs3, in avc_loopfilter_luma_inter_edge_ver_msa() argument
1302 tmp_vec = (v16u8) __msa_fill_b(bs2); in avc_loopfilter_luma_inter_edge_ver_msa()
1569 uint8_t bs2, uint8_t bs3, in avc_loopfilter_luma_inter_edge_hor_msa() argument
1583 tmp_vec = (v16u8) __msa_fill_b(bs2); in avc_loopfilter_luma_inter_edge_hor_msa()
1944 uint8_t bs2, uint8_t bs3, in avc_loopfilter_cb_or_cr_inter_edge_hor_msa() argument
1969 tmp_vec = (v8i16) __msa_fill_b(bs2); in avc_loopfilter_cb_or_cr_inter_edge_hor_msa()
2030 uint8_t bs2, uint8_t bs3, in avc_loopfilter_cb_or_cr_inter_edge_ver_msa() argument
2058 tmp_vec = (v8i16) __msa_fill_b(bs2); in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
2185 uint8_t bs2 = 1; in ff_h264_h_lpf_luma_inter_msa() local
2193 bs2 = 0; in ff_h264_h_lpf_luma_inter_msa()
[all …]
/third_party/python/Python/
Ddtoa.c1440 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; in _Py_dg_strtod() local
1840 bs2 = bb2; in _Py_dg_strtod()
1863 if (i > bs2) in _Py_dg_strtod()
1864 i = bs2; in _Py_dg_strtod()
1868 bs2 -= i; in _Py_dg_strtod()
1902 if (bs2 > 0) { in _Py_dg_strtod()
1903 bs = lshift(bs, bs2); in _Py_dg_strtod()
/third_party/openssl/crypto/aes/asm/
Dbsaes-armv7.pl924 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
942 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3);
943 &swapmove2x (@x[2,6,3,7],4,$bs2,$t2,$t3);