/external/wpa_supplicant/ |
ctrl_iface_unix.c | 64 struct wpa_ctrl_dst *dst; local 66 dst = os_zalloc(sizeof(*dst)); 67 if (dst == NULL) 69 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un)); 70 dst->addrlen = fromlen; 71 dst->debug_level = MSG_INFO; 72 dst->next = priv->ctrl_dst; 73 priv->ctrl_dst = dst; 84 struct wpa_ctrl_dst *dst, *prev = NULL local 113 struct wpa_ctrl_dst *dst; local 416 struct wpa_ctrl_dst *dst, *prev; local 489 struct wpa_ctrl_dst *dst, *next; local [all...] |
/external/wpa_supplicant_8/src/wps/ |
http_client.c | 28 struct sockaddr_in dst; member in struct:http_client 67 inet_ntoa(c->dst.sin_addr), 68 ntohs(c->dst.sin_port)); 73 inet_ntoa(c->dst.sin_addr), 74 ntohs(c->dst.sin_port)); 97 inet_ntoa(c->dst.sin_addr), ntohs(c->dst.sin_port), 122 inet_ntoa(c->dst.sin_addr), ntohs(c->dst.sin_port)); 136 struct http_client * http_client_addr(struct sockaddr_in *dst, 255 struct sockaddr_in dst; local [all...] |
/bionic/libc/kernel/tools/ |
utils.py | 318 dst = "%s/%s" % (root,f) 319 self.old_files.add(dst) 321 def editFile(self,dst,data): 325 #dst = os.path.realpath(dst) 327 if os.path.exists(dst): 328 f = open(dst, "r") 332 self.old_files.remove(dst) 337 self.new_data[dst] = data 338 self.new_files.add(dst) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_bmp.c | 331 int SDL_SaveBMP_RW (SDL_Surface *saveme, SDL_RWops *dst, int freedst) 360 if ( dst ) { 419 fp_offset = SDL_RWtell(dst); 421 SDL_RWwrite(dst, magic, 2, 1); 422 SDL_WriteLE32(dst, bfSize); 423 SDL_WriteLE16(dst, bfReserved1); 424 SDL_WriteLE16(dst, bfReserved2); 425 SDL_WriteLE32(dst, bfOffBits); 445 SDL_WriteLE32(dst, biSize); 446 SDL_WriteLE32(dst, biWidth) [all...] |
SDL_stretch.c | 124 void name(type *src, int src_w, type *dst, int dst_w) \ 137 *dst++ = pixel; \ 148 void copy_row3(Uint8 *src, int src_w, Uint8 *dst, int dst_w) 163 *dst++ = pixel[0]; 164 *dst++ = pixel[1]; 165 *dst++ = pixel[2]; 174 SDL_Surface *dst, SDL_Rect *dstrect) 189 const int bpp = dst->format->BytesPerPixel; 191 if ( src->format->BitsPerPixel != dst->format->BitsPerPixel ) { 213 ((dstrect->x+dstrect->w) > dst->w) | [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 92 static void apply_kernel(uint8_t dst[], int rx, int ry, const uint32_t sum[], 116 *dst++ = SkToU8(tmp * scale >> 24); 131 static void apply_kernel_interp(uint8_t dst[], int rx, int ry, 172 *dst++ = SkToU8((outer_sum * outer_scale + inner_sum * inner_scale) >> 24); 184 static void merge_src_with_blur(uint8_t dst[], int dstRB, 193 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src))); 194 dst += 1; 198 dst += dstRB; 204 static void clamp_with_orig(uint8_t dst[], int dstRowBytes, 214 int d = *dst; [all...] |
SkCornerPathEffect.cpp | 46 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, 71 dst->lineTo(lastCorner); 78 dst->moveTo(pts[0]); 86 dst->moveTo(moveTo + step); 89 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX, 93 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY); 102 dst->moveTo(pts[0]); 105 dst->quadTo(pts[1], pts[2]); 111 dst->moveTo(pts[0]); 115 dst->cubicTo(pts[1], pts[2], pts[3]) [all...] |
/external/opencv/cxcore/src/ |
cxarithm.cpp | 63 (dst)[i] = cast_macro( t0 ); \ 64 (dst)[i+1] = cast_macro( t1 ); \ 69 (dst)[i+2] = cast_macro( t0 ); \ 70 (dst)[i+3] = cast_macro( t1 ); \ 76 (dst)[i] = cast_macro( t0 ); \ 83 type* dst, int step, CvSize size ), \ 84 (src1, step1, src2, step2, dst, step, size) ) \ 86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \ 90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \ 93 (dst)[0] = cast_macro( t0 ); 287 CvMat dststub, *dst = (CvMat*)dstarr; local 538 CvMat dststub, *dst = (CvMat*)dstarr; local 763 CvMat dststub, *dst = (CvMat*)dstarr; local 1010 CvMat dststub, *dst = (CvMat*)dstarr; local 1323 CvMat dststub, *dst = (CvMat*)dstarr; local 1671 CvMat dststub, *dst = (CvMat*)dstarr; local 1987 CvMat dst_stub, *dst = (CvMat*)dstarr; local [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic32_64.cpp | 52 unsigned dst = currentInstruction[1].u.operand; local 60 emitStoreInt32(dst, regT0, (dst == src)); 68 store32(regT1, tagFor(dst)); 69 if (dst != src) 70 store32(regT0, payloadFor(dst)); 77 unsigned dst = currentInstruction[1].u.operand; local 84 stubCall.call(dst); 365 unsigned dst = currentInstruction[1].u.operand; local 373 emitStoreInt32(dst, regT0, dst == op1) 387 unsigned dst = currentInstruction[1].u.operand; local 405 unsigned dst = currentInstruction[1].u.operand; local 444 unsigned dst = currentInstruction[1].u.operand; local 530 unsigned dst = currentInstruction[1].u.operand; local 553 unsigned dst = currentInstruction[1].u.operand; local 571 unsigned dst = currentInstruction[1].u.operand; local 594 unsigned dst = currentInstruction[1].u.operand; local 612 unsigned dst = currentInstruction[1].u.operand; local 635 unsigned dst = currentInstruction[1].u.operand; local 653 unsigned dst = currentInstruction[1].u.operand; local 665 unsigned dst = currentInstruction[1].u.operand; local 678 unsigned dst = currentInstruction[1].u.operand; local 695 unsigned dst = currentInstruction[1].u.operand; local 712 unsigned dst = currentInstruction[1].u.operand; local 729 unsigned dst = currentInstruction[1].u.operand; local 796 unsigned dst = currentInstruction[1].u.operand; local 868 unsigned dst = currentInstruction[1].u.operand; local 915 unsigned dst = currentInstruction[1].u.operand; local 977 unsigned dst = currentInstruction[1].u.operand; local 1064 addJump(branchDouble(DoubleLessThanOrEqualOrUnordered, fpRegT0, fpRegT2), dst); local 1068 addJump(branchDouble(DoubleLessThan, fpRegT2, fpRegT0), dst); local 1072 addJump(branchDouble(DoubleLessThanOrEqual, fpRegT2, fpRegT0), dst); local 1076 addJump(branchDouble(DoubleLessThanOrUnordered, fpRegT0, fpRegT2), dst); local 1125 addJump(branchDouble(DoubleLessThanOrEqualOrUnordered, fpRegT1, fpRegT0), dst); local 1129 addJump(branchDouble(DoubleLessThan, fpRegT0, fpRegT1), dst); local 1133 addJump(branchDouble(DoubleLessThanOrUnordered, fpRegT1, fpRegT0), dst); local 1137 addJump(branchDouble(DoubleLessThanOrEqual, fpRegT0, fpRegT1), dst); local 1151 unsigned dst = currentInstruction[1].u.operand; local 1183 unsigned dst = currentInstruction[1].u.operand; local 1225 unsigned dst = currentInstruction[1].u.operand; local 1269 unsigned dst = currentInstruction[1].u.operand; local 1300 unsigned dst = currentInstruction[1].u.operand; local 1350 unsigned dst = currentInstruction[1].u.operand; local 1375 unsigned dst = currentInstruction[1].u.operand; local [all...] |
SpecializedThunkJIT.h | 49 void loadDoubleArgument(int argument, FPRegisterID dst, RegisterID scratch) 52 m_failures.append(emitLoadDouble(src, dst, scratch)); 55 void loadCellArgument(int argument, RegisterID dst) 58 m_failures.append(emitLoadJSCell(src, dst)); 61 void loadJSStringArgument(int argument, RegisterID dst) 63 loadCellArgument(argument, dst); 64 m_failures.append(branchPtr(NotEqual, Address(dst, 0), TrustedImmPtr(m_globalData->jsStringVPtr))); 65 m_failures.append(branchTest32(NonZero, Address(dst, OBJECT_OFFSETOF(JSString, m_fiberCount)))); 68 void loadInt32Argument(int argument, RegisterID dst, Jump& failTarget) 71 failTarget = emitLoadInt32(src, dst); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_unix.c | 65 struct wpa_ctrl_dst *dst; local 67 dst = os_zalloc(sizeof(*dst)); 68 if (dst == NULL) 70 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un)); 71 dst->addrlen = fromlen; 72 dst->debug_level = MSG_INFO; 73 dst->next = priv->ctrl_dst; 74 priv->ctrl_dst = dst; 86 struct wpa_ctrl_dst *dst, *prev = NULL local 117 struct wpa_ctrl_dst *dst; local 441 struct wpa_ctrl_dst *dst, *prev; local 514 struct wpa_ctrl_dst *dst, *next; local [all...] |
/external/bluetooth/bluez/compat/ |
dund.c | 81 char dst[40]; member in struct:__anon1473 99 static int create_connection(char *dst, bdaddr_t *bdaddr, int mrouter); 110 if (create_connection(cache.dst, &cache.bdaddr, type) < 0) { 219 static int create_connection(char *dst, bdaddr_t *bdaddr, int mrouter) 229 syslog(LOG_INFO, "Searching for %s on %s", mrouter ? "SP" : "LAP", dst); 236 syslog(LOG_INFO, "Connecting to %s channel %d", dst, ch); 277 dst, strerror(errno), errno); 285 strcpy(cache.dst, dst); 318 r = create_connection(cache.dst, &cache.bdaddr, 0) 338 char dst[40]; local 437 char *dst = NULL, *src = NULL; local [all...] |
/external/opencv/cv/src/ |
cvmorph.cpp | 91 static void icvErodeRectRow_8u( const uchar* src, uchar* dst, void* params ); 92 static void icvErodeRectRow_16u( const ushort* src, ushort* dst, void* params ); 93 static void icvErodeRectRow_32f( const int* src, int* dst, void* params ); 94 static void icvDilateRectRow_8u( const uchar* src, uchar* dst, void* params ); 95 static void icvDilateRectRow_16u( const ushort* src, ushort* dst, void* params ); 96 static void icvDilateRectRow_32f( const int* src, int* dst, void* params ); 98 static void icvErodeRectCol_8u( const uchar** src, uchar* dst, int dst_step, 100 static void icvErodeRectCol_16u( const ushort** src, ushort* dst, int dst_step, 102 static void icvErodeRectCol_32f( const int** src, int* dst, int dst_step, 104 static void icvDilateRectCol_8u( const uchar** src, uchar* dst, int dst_step 826 CvMat dststub, *dst = (CvMat*)dstarr; local [all...] |
/external/elfutils/libelf/ |
gelf_getverdaux.c | 30 gelf_getverdaux (data, offset, dst) 33 GElf_Verdaux *dst; 63 result = (GElf_Verdaux *) memcpy (dst, (char *) data->d_buf + offset,
|
gelf_getverdef.c | 30 gelf_getverdef (data, offset, dst) 33 GElf_Verdef *dst; 63 result = (GElf_Verdef *) memcpy (dst, (char *) data->d_buf + offset,
|
gelf_getvernaux.c | 30 gelf_getvernaux (data, offset, dst) 33 GElf_Vernaux *dst; 66 result = (GElf_Vernaux *) memcpy (dst, (char *) data->d_buf + offset,
|
gelf_getverneed.c | 30 gelf_getverneed (data, offset, dst) 33 GElf_Verneed *dst; 66 result = (GElf_Verneed *) memcpy (dst, (char *) data->d_buf + offset,
|
/external/libvpx/vpx_scale/generic/ |
vpxscale.c | 584 * YV12_BUFFER_CONFIG *dst : Pointer to buffer to hold scaled frame. 606 YV12_BUFFER_CONFIG *dst, 622 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh, 625 if (dw < (int)dst->y_width) 627 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1) [all...] |
/external/skia/src/core/ |
SkBlitter_4444.cpp | 26 static inline SkPMColor SkBlendARGB4444(SkPMColor16 src, SkPMColor16 dst, 34 uint32_t dst32 = SkExpand_4444(dst) * dst_scale; 100 static void src_over_4444(SkPMColor16 dst[], SkPMColor16 color, 104 *dst = color + SkAlphaMulQ4(*dst, invScale); 105 dst++; 106 *dst = other + SkAlphaMulQ4(*dst, invScale); 107 dst++; 110 *dst = color + SkAlphaMulQ4(*dst, invScale) [all...] |
/external/tcpdump/missing/ |
inet_ntop.c | 64 inet_ntop_v4 (const void *src, char *dst, size_t size) 70 const char *orig_dst = dst; 81 *dst++ = digits[n / 100]; 86 *dst++ = digits[n / 10]; 90 *dst++ = digits[n]; 92 *dst++ = '.'; 94 *dst++ = '\0'; 103 inet_ntop_v6 (const u_char *src, char *dst, size_t size) 199 return strcpy (dst, tmp); 206 inet_ntop(int af, const void *src, char *dst, size_t size [all...] |
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.c | 128 U4 ty, src, dst; local 132 dst = (randomU4() >> 3) % N_BYTES; 135 *(U1*)(arr+dst) = *(U1*)(arr+src); 140 if (src+2 >= N_BYTES || dst+2 >= N_BYTES) 142 *(U2*)(arr+dst) = *(U2*)(arr+src); 147 if (src+4 >= N_BYTES || dst+4 >= N_BYTES) 149 *(U4*)(arr+dst) = *(U4*)(arr+src); 154 if (src+8 >= N_BYTES || dst+8 >= N_BYTES) 156 *(U8*)(arr+dst) = *(U8*)(arr+src); 164 if (src+4 >= N_BYTES || dst+4 >= N_BYTES) [all...] |
/external/webp/src/enc/ |
dsp.c | 94 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3)) 101 uint8_t* dst) { 133 static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, 135 ITransformOne(ref, in, dst); 137 ITransformOne(ref + 4, in + 16, dst + 4); 232 #define OUT(x, y) dst[(x) + (y) * BPS] 234 static inline void Fill(uint8_t* dst, int value, int size) { 237 memset(dst + j * BPS, value, size); 241 static inline void VerticalPred(uint8_t* dst, const uint8_t* top, int size) { 244 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/ |
RotateFilter.java | 37 public void process(Photo src, Photo dst) { 39 dst.changeDimension(src.height(), src.width()); 43 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
|
/external/collada/src/dae/ |
daeAtomicType.cpp | 201 void daeAtomicType::copyArray(daeArray& src, daeArray& dst) { 202 dst.setCount(src.getCount()); 205 copy(src.getRaw(i), dst.getRaw(i)); 436 daeBool daeIntType::memoryToString(daeChar* src, std::ostringstream& dst) { 437 dst << *(daeInt*)src; 441 daeBool daeLongType::memoryToString(daeChar* src, std::ostringstream& dst) { 442 dst << *(daeLong*)src; 446 daeBool daeShortType::memoryToString(daeChar* src, std::ostringstream& dst) { 447 dst << *(daeShort*)src; 451 daeBool daeUIntType::memoryToString(daeChar* src, std::ostringstream& dst) { [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
mpspec_32.h | 33 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS) 34 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS) 36 #define physids_complement(dst, src) bitmap_complement((dst).mask,(src).mask, MAX_APICS)
|