/system/wlan/ti/wilink_6_1/utils/ |
D | tidef.h | 200 #define MAC_COPY(dst,src) *((TI_UINT8*)&((dst)[0])) = *((TI_UINT8*)&((src)[0])); \ argument 201 *((TI_UINT8*)&((dst)[1])) = *((TI_UINT8*)&((src)[1])); \ 202 *((TI_UINT8*)&((dst)[2])) = *((TI_UINT8*)&((src)[2])); \ 203 *((TI_UINT8*)&((dst)[3])) = *((TI_UINT8*)&((src)[3])); \ 204 *((TI_UINT8*)&((dst)[4])) = *((TI_UINT8*)&((src)[4])); \ 205 *((TI_UINT8*)&((dst)[5])) = *((TI_UINT8*)&((src)[5])) 240 #define IP_COPY(dst,src) *((TI_UINT32*)(dst)) = *((TI_UINT32*)(src)) argument 268 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[1]; \ argument 269 ((TI_UINT8 *)(dst))[1] = ((TI_UINT8 *)(src))[0] 270 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[3]; \ argument [all …]
|
/system/core/libcutils/ |
D | memory.c | 19 void android_memset16(uint16_t* dst, uint16_t value, size_t size) in android_memset16() argument 23 *dst++ = value; in android_memset16() 27 void android_memset32(uint32_t* dst, uint32_t value, size_t size) in android_memset32() argument 31 *dst++ = value; in android_memset32() 63 strlcpy(char *dst, const char *src, size_t siz) in strlcpy() argument 65 char *d = dst; in strlcpy()
|
/system/core/libpixelflinger/ |
D | picker.cpp | 54 uint32_t dst = c->state.blend.dst; in ggl_pick() local 67 if ((dst == GGL_ONE_MINUS_DST_ALPHA) || in ggl_pick() 68 (dst == GGL_DST_ALPHA)) { in ggl_pick() 69 dst = GGL_ONE; in ggl_pick() 78 dst = ggl_blendfactor_to_needs(dst); in ggl_pick() 83 n |= GGL_BUILD_NEEDS( dst, BLEND_DST ); in ggl_pick() 89 n |= GGL_BUILD_NEEDS( dst, BLEND_DSTA ); in ggl_pick()
|
D | clear.cpp | 55 uint8_t* dst = (uint8_t*)s.data + (l + t*s.stride)*size; in memset2d() local 67 memset(dst, packed, w); in memset2d() 68 dst += stride; in memset2d() 73 android_memset16((uint16_t*)dst, packed, w); in memset2d() 74 dst += stride; in memset2d() 81 android_memset32((uint32_t*)dst, packed, w); in memset2d() 82 dst += stride; in memset2d()
|
D | raster.cpp | 108 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) in ggl_copyPixels() local 117 dst += height * bpr; in ggl_copyPixels() 119 dst -= bpr; in ggl_copyPixels() 121 memcpy(dst, src, rowsize); in ggl_copyPixels() 127 memmove(dst, src, rowsize); in ggl_copyPixels() 128 dst += bpr; in ggl_copyPixels() 134 memcpy(dst, src, rowsize); in ggl_copyPixels() 135 dst += bpr; in ggl_copyPixels()
|
D | scanline.cpp | 95 extern "C" void scanline_t32cb16_arm(uint16_t *dst, uint32_t *src, size_t ct); 308 const pixel_t* src, const pixel_t* dst); 342 blend_factor(c, &df, c->state.blend.dst, fragment, fb); in blending() 386 uint32_t factor, const pixel_t* src, const pixel_t* dst) in blend_factor() argument 402 r->c[1] = blendfactor(dst->c[1], dst->s[1]); in blend_factor() 403 r->c[2] = blendfactor(dst->c[2], dst->s[2]); in blend_factor() 404 r->c[3] = blendfactor(dst->c[3], dst->s[3]); in blend_factor() 405 r->c[0] = blendfactor(dst->c[0], dst->s[0]); in blend_factor() 414 r->c[1] = FIXED_ONE - blendfactor(dst->c[1], dst->s[1]); in blend_factor() 415 r->c[2] = FIXED_ONE - blendfactor(dst->c[2], dst->s[2]); in blend_factor() [all …]
|
D | buffer.cpp | 58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface() argument 60 dst->width = src->width; in ggl_set_surface() 61 dst->height = src->height; in ggl_set_surface() 62 dst->stride = src->stride; in ggl_set_surface() 63 dst->data = src->data; in ggl_set_surface() 64 dst->format = src->format; in ggl_set_surface() 65 dst->dirty = 1; in ggl_set_surface() 66 if (__builtin_expect(dst->stride < 0, false)) { in ggl_set_surface() 67 const GGLFormat& pixelFormat(c->formats[dst->format]); in ggl_set_surface() 68 const int32_t bpr = -dst->stride * pixelFormat.size; in ggl_set_surface() [all …]
|
D | buffer.h | 28 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src);
|
D | pixelflinger.cpp | 301 static void ggl_blendFunc(void* con, GGLenum src, GGLenum dst) in ggl_blendFunc() argument 306 c->state.blend.dst = dst; in ggl_blendFunc() 307 c->state.blend.dst_alpha = dst; in ggl_blendFunc() 315 GGLenum src, GGLenum dst, in ggl_blendFuncSeparate() argument 321 c->state.blend.dst = dst; in ggl_blendFuncSeparate() 794 c->state.blend.dst = GGL_ZERO; in ggl_init_context()
|
/system/core/include/cutils/ |
D | memory.h | 28 void android_memset16(uint16_t* dst, uint16_t value, size_t size); 31 void android_memset32(uint32_t* dst, uint32_t value, size_t size); 35 size_t strlcpy(char *dst, const char *src, size_t size);
|
/system/core/debuggerd/ |
D | utility.c | 36 void get_remote_struct(int pid, void *src, void *dst, size_t size) in get_remote_struct() argument 41 *(int *)(dst+i) = ptrace(PTRACE_PEEKTEXT, pid, src+i, NULL); in get_remote_struct() 50 ((unsigned char *)dst)[i] = val & 0xff; in get_remote_struct()
|
D | utility.h | 45 extern void get_remote_struct(int pid, void *src, void *dst, size_t size);
|
/system/extras/tests/memtest/ |
D | memtest.cpp | 148 char* dst = (char*)malloc(MAX_SIZE+4+8+32); in memcpy_test() local 150 memset(dst, 0, MAX_SIZE+4+8+32); in memcpy_test() 186 char* ddd = (char*)((long(dst+31)&~31) + 4); in memcpy_test() 190 memcpy(dst, src, size); // just make sure to load the caches I/D in memcpy_test() 217 char* d = dst + 1024; in memcpy_test() 231 free(dst); in memcpy_test() 276 char* dst = (char*)malloc(MAX_SIZE+4+8); in memset_test() local 304 if (j==0) preload(dst, DCACHE_SIZE*4); // flush D in memset_test() 305 else preload(dst, size); // load D in memset_test() 309 memset(dst, 0, size); in memset_test() [all …]
|
/system/wlan/ti/lib/ |
D | scanmerge.c | 91 void copy_scan_res( struct wpa_scan_result *dst, struct wpa_scan_result *src ) in copy_scan_res() argument 94 os_memcpy( src->ssid, dst->ssid, dst->ssid_len ); in copy_scan_res() 95 src->ssid_len = dst->ssid_len; in copy_scan_res() 97 os_memcpy( dst, src, sizeof(struct wpa_scan_result) ); in copy_scan_res()
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
D | Ethernet.h | 47 TMacAddr dst; member 56 TMacAddr dst; member
|
/system/extras/tests/framebuffer/ |
D | mdp_test.c | 305 req->dst.width = dst_imgw; in main() 306 req->dst.height = dst_imgh; in main() 307 req->dst.format = dst_fmt; in main() 308 req->dst.offset = 0; in main() 309 req->dst.memory_id = fb_fd; in main()
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
D | bluetooth.h | 64 static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src) in bacpy() argument 66 memcpy(dst, src, sizeof(bdaddr_t)); in bacpy()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/ |
D | DebugTraceXfer.c | 81 UINT8 dst[4]; member 642 Frame->IP_Header.dst[0] = Frame->IP_Header.src[0] = 127; in debugTrace_BuildFrame() 643 Frame->IP_Header.dst[1] = Frame->IP_Header.src[1] = 0 ; in debugTrace_BuildFrame() 644 Frame->IP_Header.dst[2] = Frame->IP_Header.src[2] = 0; in debugTrace_BuildFrame() 645 Frame->IP_Header.dst[3] = Frame->IP_Header.src[3] = 1; in debugTrace_BuildFrame()
|
/system/core/adb/ |
D | file_sync_client.c | 563 const char *dst; member 592 ci->dst = ci->src + ssize; in mkcopyinfo() 594 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name); in mkcopyinfo() 665 local_build_list(filelist, ci->src, ci->dst); in local_build_list() 702 if(sync_start_readtime(fd, ci->dst)) { in copy_local_dir_remote() 721 fprintf(stderr,"push: %s -> %s\n", ci->src, ci->dst); in copy_local_dir_remote() 722 if(sync_send(fd, ci->src, ci->dst, ci->time, ci->mode, 0 /* no verify APK */)){ in copy_local_dir_remote() 859 if (remote_build_list(syncfd, filelist, dirlist->src, dirlist->dst)) { in remote_build_list() 903 if (sync_start_readtime(fd, ci->dst)) { in copy_remote_dir_local() 923 fprintf(stderr, "pull: %s -> %s\n", ci->src, ci->dst); in copy_remote_dir_local() [all …]
|
D | sysdeps_win32.c | 1005 bip_buffer_read( BipBuffer bip, void* dst, int len ) in bip_buffer_read() argument 1051 memcpy( dst, bip->buff + bip->a_start, avail ); in bip_buffer_read() 1052 dst += avail; in bip_buffer_read() 1068 memcpy( dst, bip->buff, avail ); in bip_buffer_read() 1089 BIPDUMP( (const unsigned char*)dst - count, count ); in bip_buffer_read()
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 175 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() argument 181 int d = dst.reg; in expand() 184 dst.s = dbits; in expand() 185 dst.flags = 0; in expand()
|
D | blending.cpp | 636 const integer_t& dst, const integer_t& src) in component_add() argument 639 const int shift = src.size() - dst.size(); in component_add() 641 ADD(AL, 0, d.reg, src.reg, dst.reg); in component_add() 643 ADD(AL, 0, d.reg, src.reg, reg_imm(dst.reg, LSL, shift)); in component_add()
|
/system/core/include/pixelflinger/ |
D | pixelflinger.h | 246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst); 247 void (*blendFuncSeparate)(void* c, GGLenum src, GGLenum dst,
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
D | txCtrl.c | 709 if (TI_UNLIKELY(MAC_MULTICAST(pEthHeader->dst))) in txCtrl_BuildDataPktHdr() 712 if (MAC_BROADCAST(pEthHeader->dst)) in txCtrl_BuildDataPktHdr() 721 MAC_COPY (pDot11Header->address1, pEthHeader->dst); in txCtrl_BuildDataPktHdr() 736 MAC_COPY (pDot11Header->address3, pEthHeader->dst); in txCtrl_BuildDataPktHdr()
|
D | rx.c | 1236 if (!MAC_MULTICAST (pEthernetHeader->dst)) in rxData_rcvPacketData() 1280 if (!MAC_MULTICAST (pEthernetHeader->dst)) in rxData_rcvPacketData() 1288 else if (MAC_BROADCAST (pEthernetHeader->dst)) in rxData_rcvPacketData() 1392 MAC_COPY (EthHeader.dst, pDot11Header->address1); in rxData_convertWlanToEthHeader() 1397 MAC_COPY (EthHeader.dst, pDot11Header->address1); in rxData_convertWlanToEthHeader()
|