HomeSort by relevance Sort by last modified time
    Searched refs:dst0 (Results 1 - 21 of 21) sorted by null

  /bionic/libc/string/
bcopy.c 52 memcpy(void *dst0, const void *src0, size_t length)
56 memmove(void *dst0, const void *src0, size_t length)
59 bcopy(const void *src0, void *dst0, size_t length)
63 char *dst = dst0;
124 return (dst0);
  /external/webp/src/dsp/
dec_sse2.c 199 __m128i dst0, dst1, dst2, dst3; local
202 dst0 = _mm_loadl_epi64((__m128i*)&dst[0 * BPS]);
208 dst0 = _mm_cvtsi32_si128(*(int*)&dst[0 * BPS]);
214 dst0 = _mm_unpacklo_epi8(dst0, zero);
219 dst0 = _mm_add_epi16(dst0, T0);
224 dst0 = _mm_packus_epi16(dst0, dst0);
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 352 CvMat dstub0, *dst0; local
355 CV_CALL( dst0 = cvGetMat( dstarr, &dstub0 ));
360 if( !CV_ARE_TYPES_EQ( src0, dst0 ))
363 if( !CV_ARE_SIZES_EQ( src0, dst0 ))
382 dst_pyramid[0] = dst0;
cvthresh.cpp 309 CvMat src0, dst0; local
327 dst = cvReshape( dst, &dst0, 1 );
cvcolor.cpp     [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 441 Operand dst0 = cgen_->ToOperand(destination); local
443 __ movdbl(xmm0, dst0); // Save destination in xmm0.
445 __ mov(dst0, tmp);
  /external/opencv/cxcore/src/
cxlogic.cpp 112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
120 uchar* dst = dst0; \
cxconvert.cpp 739 uchar **src0 = 0, **dst0 = 0; local
    [all...]
cxsumpixels.cpp 887 CvMat dstub, *dst = (CvMat*)dstarr, *dst0; local
    [all...]
cxcmp.cpp     [all...]
cxdxt.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 1835 IRTemp dst0 = newTemp(ty); local
1948 IRTemp dst0 = newTemp(ty); local
2147 IRTemp dst0 = newTemp(ty); local
2289 IRTemp dst0 = newTemp(ty); local
2397 IRTemp dst0 = newTemp(ty); local
2805 IRTemp dst1, src, dst0; local
    [all...]
guest_amd64_toIR.c 2802 IRTemp dst0 = newTemp(ty); local
2918 IRTemp dst0 = newTemp(ty); local
3123 IRTemp dst0 = newTemp(ty); local
3278 IRTemp dst0 = newTemp(ty); local
3389 IRTemp dst0 = newTemp(ty); local
3849 IRTemp dst1, src, dst0; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 1127 purge_ipsec_spi(dst0, proto, spi, n)
1128 struct sockaddr *dst0;
1149 plog(LLV_DEBUG2, LOCATION, NULL, "dst0: %s\n", saddr2str(dst0));
1224 if (CMPSADDR(dst0, dst)) {
    [all...]
  /external/kernel-headers/original/linux/
ipv6.h 245 __u16 dst0; member in struct:inet6_skb_parm
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 168 final float dst0 = (atmp0 * src5 + atmp3 * src6 + atmp4 * src7) local
219 src0 * dst0 + src1 * dst1 + src2 * dst2 + src3 * dst3;
227 mInv[ mInvOffset] = dst0 * invdet;
  /external/icu4c/test/intltest/
tzrulets.cpp 1010 int32_t raw0, dst0; local
1183 int32_t raw0, dst0, raw1, dst1; local
2335 int32_t raw, dst, raw0, dst0; local
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 2122 struct sadb_address *src0, *dst0; local
    [all...]
  /external/qemu/android/skin/
region.c 319 Run* dst0 = dst; local
356 return (dst + 1 - dst0);
    [all...]
  /external/webp/src/enc/
quant.c 901 uint8_t* const dst0 = it->yuv_out_ + U_OFF; local
924 memcpy(dst0, tmp_dst, UV_SIZE); // TODO: SwapUVOut() ?
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 455 CVAPI(void) cvSplit( const CvArr* src, CvArr* dst0, CvArr* dst1,
    [all...]

Completed in 743 milliseconds