Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/net/ip/
D6lo.c299 memmove(inline_ptr, &ipv6->flow, sizeof(ipv6->flow)); in compress_tfl()
310 memmove(inline_ptr, &ipv6->flow, sizeof(ipv6->flow)); in compress_tfl()
385 memmove(inline_ptr, &ipv6->src[14], sizeof(uint16_t)); in compress_sa()
395 memmove(inline_ptr, &ipv6->src[8], 8U); in compress_sa()
405 memmove(inline_ptr, &ipv6->src[0], 16U); in set_sa_inline()
435 memmove(inline_ptr, &ipv6->src[14], sizeof(uint16_t)); in compress_sa_ctx()
445 memmove(inline_ptr, &ipv6->src[8], 8U); in compress_sa_ctx()
466 memmove(inline_ptr, &ipv6->dst[15], sizeof(uint8_t)); in compress_da_mcast()
478 memmove(inline_ptr, &ipv6->dst[13], 3U); in compress_da_mcast()
481 memmove(inline_ptr, &ipv6->dst[1], sizeof(uint8_t)); in compress_da_mcast()
[all …]
Dipv4_fragment.c306 memmove(&reass->pkt[pos + 1], &reass->pkt[pos], in shift_packets()
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_utils.c115 memmove(cmd, cmd + 1, in make_argv()
122 memmove(cmd, cmd + 1, in make_argv()
132 memmove(cmd, cmd + 1, z_shell_strlen(cmd)); in make_argv()
141 memmove(cmd, cmd + 1, in make_argv()
162 memmove(cmd, cmd + (i - 1), in make_argv()
189 memmove(cmd, cmd + (i - 1), in make_argv()
257 memmove(pattern_addr, pattern_addr + pattern_len, shift); in z_shell_pattern_remove()
445 memmove(&str[i + 1], in z_shell_spaces_trim()
488 memmove(buff, buff + i, (*buff_len + 1U) - i); /* +1 for '\0' */ in buffer_trim()
Dshell_wildcard.c35 memmove(completion_addr + cmd_len + 1, completion_addr, shift + 1); in command_add()
Dshell_ops.c189 memmove(str + 1, str + 1 + chars_to_delete, in z_shell_op_word_remove()
271 memmove(curr_pos + len, curr_pos, after); in data_insert()
331 memmove(str, str + 1, diff); in z_shell_op_char_delete()
/Zephyr-Core-3.7.0/lib/libc/minimal/include/
Dstring.h41 extern void *memmove(void *d, const void *s, size_t n);
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c1132 memmove(dptr + delta,
1172 memmove(dptr + delta, dptr, acad_len);
1190 memmove(dptr + delta, dptr, sizeof(struct pdu_adv_aux_ptr));
1198 memmove(dptr + delta, dptr, sizeof(struct pdu_adv_adi));
1207 memmove(dptr + delta, dptr, sizeof(struct pdu_cte_info));
1235 memmove(dptr, dptr + sizeof(struct pdu_cte_info),
1248 memmove(dptr, dptr + sizeof(struct pdu_adv_adi),
1261 memmove(dptr, dptr + sizeof(struct pdu_adv_aux_ptr),
1275 memmove(dptr, dptr + 1U,
1298 memmove(hdr->ext_hdr_adv_data + hdr->ext_hdr_len,
[all …]
Dull_adv_aux.c1903 (void)memmove(sec_dptr, ad_data, ad_len); in ull_adv_aux_hdr_set_clear()
1936 (void)memmove(sec_dptr, sync_info, sizeof(*sync_info)); in ull_adv_aux_hdr_set_clear()
1955 (void)memmove(sec_dptr, aux_ptr, sizeof(*aux_ptr)); in ull_adv_aux_hdr_set_clear()
2359 (void)memmove(dptr, ad_data, ad_len); in ull_adv_aux_pdu_set_clear()
2374 (void)memmove(dptr, dptr_prev, acad_len_prev); in ull_adv_aux_pdu_set_clear()
2387 (void)memmove(dptr, dptr_prev, in ull_adv_aux_pdu_set_clear()
2399 (void)memmove(dptr, aux_ptr_prev, sizeof(*aux_ptr_prev)); in ull_adv_aux_pdu_set_clear()
2441 (void)memmove(dptr, dptr_prev, BDADDR_SIZE); in ull_adv_aux_pdu_set_clear()
2451 (void)memmove(dptr, dptr_prev, BDADDR_SIZE); in ull_adv_aux_pdu_set_clear()
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dbuf_util.h48 memmove(dst + offset + src_len, dst + offset, *dst_len - offset); in buf_insert()
/Zephyr-Core-3.7.0/samples/subsys/shell/shell_module/src/
Ddynamic_cmd.c104 memmove(dynamic_cmd_buffer[idx], in cmd_dynamic_remove()
/Zephyr-Core-3.7.0/scripts/coccinelle/
Dsymbols.txt131 memmove
/Zephyr-Core-3.7.0/soc/infineon/cat1b/cyw20829/
Dbootstrap.ld45 *memmove*.* (.text*) /* add memcpy from the NewLib library here*/
/Zephyr-Core-3.7.0/samples/subsys/llext/edk/app/src/
Dpubsub.c64 memmove(&sus->subscribers[i], &sus->subscribers[i + 1], in remove_subscriber()
/Zephyr-Core-3.7.0/lib/libc/minimal/source/string/
Dstring.c244 void *memmove(void *d, const void *s, size_t n) in memmove() function
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_telnet.c205 memmove(sh_telnet->line_out.buf, msg, len); in telnet_send()
353 memmove(buf + off, buf + data_off, len); in telnet_recv()
758 memmove(sh_telnet->rx_buf, sh_telnet->rx_buf + read_len, in telnet_read()
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_rtt.c140 memmove(line_buf + DROP_MSG_LEN, line_buf, line_pos - line_buf); in line_out_drop_mode()
/Zephyr-Core-3.7.0/subsys/net/lib/coap/
Dcoap.c110 memmove(&cpkt->data[offset + 1], &cpkt->data[offset], cpkt->offset - offset); in insert_u8()
134 memmove(&cpkt->data[offset + 2], &cpkt->data[offset], cpkt->offset - offset); in insert_be16()
159 memmove(&cpkt->data[offset + len], &cpkt->data[offset], cpkt->offset - offset); in insert()
630 memmove(cpkt->data + to_offset, cpkt->data + from_offset, cpkt->offset - from_offset); in remove_option_data()
1401 memmove(cpkt->data + last_offset, cpkt->data + offset, cpkt->offset - offset); in insert_option()
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Duserchan.c236 memmove(frame, frame_start, frame_size); in rx_thread()
Dhci_spi_st.c420 memmove(msg + (1 + sizeof(*evt2)), msg + (1 + sizeof(*evt)), evt2->len); in bt_spi_rx_buf_construct()
/Zephyr-Core-3.7.0/tests/lib/mpsc_pbuf/src/
Dconcurrent.c104 memmove(track_mask[ctx], &track_mask[ctx][1], in track_consume()
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c438 memmove(frag->data, frag->data + frag_hdr_len, frag->len - frag_hdr_len); in fragment_remove_headers()
/Zephyr-Core-3.7.0/samples/boards/reel_board/mesh_badge/src/
Dreel_board.c310 memmove(&top[j + 1], &top[j], in show_statistics()
/Zephyr-Core-3.7.0/tests/lib/c_lib/common/src/
Dmain.c617 zassert_equal(memmove(move_buffer + 2, move_buffer, 3), move_buffer + 2, in ZTEST()
623 zassert_equal(memmove(move_new, move_buffer, sizeof(move_buffer)), move_new, in ZTEST()
/Zephyr-Core-3.7.0/subsys/debug/coredump/
Dcoredump_backend_flash_partition.c529 (void)memmove(tmp_buf, ptr, copy_sz); in coredump_flash_backend_buffer_output()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dcodec.c188 memmove(new_next_data_start, old_next_data_start, in ltv_set_val()
203 memmove(new_next_data_start, old_next_data_start, in ltv_set_val()
255 memmove(ltv_start, next_data_start, data_len_to_move); in ltv_unset_val()

12