Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/subsys/dsp/arcmwdt/public/
Dzdsp_backend.h23 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/
Dzdsp_backend.h19 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 …]
Dzdsp_backend_f16.h19 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/
Drandom_handlers.c10 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()
Drandom_entropy_device.c15 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()
Drandom_test_csprng.c9 int z_impl_sys_csrand_get(void *dst, size_t outlen) in z_impl_sys_csrand_get()
/Zephyr-latest/subsys/net/ip/
Dpmtu.h22 struct net_addr dst; member
40 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()
Dpmtu.c38 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()
Dicmp.c122 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()
Dipv4.c37 const struct in_addr *dst, in net_ipv4_create_full()
91 const struct in_addr *dst) in net_ipv4_create()
457 struct sockaddr_in dst = { in net_ipv4_prepare_for_send() local
/Zephyr-latest/subsys/net/lib/dns/
Ddns_sd.h36 #define DNS_SD_COUNT(dst) \ argument
39 #define DNS_SD_GET(i, dst) \ argument
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dtimer_convert.c25 enum units dst; member
31 #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/tests/application_development/code_relocation/src/
Dmain.c45 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()
Dtest_file2.c15 char dst[8]; in function_in_sram() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_util.c13 img_mgmt_ver_str(const struct image_version *ver, char *dst) in img_mgmt_ver_str()
/Zephyr-latest/kernel/
Dxip.c61 uint8_t *dst = (uint8_t *)&_app_smem_start; in z_data_copy() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmsg.h119 #define BT_MESH_MSG_CTX_INIT(net_key_idx, app_key_idx, dst, ttl) \ argument
133 #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/lib/utils/
Dbase64.c60 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/tests/bluetooth/host/id/bt_id_get/src/
Dmain.c34 bt_addr_le_t *dst = &bt_dev.id_addr[bt_dev.id_count++]; in fff_reset_rule_before() local
91 bt_addr_le_t *dst = &copy_dst_addrs[i]; in ZTEST() local
/Zephyr-latest/soc/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py12 dst = sys.argv[2] variable
/Zephyr-latest/boards/native/nrf_bsim/soc/
Dsoc_secure.h24 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/
Dutil.c68 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/
Dcbprintf_cxx.h268 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()
Diterable_sections.h125 #define TYPE_SECTION_GET(type, secname, i, dst) do { \ argument
137 #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
/Zephyr-latest/subsys/net/lib/lwm2m/
Dbuf_util.h19 static inline int buf_append(uint8_t *dst, uint16_t *dst_len, uint16_t dst_size, in buf_append()
36 static inline int buf_insert(uint8_t *dst, uint16_t *dst_len, uint16_t dst_size, in buf_insert()
57 static inline int buf_read(uint8_t *dst, uint16_t len, uint8_t *src, uint16_t src_len, in buf_read()

12345678910