| /subsys/dsp/arcmwdt/public/ |
| A 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() 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() 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() 75 DSP_DATA q31_t *dst, uint32_t block_size) in zdsp_sub_q31() 86 DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_scale_q7() [all …]
|
| /subsys/dsp/cmsis/public/ |
| A 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() 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() 64 static inline void zdsp_sub_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_sub_q15() 102 static inline void zdsp_abs_q7(const q7_t *src, q7_t *dst, uint32_t block_size) in zdsp_abs_q7() 137 q31_t *dst) in zdsp_dot_prod_q7() 142 q63_t *dst) in zdsp_dot_prod_q15() 147 q63_t *dst) in zdsp_dot_prod_q31() [all …]
|
| A 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()
|
| /subsys/net/ip/ |
| A D | pmtu.h | 22 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()
|
| A D | pmtu.c | 37 static struct net_pmtu_entry *get_pmtu_entry(const struct sockaddr *dst) in get_pmtu_entry() 149 struct net_pmtu_entry *net_pmtu_get_entry(const struct sockaddr *dst) in net_pmtu_get_entry() 158 int net_pmtu_get_mtu(const struct sockaddr *dst) in net_pmtu_get_mtu() 170 static struct net_pmtu_entry *add_entry(const struct sockaddr *dst, bool *old_entry) in add_entry() 223 int net_pmtu_update_mtu(const struct sockaddr *dst, uint16_t mtu) in net_pmtu_update_mtu()
|
| A 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()
|
| A D | ipv4.c | 38 const struct in_addr *dst, in net_ipv4_create_full() 92 const struct in_addr *dst) in net_ipv4_create() 466 struct sockaddr_in dst = { in net_ipv4_prepare_for_send() local
|
| A D | igmp.c | 42 #define dbg_addr(action, pkt_str, src, dst) \ argument 47 #define dbg_addr_recv(pkt_str, src, dst) \ argument 186 static int igmp_v2_create_packet(struct net_pkt *pkt, const struct in_addr *dst, in igmp_v2_create_packet() 219 static int igmp_v3_create_packet(struct net_pkt *pkt, const struct in_addr *dst, in igmp_v3_create_packet()
|
| A D | ipv6_nbr.c | 531 #define dbg_addr(action, pkt_str, src, dst, pkt) \ argument 541 #define dbg_addr_recv(pkt_str, src, dst, pkt) \ argument 544 #define dbg_addr_sent(pkt_str, src, dst, pkt) \ argument 559 #define dbg_addr_recv_tgt(pkt_str, src, dst, tgt, pkt) \ argument 562 #define dbg_addr_sent_tgt(pkt_str, src, dst, tgt, pkt) \ argument 785 struct in6_addr *dst, in check_route() 865 struct sockaddr_in6 dst = { in net_ipv6_prepare_for_send() local 974 struct sockaddr_in6 dst = { in net_ipv6_prepare_for_send() local 1163 const struct in6_addr *dst, const struct in6_addr *tgt, in net_ipv6_send_na() 2003 const struct in6_addr *dst, in net_ipv6_send_ns() [all …]
|
| A D | ipv6_mld.c | 79 struct in6_addr dst; in mld_create_packet() local 399 #define dbg_addr(action, pkt_str, src, dst) \ argument 406 #define dbg_addr_recv(pkt_str, src, dst) \ argument
|
| A D | ipv4_fragment.c | 36 const uint8_t *dst, uint8_t protocol) in reassembly_get() 73 static bool reassembly_cancel(uint32_t id, struct in_addr *src, struct in_addr *dst) in reassembly_cancel() 633 struct sockaddr_in dst = { in net_ipv4_prepare_for_send_fragment() local
|
| /subsys/random/ |
| A 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()
|
| A 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()
|
| A D | random_test_csprng.c | 9 int z_impl_sys_csrand_get(void *dst, size_t outlen) in z_impl_sys_csrand_get()
|
| A D | random_timer.c | 58 void z_impl_sys_rand_get(void *dst, size_t outlen) in z_impl_sys_rand_get()
|
| A D | random_ctr_drbg.c | 65 int z_impl_sys_csrand_get(void *dst, uint32_t outlen) in z_impl_sys_csrand_get()
|
| /subsys/net/lib/dns/ |
| A D | dns_sd.h | 36 #define DNS_SD_COUNT(dst) \ argument 39 #define DNS_SD_GET(i, dst) \ argument
|
| A D | llmnr_responder.c | 267 static const uint8_t *get_ipv4_src(struct net_if *iface, struct in_addr *dst) in get_ipv4_src() 281 static const uint8_t *get_ipv6_src(struct net_if *iface, struct in6_addr *dst) in get_ipv6_src() 305 struct sockaddr *dst, in create_ipv4_answer() 338 struct sockaddr *dst, in create_ipv6_answer()
|
| /subsys/bluetooth/controller/util/ |
| A 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()
|
| /subsys/net/lib/lwm2m/ |
| A D | buf_util.h | 19 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()
|
| /subsys/net/l2/ethernet/ |
| A D | arp.c | 69 struct in_addr *dst, in arp_entry_find() 96 struct in_addr *dst) in arp_entry_find_move_first() 121 struct in_addr *dst) in arp_entry_find_pending() 129 struct in_addr *dst) in arp_entry_get_pending() 796 struct net_eth_addr *dst) in net_arp_input() 965 int net_arp_clear_pending(struct net_if *iface, struct in_addr *dst) in net_arp_clear_pending()
|
| /subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
| A D | img_mgmt_util.c | 13 img_mgmt_ver_str(const struct image_version *ver, char *dst) in img_mgmt_ver_str()
|
| /subsys/bluetooth/mesh/ |
| A D | testing.c | 40 void bt_mesh_test_net_recv(uint8_t ttl, uint8_t ctl, uint16_t src, uint16_t dst, in bt_mesh_test_net_recv() 52 void bt_mesh_test_model_recv(uint16_t src, uint16_t dst, const void *payload, size_t payload_len) in bt_mesh_test_model_recv()
|
| A D | blob_cli.c | 625 static void info_get_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in info_get_tx() 633 static void xfer_start_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in xfer_start_tx() 646 static void xfer_get_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in xfer_get_tx() 654 static void xfer_cancel_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in xfer_cancel_tx() 663 static void block_start_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in block_start_tx() 673 static void chunk_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in chunk_tx() 695 static void block_get_tx(struct bt_mesh_blob_cli *cli, uint16_t dst) in block_get_tx() 895 static void chunk_tx_complete(struct bt_mesh_blob_cli *cli, uint16_t dst) in chunk_tx_complete()
|
| /subsys/net/l2/ieee802154/ |
| A D | ieee802154_frame.c | 447 void ieee802154_compute_header_and_authtag_len(struct net_if *iface, struct net_linkaddr *dst, in ieee802154_compute_header_and_authtag_len() 539 static inline enum ieee802154_addressing_mode get_dst_addr_mode(struct net_linkaddr *dst, in get_dst_addr_mode() 563 static inline bool data_addr_to_fs_settings(struct net_linkaddr *dst, struct ieee802154_fcf_seq *fs, in data_addr_to_fs_settings() 672 bool ieee802154_create_data_frame(struct ieee802154_context *ctx, struct net_linkaddr *dst, in ieee802154_create_data_frame()
|