| /Zephyr-latest/subsys/dsp/arcmwdt/public/ | 
| D | zdsp_backend.h | 23 				DSP_DATA q7_t *dst, uint32_t block_size)  in zdsp_mult_q7()28 				DSP_DATA q15_t *dst, uint32_t block_size)  in zdsp_mult_q15()
 33 				DSP_DATA q31_t *dst, uint32_t block_size)  in zdsp_mult_q31()
 38 				DSP_DATA float32_t *dst, uint32_t block_size)  in zdsp_mult_f32()
 44 				DSP_DATA q7_t *dst, uint32_t block_size)  in zdsp_add_q7()
 49 				DSP_DATA q15_t *dst, uint32_t block_size)  in zdsp_add_q15()
 54 				DSP_DATA q31_t *dst, uint32_t block_size)  in zdsp_add_q31()
 59 				DSP_DATA float32_t *dst, uint32_t block_size)  in zdsp_add_f32()
 65 				DSP_DATA q7_t *dst, uint32_t block_size)  in zdsp_sub_q7()
 70 				DSP_DATA q15_t *dst, uint32_t block_size)  in zdsp_sub_q15()
 [all …]
 
 | 
| /Zephyr-latest/subsys/dsp/cmsis/public/ | 
| D | zdsp_backend.h | 19 static inline void zdsp_mult_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst,  in zdsp_mult_q7()24 static inline void zdsp_mult_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst,  in zdsp_mult_q15()
 29 static inline void zdsp_mult_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst,  in zdsp_mult_q31()
 34 static inline void zdsp_mult_f32(const float32_t *src_a, const float32_t *src_b, float32_t *dst,  in zdsp_mult_f32()
 40 static inline void zdsp_add_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, uint32_t block_size)  in zdsp_add_q7()
 44 static inline void zdsp_add_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst,  in zdsp_add_q15()
 49 static inline void zdsp_add_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst,  in zdsp_add_q31()
 54 static inline void zdsp_add_f32(const float32_t *src_a, const float32_t *src_b, float32_t *dst,  in zdsp_add_f32()
 60 static inline void zdsp_sub_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, uint32_t block_size)  in zdsp_sub_q7()
 64 static inline void zdsp_sub_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst,  in zdsp_sub_q15()
 [all …]
 
 | 
| D | zdsp_backend_f16.h | 19 static inline void zdsp_mult_f16(const float16_t *src_a, const float16_t *src_b, float16_t *dst,  in zdsp_mult_f16()25 static inline void zdsp_add_f16(const float16_t *src_a, const float16_t *src_b, float16_t *dst,  in zdsp_add_f16()
 31 static inline void zdsp_sub_f16(const float16_t *src_a, const float16_t *src_b, float16_t *dst,  in zdsp_sub_f16()
 37 static inline void zdsp_scale_f16(const float16_t *src, float16_t scale, float16_t *dst,  in zdsp_scale_f16()
 43 static inline void zdsp_abs_f16(const float16_t *src, float16_t *dst, uint32_t block_size)  in zdsp_abs_f16()
 54 static inline void zdsp_offset_f16(const float16_t *src, float16_t offset, float16_t *dst,  in zdsp_offset_f16()
 60 static inline void zdsp_negate_f16(const float16_t *src, float16_t *dst, uint32_t block_size)  in zdsp_negate_f16()
 65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low,  in zdsp_clip_f16()
 
 | 
| /Zephyr-latest/subsys/random/ | 
| D | random_handlers.c | 10 static inline void z_vrfy_sys_rand_get(void *dst, size_t len)  in z_vrfy_sys_rand_get()19 static inline int z_vrfy_sys_csrand_get(void *dst, size_t len)  in z_vrfy_sys_csrand_get()
 
 | 
| D | random_entropy_device.c | 15 static int rand_get(uint8_t *dst, size_t outlen, bool csrand)  in rand_get()60 void z_impl_sys_rand_get(void *dst, size_t outlen)  in z_impl_sys_rand_get()
 68 int z_impl_sys_csrand_get(void *dst, size_t outlen)  in z_impl_sys_csrand_get()
 
 | 
| D | random_test_csprng.c | 9 int z_impl_sys_csrand_get(void *dst, size_t outlen)  in z_impl_sys_csrand_get()
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | pmtu.h | 22 	struct net_addr dst;  member40 static inline struct net_pmtu_entry *net_pmtu_get_entry(const struct sockaddr *dst)  in net_pmtu_get_entry()
 57 static inline int net_pmtu_get_mtu(const struct sockaddr *dst)  in net_pmtu_get_mtu()
 75 static inline int net_pmtu_update_mtu(const struct sockaddr *dst, uint16_t mtu)  in net_pmtu_update_mtu()
 
 | 
| D | pmtu.c | 38 static struct net_pmtu_entry *get_pmtu_entry(const struct sockaddr *dst)  in get_pmtu_entry()150 struct net_pmtu_entry *net_pmtu_get_entry(const struct sockaddr *dst)  in net_pmtu_get_entry()
 159 int net_pmtu_get_mtu(const struct sockaddr *dst)  in net_pmtu_get_mtu()
 171 static struct net_pmtu_entry *add_entry(const struct sockaddr *dst, bool *old_entry)  in add_entry()
 224 int net_pmtu_update_mtu(const struct sockaddr *dst, uint16_t mtu)  in net_pmtu_update_mtu()
 
 | 
| D | icmp.c | 122 				    struct in_addr *dst,  in send_icmpv4_echo_request()228 				    struct in_addr *dst,  in send_icmpv4_echo_request()
 246 				    struct in6_addr *dst,  in send_icmpv6_echo_request()
 350 				    struct in6_addr *dst,  in send_icmpv6_echo_request()
 415 					      struct sockaddr *dst,  in net_icmp_send_echo_request_timeout()
 478 			       struct sockaddr *dst,  in net_icmp_send_echo_request()
 492 				       struct sockaddr *dst,  in net_icmp_send_echo_request_no_wait()
 
 | 
| D | ipv4.c | 38 			 const struct in_addr *dst,  in net_ipv4_create_full()92 		    const struct in_addr *dst)  in net_ipv4_create()
 459 		struct sockaddr_in dst = {  in net_ipv4_prepare_for_send()  local
 
 | 
| /Zephyr-latest/tests/application_development/code_relocation/src/ | 
| D | test_file2.c | 15 	char dst[8];  in function_in_sram()  local26 	char dst[8];  in function_not_relocated()  local
 
 | 
| D | main.c | 45 void  z_early_memcpy(void *dst, const void *src, size_t n)  in z_early_memcpy()59 void z_early_memset(void *dst, int c, size_t n)  in z_early_memset()
 
 | 
| /Zephyr-latest/subsys/net/lib/dns/ | 
| D | dns_sd.h | 36 #define DNS_SD_COUNT(dst) \  argument39 #define DNS_SD_GET(i, dst) \  argument
 
 | 
| /Zephyr-latest/tests/kernel/timer/timer_api/src/ | 
| D | timer_convert.c | 25 	enum units dst;  member31 #define TESTREC(src, dst, round, prec) { \  argument
 37 #define TESTVAR(src, dst, round, prec)  argument
 39 #define TESTVAR(src, dst, round, prec)					\  argument
 44 #define TESTFUNC(src, dst, round, prec)					\  argument
 
 | 
| /Zephyr-latest/lib/utils/ | 
| D | cobs.c | 11 int cobs_encode(struct net_buf *src, struct net_buf *dst, uint32_t flags)  in cobs_encode()60 int cobs_decode(struct net_buf *src, struct net_buf *dst, uint32_t flags)  in cobs_decode()
 
 | 
| D | base64.c | 60 int base64_encode(uint8_t *dst, size_t dlen, size_t *olen, const uint8_t *src,  in base64_encode()124 int base64_decode(uint8_t *dst, size_t dlen, size_t *olen, const uint8_t *src,  in base64_decode()
 
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ | 
| D | img_mgmt_util.c | 13 img_mgmt_ver_str(const struct image_version *ver, char *dst)  in img_mgmt_ver_str()
 | 
| /Zephyr-latest/kernel/ | 
| D | xip.c | 61 	uint8_t *dst = (uint8_t *)&_app_smem_start;  in z_data_copy()  local
 | 
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ | 
| D | msg.h | 119 #define BT_MESH_MSG_CTX_INIT(net_key_idx, app_key_idx, dst, ttl) \  argument133 #define BT_MESH_MSG_CTX_INIT_APP(app_key_idx, dst) \  argument
 143 #define BT_MESH_MSG_CTX_INIT_DEV(net_key_idx, dst) \  argument
 175 	uint16_t              dst;       /**< Address of the node that should respond. */  member
 
 | 
| /Zephyr-latest/tests/bluetooth/host/id/bt_id_get/src/ | 
| D | main.c | 34 		bt_addr_le_t *dst = &bt_dev.id_addr[bt_dev.id_count++];  in fff_reset_rule_before()  local91 			bt_addr_le_t *dst = ©_dst_addrs[i];  in ZTEST()  local
 
 | 
| /Zephyr-latest/soc/aspeed/ast10x0/tools/ | 
| D | gen_uart_booting_image.py | 12     dst = sys.argv[2]  variable
 | 
| /Zephyr-latest/boards/native/nrf_bsim/soc/ | 
| D | soc_secure.h | 24 static inline int soc_secure_mem_read(void *dst, void *src, size_t len)  in soc_secure_mem_read()
 | 
| /Zephyr-latest/subsys/bluetooth/controller/util/ | 
| D | util.c | 68 int util_aa_le32(uint8_t *dst)  in util_aa_le32()225 int util_saa_le32(uint8_t *dst, uint8_t handle)  in util_saa_le32()
 281 void util_bis_aa_le32(uint8_t bis, uint8_t *saa, uint8_t *dst)  in util_bis_aa_le32()
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | cbprintf_cxx.h | 268 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, float arg)  in z_cbprintf_cxx_store_arg()276 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, void *p)  in z_cbprintf_cxx_store_arg()
 281 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, char arg)  in z_cbprintf_cxx_store_arg()
 288 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, unsigned char arg)  in z_cbprintf_cxx_store_arg()
 295 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, signed char arg)  in z_cbprintf_cxx_store_arg()
 302 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, short arg)  in z_cbprintf_cxx_store_arg()
 309 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, unsigned short arg)  in z_cbprintf_cxx_store_arg()
 317 static inline void z_cbprintf_cxx_store_arg(uint8_t *dst, T arg)  in z_cbprintf_cxx_store_arg()
 
 | 
| D | iterable_sections.h | 125 #define TYPE_SECTION_GET(type, secname, i, dst) do { \  argument137 #define TYPE_SECTION_COUNT(type, secname, dst) do { \  argument
 282 #define STRUCT_SECTION_GET(struct_type, i, dst) \  argument
 291 #define STRUCT_SECTION_COUNT(struct_type, dst) \  argument
 
 |