Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c49 uint32_t src[SIZE_BUFFERS], dst[SIZE_BUFFERS]; variable
66 static void modifyData(uint32_t *src, uint32_t *dst, int words) in modifyData()
80 static void verifyData(uint32_t *src, uint32_t *dst, int words) in verifyData()
/lk-master/external/platform/pico/rp2_common/hardware_i2c/
A Di2c.c201 static int i2c_read_blocking_internal(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool… in i2c_read_blocking_internal()
263 int i2c_read_blocking(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nostop) { in i2c_read_blocking()
267 int i2c_read_blocking_until(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nostop, a… in i2c_read_blocking_until()
272 int i2c_read_timeout_per_char_us(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nost… in i2c_read_timeout_per_char_us()
/lk-master/external/lib/lwip/core/
A Dtcp_out.c63 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument
67 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) \ argument
70 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument
71 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) MEMCPY(dst, src, len) argument
/lk-master/external/lib/lwip/include/netif/
A Detharp.h146 #define ETHADDR32_COPY(src, dst) SMEMCPY(src, dst, ETHARP_HWADDR_LEN) argument
152 #define ETHADDR16_COPY(src, dst) SMEMCPY(src, dst, ETHARP_HWADDR_LEN) argument
/lk-master/dev/fbcon/
A Dfbcon.c93 unsigned short *dst = config->base; in fbcon_scroll_up() local
111 uint16_t *dst = config->base; in fbcon_clear() local
/lk-master/external/platform/pico/rp2_common/hardware_i2c/include/hardware/
A Di2c.h206 static inline int i2c_read_timeout_us(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool… in i2c_read_timeout_us()
292 static inline void i2c_read_raw_blocking(i2c_inst_t *i2c, uint8_t *dst, size_t len) { in i2c_read_raw_blocking()
/lk-master/external/lib/lwip/core/snmp/
A Dmib2.c921 void objectidncpy(s32_t *dst, s32_t *src, u8_t n) in objectidncpy()
1442 ip_addr_t dst; in snmp_insert_iprteidx_tree() local
1519 ip_addr_t dst; in snmp_delete_iprteidx_tree() local
2759 ip_addr_t *dst = (ip_addr_t*)value; in atentry_get_value() local
3094 ip_addr_t *dst = (ip_addr_t*)value; in ip_addrentry_get_value() local
3106 ip_addr_t *dst = (ip_addr_t*)value; in ip_addrentry_get_value() local
3244 ip_addr_t *dst = (ip_addr_t*)value; in ip_rteentry_get_value() local
3293 ip_addr_t *dst = (ip_addr_t*)value; in ip_rteentry_get_value() local
3340 ip_addr_t *dst = (ip_addr_t*)value; in ip_rteentry_get_value() local
3450 ip_addr_t *dst = (ip_addr_t*)value; in ip_ntomentry_get_value() local
[all …]
A Dmsg_out.c95 snmp_trap_dst_ip_set(u8_t dst_idx, ip_addr_t *dst) in snmp_trap_dst_ip_set()
/lk-master/lib/libc/string/
A Dbzero.c16 bzero(void *dst, size_t count) { in bzero()
A Dstrlcpy.c17 strlcpy(char *dst, char const *src, size_t s) { in strlcpy()
A Dstrlcat.c17 strlcat(char *dst, char const *src, size_t s) { in strlcat()
/lk-master/external/lib/lwip/include/ipv4/lwip/
A Dinet_chksum.h60 #define LWIP_CHKSUM_COPY(dst, src, len) lwip_chksum_copy(dst, src, len) argument
/lk-master/lib/minip/
A Dminip.c104 void minip_build_mac_hdr(struct eth_hdr *pkt, const uint8_t *dst, uint16_t type) { in minip_build_mac_hdr()
110 void minip_build_ipv4_hdr(struct ipv4_hdr *ipv4, uint32_t dst, uint8_t proto, uint16_t len) { in minip_build_ipv4_hdr()
/lk-master/lib/devicetree/
A Ddevicetree.c31 static int sslice(slice_t *src, slice_t *dst, u32 off, u32 len) { in sslice()
/lk-master/external/lib/lwip/core/ipv4/
A Dinet_chksum.c445 lwip_chksum_copy(void *dst, const void *src, u16_t len) in lwip_chksum_copy()
/lk-master/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h313 static inline void uart_read_blocking(uart_inst_t *uart, uint8_t *dst, size_t len) { in uart_read_blocking()
/lk-master/app/stringtests/
A Dstring_tests.c17 static uint8_t *dst; variable
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_dma_15xx.h163 uint32_t dst; /*!< Destination end address */ member
/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dmpu_armv7.h251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
A Dmpu_armv8.h289 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
/lk-master/external/lib/lwip/include/lwip/
A Dopt.h84 #define MEMCPY(dst,src,len) memcpy(dst,src,len) argument
92 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) argument
/lk-master/external/lib/lwip/netif/
A Detharp.c415 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip()

Completed in 28 milliseconds