/third_party/boost/libs/iostreams/test/ |
D | flush_test.cpp | 88 vector<char> dest1; in flush_test() local 95 out.push(iostreams::back_inserter(dest1)); in flush_test() 106 dest1.size() == dest2.size() && in flush_test() 107 std::equal(dest1.begin(), dest1.end(), dest2.begin()), in flush_test() 113 vector<char> dest1; in flush_test() local 121 out.push(iostreams::back_inserter(dest1)); in flush_test() 132 dest1.size() == dest2.size() && in flush_test() 133 std::equal(dest1.begin(), dest1.end(), dest2.begin()), in flush_test()
|
D | restrict_test.cpp | 286 restricted_uppercase_file dest1(small_padding); in write_device() local 291 BOOST_IOSTREAMS_RESTRICT(file(dest1.name(), BOOST_IOS::binary), off, len)); in write_device() 294 ifstream first(dest1.name().c_str(), in_mode); in write_device() 303 restricted_uppercase_file dest1(large_padding); in write_device() local 308 (BOOST_IOSTREAMS_RESTRICT(file(dest1.name(), BOOST_IOS::binary), off, len)); in write_device() 311 ifstream first(dest1.name().c_str(), in_mode); in write_device() 320 restricted_uppercase_file dest1(small_padding, true); in write_device() local 324 (BOOST_IOSTREAMS_RESTRICT(file(dest1.name(), BOOST_IOS::binary), off)); in write_device() 327 ifstream first(dest1.name().c_str(), in_mode); in write_device() 337 restricted_uppercase_file dest1(large_padding, true); in write_device() local [all …]
|
D | tee_test.cpp | 59 temp_file dest1; in read_write_test() local 62 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test() 67 compare_files(dest1.name(), dest2.name()), in read_write_test() 73 temp_file dest1; in read_write_test() local 76 out.push(tee(file_sink(dest1.name(), out_mode))); in read_write_test() 81 compare_files(dest1.name(), dest2.name()), in read_write_test() 117 temp_file dest1; in read_write_test() local 120 out.push( tee( file_sink(dest1.name(), out_mode), in read_write_test() 125 compare_files(dest1.name(), dest2.name()), in read_write_test() 131 temp_file dest1; in read_write_test() local [all …]
|
D | regex_filter_test.cpp | 102 test_file dest1; in regex_filter_test() local 108 out.push(file_sink(dest1.name(), out_mode)); in regex_filter_test() 112 compare_files(dest1.name(), upper.name()), in regex_filter_test() 128 test_file dest1; in regex_filter_test() local 134 out.push(file_sink(dest1.name(), out_mode)); in regex_filter_test() 138 compare_files(dest1.name(), upper.name()), in regex_filter_test() 247 test_file dest1; in wregex_filter_test() local 253 out.push(wfile_sink(dest1.name(), out_mode)); in wregex_filter_test() 257 compare_files(dest1.name(), upper.name()), in wregex_filter_test() 273 test_file dest1; in wregex_filter_test() local [all …]
|
D | stdio_filter_test.cpp | 92 temp_file dest1, dest2; in write_stdio_filter() local 97 out1.push(file_sink(dest1.name(), in_mode)); in write_stdio_filter() 107 ifstream first(dest1.name().c_str()); in write_stdio_filter() 117 out1.push(file_sink(dest1.name(), in_mode)); in write_stdio_filter() 127 ifstream first(dest1.name().c_str()); in write_stdio_filter()
|
D | compose_test.cpp | 63 temp_file dest1, dest2; in write_composite() local 69 out1.push(file_sink(dest1.name(), in_mode)); in write_composite() 79 ifstream first(dest1.name().c_str()); in write_composite() 90 out1.push(file_sink(dest1.name(), in_mode)); in write_composite() 100 ifstream first(dest1.name().c_str()); in write_composite()
|
/third_party/node/test/parallel/ |
D | test-stream-pipe-unpipe-streams.js | 8 const dest1 = Writable({ write: () => {} }); constant 11 source.pipe(dest1); 14 dest1.on('unpipe', common.mustCall()); 17 assert.strictEqual(source._readableState.pipes[0], dest1); 25 assert.deepStrictEqual(source._readableState.pipes, [dest1]); 31 source.unpipe(dest1); 38 const dest1 = Writable({ write: () => {} }); constant 83 checkDestCleanup(dest1);
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8_idct_msa.c | 54 v16i8 pred0, pred1, pred2, pred3, dest0, dest1; in ff_vp8_idct_add_msa() local 75 VSHF_B2_SB(res0, res1, res2, res3, mask, mask, dest0, dest1); in ff_vp8_idct_add_msa() 77 ST_W2(dest1, 0, 1, dst + 2 * stride, stride); in ff_vp8_idct_add_msa() 87 v16i8 pred0, pred1, pred2, pred3, dest0, dest1; in ff_vp8_idct_dc_add_msa() local 97 VSHF_B2_SB(res0, res1, res2, res3, mask, mask, dest0, dest1); in ff_vp8_idct_dc_add_msa() 99 ST_W2(dest1, 0, 1, dst + 2 * stride, stride); in ff_vp8_idct_dc_add_msa()
|
D | vc1dsp_mmi.c | 432 MMI_LDC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_8x4_dc_mmi() 460 MMI_SDC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_8x4_dc_mmi() 468 : [dest0]"r"(dest+0*linesize), [dest1]"r"(dest+1*linesize), in ff_vc1_inv_trans_8x4_dc_mmi() 884 MMI_LWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x8_dc_mmi() 920 MMI_SWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x8_dc_mmi() 933 : [dest0]"r"(dest+0*linesize), [dest1]"r"(dest+1*linesize), in ff_vc1_inv_trans_4x8_dc_mmi() 1140 MMI_LWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x4_dc_mmi() 1160 MMI_SWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x4_dc_mmi() 1167 : [dest0]"r"(dest+0*linesize), [dest1]"r"(dest+1*linesize), in ff_vc1_inv_trans_4x4_dc_mmi()
|
/third_party/gstreamer/gstplugins_bad/gst/bayer/ |
D | gstbayer2rgb.c | 355 gst_bayer2rgb_split_and_upsample_horiz (guint8 * dest0, guint8 * dest1, in gst_bayer2rgb_split_and_upsample_horiz() argument 361 dest1[0] = src[1]; in gst_bayer2rgb_split_and_upsample_horiz() 363 dest1[1] = src[1]; in gst_bayer2rgb_split_and_upsample_horiz() 366 bayer_orc_horiz_upsample_unaligned (dest0 + 2, dest1 + 2, src + 1, in gst_bayer2rgb_split_and_upsample_horiz() 369 bayer_orc_horiz_upsample (dest0 + 2, dest1 + 2, src + 2, (n - 4) >> 1); in gst_bayer2rgb_split_and_upsample_horiz() 375 dest1[i] = src[i - 1]; in gst_bayer2rgb_split_and_upsample_horiz() 378 dest1[i] = src[i]; in gst_bayer2rgb_split_and_upsample_horiz()
|
/third_party/glslang/Test/baseResults/ |
D | cppMerge.frag.out | 7 0:? 'dest1' (layout( set=0 binding=0) writeonly uniform image1D) 20 0:? 'dest1' (layout( set=0 binding=0) writeonly uniform image1D)
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_fs_cmod_propagation.cpp | 369 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 375 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 408 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 414 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)) in TEST_F() 490 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 496 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 1102 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 1106 bld.ADD(dest1, src0, src1); in TEST_F() 1137 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 1141 set_predicate(BRW_PREDICATE_NORMAL, bld.ADD(dest1, src0, negate(src1))); in TEST_F() [all …]
|
D | test_vec4_cmod_propagation.cpp | 340 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 346 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 421 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 430 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 912 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 922 bld.ADD(dest1, src0, src1); in TEST_F() 925 bld.CMP(dest_null, src_reg(dest1), zero, BRW_CONDITIONAL_GE); in TEST_F() 960 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 970 bld.ADD(dest1, src0, src1); in TEST_F() 973 bld.CMP(dest_null, src_reg(dest1), zero, BRW_CONDITIONAL_GE); in TEST_F()
|
/third_party/pixman/pixman/ |
D | pixman-mmx.c | 1426 __m64 dest0, dest1; in mmx_composite_over_n_8888() local 1431 dest1 = over (vsrc, vsrca, expand8888 (vdest, 1)); in mmx_composite_over_n_8888() 1433 *(__m64 *)dst = pack8888 (dest0, dest1); in mmx_composite_over_n_8888() 1583 __m64 dest0, dest1; in mmx_composite_over_n_8888_8888_ca() local 1588 dest1 = in_over (vsrc, vsrca, load8888 (&m1), in mmx_composite_over_n_8888_8888_ca() 1591 *(__m64 *)q = pack8888 (dest0, dest1); in mmx_composite_over_n_8888_8888_ca() 2031 __m64 dest0, dest1; in mmx_composite_over_n_8_8888() local 2037 dest1 = in_over (vsrc, vsrca, expand_alpha_rev (to_m64 (m1)), in mmx_composite_over_n_8_8888() 2040 *(__m64 *)dst = pack8888 (dest0, dest1); in mmx_composite_over_n_8_8888() 2352 __m64 dest0, dest1; in mmx_composite_src_n_8_8888() local [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_msa.c | 48 v16i8 dest0, dest1, dest2, dest3; in TransformOne() local 58 LD_SB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformOne() 59 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformOne() 138 v16u8 dest0, dest1, dest2, dest3; in TransformAC3() local 144 LD_UB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformAC3() 145 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformAC3()
|
D | enc_msa.c | 49 v16i8 dest0, dest1, dest2, dest3; in ITransformOne() local 60 LD_SB4(ref, BPS, dest0, dest1, dest2, dest3); in ITransformOne() 61 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in ITransformOne()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_msa.c | 48 v16i8 dest0, dest1, dest2, dest3; in TransformOne() local 58 LD_SB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformOne() 59 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformOne() 138 v16u8 dest0, dest1, dest2, dest3; in TransformAC3() local 144 LD_UB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformAC3() 145 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformAC3()
|
D | enc_msa.c | 49 v16i8 dest0, dest1, dest2, dest3; in ITransformOne() local 60 LD_SB4(ref, BPS, dest0, dest1, dest2, dest3); in ITransformOne() 61 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in ITransformOne()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 654 UChar* dest1 = output1; in TestJB4490() local 662 dest1Len = uidna_toASCII(src1, src1Len, dest1, dest1Len,UIDNA_DEFAULT, &ps, &status); in TestJB4490() 666 src2 = dest1; in TestJB4490()
|
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/ |
D | README.md | 198 t.pipe(dest1) 212 src.pipe(dest1) // 'foo' chunk flows to dest1 immediately, and is gone 224 tee.pipe(dest1)
|
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/ |
D | README.md | 198 t.pipe(dest1) 212 src.pipe(dest1) // 'foo' chunk flows to dest1 immediately, and is gone 224 tee.pipe(dest1)
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | README.md | 198 t.pipe(dest1) 212 src.pipe(dest1) // 'foo' chunk flows to dest1 immediately, and is gone 224 tee.pipe(dest1)
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | README.md | 198 t.pipe(dest1) 212 src.pipe(dest1) // 'foo' chunk flows to dest1 immediately, and is gone 224 tee.pipe(dest1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2049 const int32_t dest1 = (dest & 0x0000ff00) >> 8; in ProcessARMv6() local 2054 const int32_t patched_or2 = 0xe38ccc00 | dest1; in ProcessARMv6() 2154 const int32_t dest1 = (dest & 0x0000ff00) >> 8; in BindARMv6() local 2159 const int32_t patched_or2 = 0xe38ccc00 | dest1; in BindARMv6()
|
/third_party/python/Doc/library/ |
D | concurrent.futures.rst | 101 e.submit(shutil.copy, 'src1.txt', 'dest1.txt')
|