/external/opencv/cxcore/src/ |
D | cxcopy.cpp | 305 CvSparseMat* dst1 = (CvSparseMat*)dst; in cvCopy() local 309 dst1->dims = src1->dims; in cvCopy() 310 memcpy( dst1->size, src1->size, src1->dims*sizeof(src1->size[0])); in cvCopy() 311 dst1->valoffset = src1->valoffset; in cvCopy() 312 dst1->idxoffset = src1->idxoffset; in cvCopy() 313 cvClearSet( dst1->heap ); in cvCopy() 315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy() 317 CV_CALL( cvFree( &dst1->hashtable )); in cvCopy() 318 dst1->hashsize = src1->hashsize; in cvCopy() 319 CV_CALL( dst1->hashtable = in cvCopy() [all …]
|
D | cxmatrix.cpp | 290 arrtype* dst1 = dst; \ 293 x += 2, dst1 += dststep ) \ 297 dst1[0] = t0; \ 298 dst1[1] = t1; \ 299 dst1 += dststep; \ 303 dst1[0] = t0; \ 304 dst1[1] = t1; \ 311 dst1[0] = t0; \ 312 dst1[1] = t1; \ 318 arrtype* dst1 = dst; \ [all …]
|
D | cxdxt.cpp | 1616 int* dst1 = (int*)_dst1; in icvCopyFrom2Columns() local 1624 dst0[i] = t0; dst1[i] = t1; in icvCopyFrom2Columns() 1634 dst1[i] = t0; dst1[i+1] = t1; in icvCopyFrom2Columns() 1646 dst1[i] = t0; dst1[i+1] = t1; in icvCopyFrom2Columns() 1648 dst1[i+2] = t0; dst1[i+3] = t1; in icvCopyFrom2Columns() 2413 datatype* dst1 = dst + (n-1)*dst_step; \ 2434 dst += dst_step, dst1 -= dst_step ) \ 2439 dst1[0] = (datatype)t1; \
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit_A.c | 456 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local 473 dst1 = *(__m64*)dstp; /* 2 x dst -> dst1(ARGBARGB) */ in BlitRGBtoRGBSurfaceAlpha128MMX() 474 dst2 = dst1; /* 2 x dst -> dst2(ARGBARGB) */ in BlitRGBtoRGBSurfaceAlpha128MMX() 484 dst1 = _mm_and_si64(dst1, src1); /* src & dst -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX() 485 dst1 = _mm_and_si64(dst1, lmask); /* dst1 & !mask -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX() 486 dst1 = _mm_add_pi32(dst1, src2); /* src2 + dst1 -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX() 487 dst1 = _mm_or_si64(dst1, dsta); /* dsta(full alpha) | dst1 -> dst1 */ in BlitRGBtoRGBSurfaceAlpha128MMX() 489 *(__m64*)dstp = dst1; /* dst1 -> 2 x dst pixels */ in BlitRGBtoRGBSurfaceAlpha128MMX() 520 __m64 src1, src2, dst1, dst2, mm_alpha, mm_zero, dsta; in BlitRGBtoRGBSurfaceAlphaMMX() local 539 dst1 = _mm_cvtsi32_si64(*dstp); /* dst(ARGB) -> dst1 (0000ARGB)*/ in BlitRGBtoRGBSurfaceAlphaMMX() [all …]
|
/external/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 40 const SkScalar dst1[] = { in PolyToPolyView() local 45 success = m2.setPolyToPoly((const SkPoint*)src1, (SkPoint*)dst1, 4); in PolyToPolyView() 124 const int dst1[] = { 5, 5 }; in onDrawContent() local 125 doDraw(canvas, &paint, src1, dst1, 1); in onDrawContent()
|
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 218 CvMat dstub1, *dst1; in icvCrossCorr() local 224 dst1 = dst; in icvCrossCorr() 227 dst1 = cvGetSubRect( _dft_img, &dstub1, in icvCrossCorr() 232 planes[i] = dst1; in icvCrossCorr() 240 if( dst1 != src ) in icvCrossCorr() 241 cvConvert( src, dst1 ); in icvCrossCorr() 243 if( dst != dst1 ) in icvCrossCorr() 244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE ); in icvCrossCorr()
|
D | cvpyramids.cpp | 300 type *dst1; \ 313 dst1 = dst + dststep; \ 394 dst1[x] = (type)_pu_scale_( PU_FILTER_ZI( row1[x], row2[x] )); \ 403 dst1[x] = (type)_pu_scale_( PU_RB_ZI( row1[x] )); \ 412 dst1[x] = (type)_pu_scale_( PU_LT_ZI( row0[x], row1[x] )); \ 418 dst1[x] = (type)_pu_scale_( PU_SINGULAR_ZI( row0[x] )); \
|
D | cvcolor.cpp | 332 arrtype* dst1 = dst + i*3; \ 346 dst1, CV_STUB_STEP, cvSize(di,1) ); \ 380 uchar* dst1 = dst + i*3; in icvBGRx2ABC_IPP_8u_CnC3R() local 394 dst1, CV_STUB_STEP, cvSize(di,1) ); in icvBGRx2ABC_IPP_8u_CnC3R() 1055 uchar* dst1 = dst + i*3; in icvBGRx2ABC_8u_CnC3R() local 1094 dst1[k] = CV_CAST_8U(a); in icvBGRx2ABC_8u_CnC3R() 1095 dst1[k+1] = CV_CAST_8U(b); in icvBGRx2ABC_8u_CnC3R() 1096 dst1[k+2] = CV_CAST_8U(c); in icvBGRx2ABC_8u_CnC3R()
|
/external/webp/src/dec/ |
D | dsp_sse2.c | 197 __m128i dst0, dst1, dst2, dst3; in TransformSSE2() local 201 dst1 = _mm_loadl_epi64((__m128i*)&dst[1 * BPS]); in TransformSSE2() 207 dst1 = _mm_cvtsi32_si128(*(int*)&dst[1 * BPS]); in TransformSSE2() 213 dst1 = _mm_unpacklo_epi8(dst1, zero); in TransformSSE2() 218 dst1 = _mm_add_epi16(dst1, T1); in TransformSSE2() 223 dst1 = _mm_packus_epi16(dst1, dst1); in TransformSSE2() 230 _mm_storel_epi64((__m128i*)&dst[1 * BPS], dst1); in TransformSSE2() 236 *((int32_t *)&dst[1 * BPS]) = _mm_cvtsi128_si32(dst1); in TransformSSE2()
|
/external/libvpx/vp8/encoder/ |
D | temporal_filter.c | 300 unsigned char *dst1, *dst2; in vp8_temporal_filter_iterate_c() local 409 dst1 = cpi->alt_ref_buffer.source_buffer.y_buffer; in vp8_temporal_filter_iterate_c() 420 dst1[byte] = (unsigned char)pval; in vp8_temporal_filter_iterate_c() 429 dst1 = cpi->alt_ref_buffer.source_buffer.u_buffer; in vp8_temporal_filter_iterate_c() 443 dst1[byte] = (unsigned char)pval; in vp8_temporal_filter_iterate_c()
|
/external/icu4c/test/intltest/ |
D | tzrulets.cpp | 566 int32_t offset1, dst1; in TestHistoricalRuleBasedTimeZone() local 571 rbtz->getOffset(times[i], FALSE, offset1, dst1, status); in TestHistoricalRuleBasedTimeZone() 579 if (offset1 != offset2 || dst1 != dst2) { in TestHistoricalRuleBasedTimeZone() 827 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local 828 tz->getOffset(startTime, FALSE, raw1, dst1, status); in TestVTimeZoneRoundTrip() 833 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip() 917 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local 918 tz->getOffset(startTime, FALSE, raw1, dst1, status); in TestVTimeZoneRoundTripPartial() 923 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial() 1010 int32_t raw1, dst1; in TestVTimeZoneSimpleWrite() local [all …]
|
/external/skia/gm/ |
D | poly2poly.cpp | 69 const int dst1[] = { 5, 5 }; in onDraw() local 70 doDraw(canvas, &paint, src1, dst1, 1); in onDraw()
|
/external/icu4c/i18n/ |
D | basictz.cpp | 46 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 47 getOffset(start, FALSE, raw1, dst1, status); in hasEquivalentTransitions() 56 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 57 || (dst1 != 0 && dst2 == 0) in hasEquivalentTransitions() 58 || (dst1 == 0 && dst2 != 0)) { in hasEquivalentTransitions() 62 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 496 let Constraints = "$src1 = $dst1,$src2 = $dst2" in { 497 def MACCU_l4r : _L4R<(outs GRRegs:$dst1, GRRegs:$dst2), 500 "maccu $dst1, $dst2, $src3, $src4", 503 def MACCS_l4r : _L4R<(outs GRRegs:$dst1, GRRegs:$dst2), 506 "maccs $dst1, $dst2, $src3, $src4", 510 let Constraints = "$src1 = $dst1" in 511 def CRC8_l4r : _L4R<(outs GRRegs:$dst1, GRRegs:$dst2), 513 "crc8 $dst1, $dst2, $src2, $src3", 518 def LADD_l5r : _L5R<(outs GRRegs:$dst1, GRRegs:$dst2), 520 "ladd $dst1, $dst2, $src1, $src2, $src3", [all …]
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 1809 IRTemp dst1 = newTemp(ty); in dis_op2_E_G() local 1835 helper_ADC( size, dst1, dst0, src, in dis_op2_E_G() 1837 putIReg(size, gregOfRM(rm), mkexpr(dst1)); in dis_op2_E_G() 1840 helper_SBB( size, dst1, dst0, src, in dis_op2_E_G() 1842 putIReg(size, gregOfRM(rm), mkexpr(dst1)); in dis_op2_E_G() 1844 assign( dst1, binop(mkSizedOp(ty,op8), mkexpr(dst0), mkexpr(src)) ); in dis_op2_E_G() 1848 setFlags_DEP1(op8, dst1, ty); in dis_op2_E_G() 1850 putIReg(size, gregOfRM(rm), mkexpr(dst1)); in dis_op2_E_G() 1864 helper_ADC( size, dst1, dst0, src, in dis_op2_E_G() 1866 putIReg(size, gregOfRM(rm), mkexpr(dst1)); in dis_op2_E_G() [all …]
|
D | guest_amd64_toIR.c | 2666 IRTemp dst1 = newTemp(ty); in dis_op2_E_G() local 2695 helper_ADC( size, dst1, dst0, src, in dis_op2_E_G() 2697 putIRegG(size, pfx, rm, mkexpr(dst1)); in dis_op2_E_G() 2700 helper_SBB( size, dst1, dst0, src, in dis_op2_E_G() 2702 putIRegG(size, pfx, rm, mkexpr(dst1)); in dis_op2_E_G() 2704 assign( dst1, binop(mkSizedOp(ty,op8), mkexpr(dst0), mkexpr(src)) ); in dis_op2_E_G() 2708 setFlags_DEP1(op8, dst1, ty); in dis_op2_E_G() 2710 putIRegG(size, pfx, rm, mkexpr(dst1)); in dis_op2_E_G() 2724 helper_ADC( size, dst1, dst0, src, in dis_op2_E_G() 2726 putIRegG(size, pfx, rm, mkexpr(dst1)); in dis_op2_E_G() [all …]
|
/external/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.cc | 418 Operand dst1 = cgen_->HighOperand(destination); in EmitSwap() local 423 __ mov(dst1, tmp); in EmitSwap()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 162 Register dst1, 194 Register dst1, in LoadNumber() argument
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 422 Register dst1, 488 Register dst1, 551 Register dst1, in LoadNumber() argument 578 __ Ldrd(dst1, dst2, FieldMemOperand(object, HeapNumber::kValueOffset)); in LoadNumber() 592 __ vmov(dst1, dst2, dst); in LoadNumber() 598 ConvertToDoubleStub stub(dst2, dst1, scratch1, scratch2); in LoadNumber() 658 Register dst1, in LoadNumberAsInt32Double() argument 680 __ vmov(dst1, dst2, double_dst); in LoadNumberAsInt32Double() 691 __ mov(dst1, scratch1); in LoadNumberAsInt32Double() 702 __ CountLeadingZeros(dst1, scratch1, scratch2); in LoadNumberAsInt32Double() [all …]
|
D | assembler-arm.cc | 1625 void Assembler::ldrd(Register dst1, Register dst2, in ldrd() argument 1629 ASSERT(!dst1.is(lr)); // r14. in ldrd() 1630 ASSERT_EQ(0, dst1.code() % 2); in ldrd() 1631 ASSERT_EQ(dst1.code() + 1, dst2.code()); in ldrd() 1632 addrmod3(cond | B7 | B6 | B4, dst1, src); in ldrd() 2218 void Assembler::vmov(const Register dst1, in vmov() argument 2227 ASSERT(!dst1.is(pc) && !dst2.is(pc)); in vmov() 2229 dst1.code()*B12 | 0xB*B8 | B4 | src.code()); in vmov()
|
D | macro-assembler-arm.cc | 617 void MacroAssembler::Ldrd(Register dst1, Register dst2, in Ldrd() argument 620 ASSERT(!dst1.is(lr)); // r14. in Ldrd() 621 ASSERT_EQ(0, dst1.code() % 2); in Ldrd() 622 ASSERT_EQ(dst1.code() + 1, dst2.code()); in Ldrd() 627 ldrd(dst1, dst2, src, cond); in Ldrd() 631 if (dst1.is(src.rn())) { in Ldrd() 633 ldr(dst1, src, cond); in Ldrd() 635 ldr(dst1, src, cond); in Ldrd()
|
D | assembler-arm.h | 899 void ldrd(Register dst1, 1029 void vmov(const Register dst1,
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITInlineMethods.h | 675 ALWAYS_INLINE void JIT::emitGetVirtualRegisters(int src1, RegisterID dst1, int src2, RegisterID dst… in emitGetVirtualRegisters() argument 679 emitGetVirtualRegister(src1, dst1); in emitGetVirtualRegisters() 681 emitGetVirtualRegister(src1, dst1); in emitGetVirtualRegisters()
|
/external/kernel-headers/original/linux/ |
D | ipv6.h | 247 __u16 dst1; member
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 489 let Constraints = "$val1 = $dst1, $val2 = $dst2", 494 def ATOMAND6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2), 497 def ATOMOR6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2), 500 def ATOMXOR6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2), 503 def ATOMNAND6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2), 506 def ATOMADD6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2), 509 def ATOMSUB6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2), 512 def ATOMSWAP6432 : I<0, Pseudo, (outs GR32:$dst1, GR32:$dst2),
|