Home
last modified time | relevance | path

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

/lk-master/external/lib/fdt/
A Dfdt_sw.c171 memmove(buf, fdt, headsize); in fdt_resize()
172 memmove(newtail, oldtail, tailsize); in fdt_resize()
174 memmove(newtail, oldtail, tailsize); in fdt_resize()
175 memmove(buf, fdt, headsize); in fdt_resize()
353 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
A Dfdt_rw.c65 memmove(p + newlen, p + oldlen, end - p - oldlen); in fdt_splice_()
401 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_()
404 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
408 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_()
468 memmove(buf, tmp, newsize); in fdt_open_into()
A Dfdt.c314 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
/lk-master/lib/libc/string/arch/x86/
A Dmemcpy.S20 FUNCTION(memmove)
/lk-master/lib/libc/string/arch/x86-64/
A Dmemcpy.S20 FUNCTION(memmove)
/lk-master/lib/libc/string/
A Drules.mk9 memmove \
A Dmemmove.c23 memmove(void *dest, void const *src, size_t count) { in memmove() function
/lk-master/lib/libc/string/arch/arm/
A Drules.mk5 ASM_STRING_OPS := bcopy bzero memcpy memmove memset
/lk-master/lib/libc/include/
A Dstring.h18 void *memmove(void *, void const *, size_t);
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/
A Dreadme.dox39 * boost over memcpy() and memmove() functions. They would work best for
45 * memmove(), memcpy(), and DMA data move operations.<br>
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c154 memmove(dst, src, sizeof(src)); in main()
/lk-master/lib/libc/string/arch/arm/arm/
A Dmemcpy.S22 FUNCTION(memmove)
/lk-master/tools/
A Dliblkboot.c115 memmove(buf, buf + 1, sizeof(buf) - 1); in trim_fpga_image()
A Dbootimage.c209 memmove(data, data + i, len - i); in bootimage_add_file()
/lk-master/lib/minip/
A Dtcp.c762 memmove(s->tx_buffer, s->tx_buffer + acked_len, s->tx_buffer_offset - acked_len); in handle_ack()

Completed in 14 milliseconds