/external/skia/src/opts/ |
SkBlitRow_opts_arm.cpp | 31 static void S32A_D565_Opaque_neon(uint16_t* SK_RESTRICT dst, 42 "vld1.16 {q12}, [%[dst]] \n\t" 45 "mov %[keep_dst], %[dst] \n\t" 48 "add %[dst], %[dst], ip, LSL#1 \n\t" 54 "vld1.16 {q12}, [%[dst]]! \n\t" 57 "sub %[keep_dst], %[dst], #8*2 \n\t" 60 "pld [%[dst],#32] \n\t" 105 : [dst] "r" (dst), [keep_dst] "r" (keep_dst), [src] "r" (src) [all...] |
/external/opencv/cv/src/ |
cvsamplers.cpp | 149 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \ 172 dst_step /= sizeof(dst[0]); \ 182 dst, dst_step*sizeof(dst[0]), \ 187 dst += dst_step ) \ 200 dst[j] = (dsttype)cast_macro2(s0); \ 201 dst[j+1] = (dsttype)cast_macro2(s1); \ 211 dst[j] = (dsttype)cast_macro2(s0); \ 222 for( i = 0; i < win_size.height; i++, dst += dst_step ) \ 234 dst[j] = (dsttype)cast_macro2(s0); 545 CvMat dststub, *dst = (CvMat*)dstarr; local 815 CvMat dststub, *dst = (CvMat*)dstarr; local [all...] |
/external/v8/src/x64/ |
lithium-gap-resolver-x64.cc | 174 Register dst = cgen_->ToRegister(destination); local 175 __ movq(dst, src); 178 Operand dst = cgen_->ToOperand(destination); local 179 __ movq(dst, src); 185 Register dst = cgen_->ToRegister(destination); local 186 __ movq(dst, src); 189 Operand dst = cgen_->ToOperand(destination); local 191 __ movq(dst, kScratchRegister); 197 Register dst = cgen_->ToRegister(destination); local 199 __ movl(dst, Immediate(cgen_->ToInteger32(constant_source))) 205 Operand dst = cgen_->ToOperand(destination); local 248 Register dst = cgen_->ToRegister(destination); local 266 Operand dst = cgen_->ToOperand(destination); local [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_stdinc.h | 238 extern DECLSPEC void * SDLCALL SDL_memset(void *dst, int c, size_t len); 242 #define SDL_memset4(dst, val, len) \ 249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \ 254 #define SDL_memset4(dst, val, len) \ 258 Uint32 *_p = (Uint32 *)(dst); \ 272 #define SDL_memcpy(dst, src, len) memcpy(dst, src, len) 274 #define SDL_memcpy(dst, src, len) \ 288 : "0" ((unsigned)(len)/4), "q" (len), "1" (dst),"2" (src) \ 298 extern DECLSPEC void * SDLCALL SDL_memcpy(void *dst, const void *src, size_t len) [all...] |
SDL_rwops.h | 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value); 131 extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst, Uint16 value); 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value); 133 extern DECLSPEC int SDLCALL SDL_WriteBE32(SDL_RWops *dst, Uint32 value); 134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value); 135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 238 extern DECLSPEC void * SDLCALL SDL_memset(void *dst, int c, size_t len); 242 #define SDL_memset4(dst, val, len) \ 249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \ 254 #define SDL_memset4(dst, val, len) \ 258 Uint32 *_p = (Uint32 *)(dst); \ 272 #define SDL_memcpy(dst, src, len) memcpy(dst, src, len) 274 #define SDL_memcpy(dst, src, len) \ 288 : "0" ((unsigned)(len)/4), "q" (len), "1" (dst),"2" (src) \ 298 extern DECLSPEC void * SDLCALL SDL_memcpy(void *dst, const void *src, size_t len) [all...] |
SDL_rwops.h | 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value); 131 extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst, Uint16 value); 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value); 133 extern DECLSPEC int SDLCALL SDL_WriteBE32(SDL_RWops *dst, Uint32 value); 134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value); 135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 238 extern DECLSPEC void * SDLCALL SDL_memset(void *dst, int c, size_t len); 242 #define SDL_memset4(dst, val, len) \ 249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \ 254 #define SDL_memset4(dst, val, len) \ 258 Uint32 *_p = (Uint32 *)(dst); \ 272 #define SDL_memcpy(dst, src, len) memcpy(dst, src, len) 274 #define SDL_memcpy(dst, src, len) \ 288 : "0" ((unsigned)(len)/4), "q" (len), "1" (dst),"2" (src) \ 298 extern DECLSPEC void * SDLCALL SDL_memcpy(void *dst, const void *src, size_t len) [all...] |
SDL_rwops.h | 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value); 131 extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst, Uint16 value); 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value); 133 extern DECLSPEC int SDLCALL SDL_WriteBE32(SDL_RWops *dst, Uint32 value); 134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value); 135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_stdinc.h | 238 extern DECLSPEC void * SDLCALL SDL_memset(void *dst, int c, size_t len); 242 #define SDL_memset4(dst, val, len) \ 249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \ 254 #define SDL_memset4(dst, val, len) \ 258 Uint32 *_p = (Uint32 *)(dst); \ 272 #define SDL_memcpy(dst, src, len) memcpy(dst, src, len) 274 #define SDL_memcpy(dst, src, len) \ 288 : "0" ((unsigned)(len)/4), "q" (len), "1" (dst),"2" (src) \ 298 extern DECLSPEC void * SDLCALL SDL_memcpy(void *dst, const void *src, size_t len) [all...] |
/build/tools/acp/ |
acp.c | 117 char* dst; local 142 dst = malloc(stripDestLen +1 + srcNameLen +1); 143 memcpy(dst, stripDest, stripDestLen); 144 dst[stripDestLen] = FSSEP; 145 memcpy(dst + stripDestLen+1, srcName, srcNameLen+1); 148 dst = stripDest; 154 copyResult = copyFile(src, dst, options); 160 if (dst != stripDest) 161 free(dst);
|
/development/ide/xcode/ports/ |
SkBitmap_Mac.cpp | 13 static void convertGL32_to_Mac32(uint32_t dst[], const SkBitmap& bm) { 14 memcpy(dst, bm.getPixels(), bm.getSize()); 17 uint32_t* stop = dst + (bm.getSize() >> 2); 19 while (dst < stop) { 20 *dst++ = src[2] << 24 | src[1] << 16 | src[0] << 8 | src[3] << 0; 25 static void convert565_to_32(uint32_t dst[], const SkBitmap& bm) { 35 *dst++ = (b << 24) | (g << 16) | (r << 8) | 0xFF; 40 static void convert4444_to_555(uint16_t dst[], const uint16_t src[], int count) 61 *dst++ = c;
|
/external/skia/src/effects/ |
SkEmbossMaskFilter.cpp | 75 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src, 79 if (!SkBlurMask::Blur(dst, src, radius, SkBlurMask::kInner_Style, 84 dst->fFormat = SkMask::k3D_Format; 96 uint8_t* alphaPlane = dst->fImage; 97 size_t planeSize = dst->computeImageSize(); 101 dst->fImage = SkMask::AllocImage(planeSize * 3); 102 memcpy(dst->fImage, alphaPlane, planeSize); 118 SkEmbossMask::Emboss(dst, light); 121 memcpy(dst->fImage, src.fImage, src.computeImageSize());
|
/external/skia/src/images/ |
SkFlipPixelRef.cpp | 82 static void copyRect(const SkBitmap& dst, const SkIRect& rect, 84 const size_t offset = rect.fTop * dst.rowBytes() + (rect.fLeft << shift); 85 char* dstP = static_cast<char*>(dst.getPixels()) + offset; 87 const size_t rb = dst.rowBytes(); 113 void SkFlipPixelRef::CopyBitsFromAddr(const SkBitmap& dst, const SkRegion& clip, 115 const int shift = getShift(dst.config()); 120 const SkIRect bounds = {0, 0, dst.width(), dst.height()}; 124 copyRect(dst, iter.rect(), srcAddr, shift);
|
/external/skia/src/utils/mac/ |
SkBitmap_Mac.cpp | 13 static void convertGL32_to_Mac32(uint32_t dst[], const SkBitmap& bm) { 14 memcpy(dst, bm.getPixels(), bm.getSize()); 17 uint32_t* stop = dst + (bm.getSize() >> 2); 19 while (dst < stop) { 20 *dst++ = src[2] << 24 | src[1] << 16 | src[0] << 8 | src[3] << 0; 25 static void convert565_to_32(uint32_t dst[], const SkBitmap& bm) { 35 *dst++ = (b << 24) | (g << 16) | (r << 8) | 0xFF; 40 static void convert4444_to_555(uint16_t dst[], const uint16_t src[], int count) 61 *dst++ = c;
|
/libcore/luni/src/main/java/java/nio/ |
MemoryBlock.java | 184 public final void peekByteArray(int offset, byte[] dst, int dstOffset, int byteCount) { 185 Memory.peekByteArray(address + offset, dst, dstOffset, byteCount); 188 public final void peekCharArray(int offset, char[] dst, int dstOffset, int charCount, boolean swap) { 189 Memory.peekCharArray(address + offset, dst, dstOffset, charCount, swap); 192 public final void peekDoubleArray(int offset, double[] dst, int dstOffset, int doubleCount, boolean swap) { 193 Memory.peekDoubleArray(address + offset, dst, dstOffset, doubleCount, swap); 196 public final void peekFloatArray(int offset, float[] dst, int dstOffset, int floatCount, boolean swap) { 197 Memory.peekFloatArray(address + offset, dst, dstOffset, floatCount, swap); 200 public final void peekIntArray(int offset, int[] dst, int dstOffset, int intCount, boolean swap) { 201 Memory.peekIntArray(address + offset, dst, dstOffset, intCount, swap) [all...] |
/external/valgrind/main/VEX/priv/ |
host_ppc_defs.c | 467 void ppPPCRI ( PPCRI* dst ) { 468 switch (dst->tag) { 470 vex_printf("0x%llx", dst->Pri.Imm); 473 ppHRegPPC(dst->Pri.Reg); 483 static void addRegUsage_PPCRI ( HRegUsage* u, PPCRI* dst ) { 484 switch (dst->tag) { 488 addHRegUse(u, HRmRead, dst->Pri.Reg); 495 static void mapRegs_PPCRI ( HRegRemap* m, PPCRI* dst ) { 496 switch (dst->tag) { 500 dst->Pri.Reg = lookupHRegRemap(m, dst->Pri.Reg) [all...] |
/external/bluetooth/bluez/attrib/ |
att.h | 182 uint128_t dst; local 184 btoh128(u128_ptr, &dst); 186 return dst; 189 static inline void att_put_u8(uint8_t src, void *dst) 191 bt_put_unaligned(src, (uint8_t *) dst); 194 static inline void att_put_u16(uint16_t src, void *dst) 196 bt_put_unaligned(htobs(src), (uint16_t *) dst); 199 static inline void att_put_u32(uint32_t src, void *dst) 201 bt_put_unaligned(htobl(src), (uint32_t *) dst); 204 static inline void att_put_u128(uint128_t src, void *dst) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 66 struct wpa_ctrl_dst *dst; local 68 dst = os_zalloc(sizeof(*dst)); 69 if (dst == NULL) 71 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un)); 72 dst->addrlen = fromlen; 73 dst->debug_level = MSG_INFO; 74 dl_list_add(&priv->ctrl_dst, &dst->list); 86 struct wpa_ctrl_dst *dst; local 88 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) 111 struct wpa_ctrl_dst *dst; local 436 struct wpa_ctrl_dst *dst, *prev; local 506 struct wpa_ctrl_dst *dst, *next; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit_N.c | 95 /* macro to set DST control word value... */ 154 Uint8 *dst = (Uint8 *) info->d_pixels; local 190 *(Uint16 *)(dst) = (((sR << 8) & 0x0000F800) | \ 193 dst += 2; \ 198 ONE_PIXEL_BLEND(((UNALIGNED_PTR(dst)) && (width)), width); 230 vec_st(vdst, 0, dst); 234 dst += 16; 245 dst += dstskip; 255 Uint8 *dst = (Uint8 *) info->d_pixels; local 258 SDL_PixelFormat *dstfmt = info->dst; 400 Uint8 *dst = (Uint8 *) info->d_pixels; local 661 Uint32 *dst = (Uint32 *) info->d_pixels; local 739 Uint32 *dst = (Uint32 *) info->d_pixels; local 880 Uint8 *dst; local 991 Uint16 *dst; local 1111 Uint16 *dst; local 1223 Uint32 *dst; local 1838 Uint8 *dst; local 1904 Uint8 *dst; local 1996 Uint32 *dst = (Uint32 *)info->d_pixels; local 2040 Uint8 *dst = info->d_pixels; local 2072 Uint8 *dst = info->d_pixels; local 2103 Uint8 *dst = info->d_pixels; local 2195 Uint8 *dst = info->d_pixels; local 2236 Uint8 *dst = info->d_pixels; local [all...] |
/external/ipsec-tools/src/racoon/ |
policy.c | 117 if (spidx->src.ss_family != spidx->dst.ss_family) { 119 "address family mismatch, src:%d dst:%d\n", 121 spidx->dst.ss_family); 150 saddr2str(iph2->dst)); 152 saddr2str((struct sockaddr *)&spidx->dst)); 154 if (cmpsaddr(iph2->dst, (struct sockaddr *) &spidx->dst) != CMPSADDR_MATCH || 206 if (cmpsaddr((struct sockaddr *) &a->dst, 207 (struct sockaddr *) &b->dst) != CMPSADDR_MATCH) 243 if (a->dst.ss_family != b->dst.ss_family 331 struct sockaddr_storage src, dst; local [all...] |
/external/kernel-headers/original/asm-x86/ |
mpspec_32.h | 50 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS) 51 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS) 53 #define physids_complement(dst, src) bitmap_complement((dst).mask,(src).mask, MAX_APICS)
|
/external/skia/src/pdf/ |
SkPDFImage.cpp | 44 uint8_t* dst = (uint8_t*)image->getMemoryBase(); local 46 memcpy(dst, bitmap.getAddr8(srcRect.fLeft, y), rowBytes); 47 dst += rowBytes; 54 uint8_t* dst = (uint8_t*)image->getMemoryBase(); local 58 SkPackBits::Unpack8(dst, srcRect.fLeft, rowBytes, 60 dst += rowBytes; 70 uint8_t* dst = (uint8_t*)image->getMemoryBase(); local 76 dst[0] = (SkGetPackedR4444(src[x]) << 4) | 78 dst[1] = (SkGetPackedB4444(src[x]) << 4) | 80 dst[2] = (SkGetPackedG4444(src[x + 1]) << 4) 109 uint8_t* dst = (uint8_t*)image->getMemoryBase(); local 126 uint8_t* dst = (uint8_t*)image->getMemoryBase(); local [all...] |
/external/sqlite/android/ |
PhoneticStringUtilsTest.cpp | 162 if (!GetNormalizedString(src, &dst, &len)) { \ 166 if (strcmp(dst, expected) != 0) { \ 167 for (const char *ch = dst; *ch != '\0'; ++ch) { \ 177 free(dst); \ 183 char *dst; local 203 char * dst; local
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPPathInterface.cpp | 38 static void anp_copy(ANPPath* dst, const ANPPath* src) { 39 *dst = *src; 82 static void anp_offset(ANPPath* path, float dx, float dy, ANPPath* dst) { 83 path->offset(SkFloatToScalar(dx), SkFloatToScalar(dy), dst); local 87 ANPPath* dst) { 88 src->transform(*matrix, dst);
|