Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 25) sorted by relevance

/system/core/libcutils/
Dmemory.c19 void android_memset16(uint16_t* dst, uint16_t value, size_t size) in android_memset16()
27 void android_memset32(uint32_t* dst, uint32_t value, size_t size) in android_memset32()
63 strlcpy(char *dst, const char *src, size_t siz) in strlcpy()
/system/wlan/ti/wilink_6_1/utils/
Dtidef.h200 #define MAC_COPY(dst,src) *((TI_UINT8*)&((dst)[0])) = *((TI_UINT8*)&((src)[0])); \ argument
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
270 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[3]; \ argument
275 #define SET_WLAN_WORD(dst,val) ((TI_UINT8 *)(dst))[1] = (val) & 0xff; \ argument
278 #define SET_WLAN_LONG(dst,val) ((TI_UINT8 *)(dst))[3] = (val) & 0xff; \ argument
335 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \ argument
341 #define COPY_WLAN_LONG(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \ argument
349 #define SET_WLAN_WORD(dst,val) ((TI_UINT8 *)(dst))[0] = (val) & 0xff; \ argument
355 #define SET_WLAN_LONG(dst,val) ((TI_UINT8 *)(dst))[0] = (val) & 0xff; \ argument
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
DEthernet.h47 TMacAddr dst; member
56 TMacAddr dst; member
/system/core/libdiskconfig/
Ddiskutils.c33 write_raw_image(const char *dst, const char *src, loff_t offset, int test) in write_raw_image()
/system/vold/tests/
DVolumeManager_test.cpp39 char* dst = reinterpret_cast<char*>(&buffer); in TEST_F() local
/system/core/libpixelflinger/
Dscanline.cpp392 uint32_t factor, const pixel_t* src, const pixel_t* dst) in blend_factor()
1271 uint16_t* dst; in scanline_col32cb16blend() member
1310 uint16_t* dst; in scanline_t32cb16() member
1364 uint16_t* dst = reinterpret_cast<uint16_t*>(cb->data) + (x+(cb->stride*y)); in scanline_t32cb16blend() local
1405 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + in scanline_memcpy() local
1424 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + (x+(cb->stride*y)); in scanline_memset8() local
1435 uint16_t* dst = reinterpret_cast<uint16_t*>(cb->data) + (x+(cb->stride*y)); in scanline_memset16() local
1446 uint32_t* dst = reinterpret_cast<uint32_t*>(cb->data) + (x+(cb->stride*y)); in scanline_memset32() local
1458 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + in scanline_clear() local
1471 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + in scanline_set() local
[all …]
Dpicker.cpp54 uint32_t dst = c->state.blend.dst; in ggl_pick() local
Dclear.cpp55 uint8_t* dst = (uint8_t*)s.data + (l + t*s.stride)*size; in memset2d() local
Draster.cpp108 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) in ggl_copyPixels() local
Dpixelflinger.cpp302 static void ggl_blendFunc(void* con, GGLenum src, GGLenum dst) in ggl_blendFunc()
316 GGLenum src, GGLenum dst, in ggl_blendFuncSeparate()
Dbuffer.cpp58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface()
Dtrap.cpp456 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + in scanline_set() local
/system/core/debuggerd/
Dutility.c36 void get_remote_struct(int pid, void *src, void *dst, size_t size) in get_remote_struct()
/system/bluetooth/bluez-clean-headers/bluetooth/
Dbluetooth.h64 static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src) in bacpy()
/system/extras/tests/memtest/
Dmemtest.cpp148 char* dst = (char*)malloc(MAX_SIZE+4+8+32); in memcpy_test() local
276 char* dst = (char*)malloc(MAX_SIZE+4+8); in memset_test() local
414 char* dst = (char*)malloc(MAX_SIZE+4+8+32); in memcmp_test() local
/system/wlan/ti/lib/
Dscanmerge.c132 void copy_scan_res( scan_result_t *dst, scan_result_t *src ) in copy_scan_res()
/system/core/run-as/
Dpackage.c54 string_copy(char* dst, size_t dstlen, const char* src, size_t srclen) in string_copy()
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp175 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand()
Dblending.cpp636 const integer_t& dst, const integer_t& src) in component_add()
/system/vold/
DVolume.cpp437 int Volume::doMoveMount(const char *src, const char *dst, bool force) { in doMoveMount()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DDebugTraceXfer.c81 UINT8 dst[4]; member
/system/core/adb/
Dfile_sync_client.c563 const char *dst; member
Dsysdeps_win32.c1005 bip_buffer_read( BipBuffer bip, void* dst, int len ) in bip_buffer_read()
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
DosRgstry.c4538 static void decryptScanControlTable(PUCHAR src, PUCHAR dst, USHORT len) in decryptScanControlTable()
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
DosRgstry.c4911 static void decryptScanControlTable(TI_UINT8* src, TI_UINT8* dst, USHORT len) in decryptScanControlTable()