/u-boot/arch/x86/include/asm/ |
A D | string.h | 23 extern void *memmove(void *, const void *, __kernel_size_t); 34 extern void *memmove(void *, const void *, __kernel_size_t);
|
/u-boot/lib/efi_loader/ |
A D | efi_freestanding.c | 45 void *memmove(void *dest, const void *src, size_t n) in memmove() function 72 return memmove(dest, src, n); in memcpy()
|
/u-boot/arch/microblaze/include/asm/ |
A D | string.h | 26 extern void *memmove (void *, const void *, __kernel_size_t);
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_sw.c | 176 memmove(buf, fdt, headsize); in fdt_resize() 177 memmove(newtail, oldtail, tailsize); in fdt_resize() 179 memmove(newtail, oldtail, tailsize); in fdt_resize() 180 memmove(buf, fdt, headsize); in fdt_resize() 358 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
A D | fdt_rw.c | 67 memmove(p + newlen, p + oldlen, end - p - oldlen); in fdt_splice_() 403 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 406 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 410 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_() 469 memmove(buf, tmp, newsize); in fdt_open_into()
|
/u-boot/arch/m68k/include/asm/ |
A D | string.h | 27 extern void * memmove(void *,const void *,__kernel_size_t);
|
/u-boot/arch/powerpc/include/asm/ |
A D | string.h | 25 extern void * memmove(void *,const void *,__kernel_size_t);
|
/u-boot/arch/nios2/include/asm/ |
A D | string.h | 19 extern void * memmove(void *, const void *, __kernel_size_t);
|
/u-boot/cmd/ |
A D | booti.c | 73 memmove((void *) ld, (void *)dest, dest_end); in booti_start() 85 memmove((void *)relocated_addr, (void *)ld, image_size); in booti_start()
|
A D | ximg.c | 204 memmove(to, from, tail); in do_imgextract() 212 memmove((char *) dest, (char *)data, len); in do_imgextract()
|
/u-boot/arch/mips/include/asm/ |
A D | string.h | 34 extern void *memmove(void *__dest, __const__ void *__src, __kernel_size_t __n);
|
/u-boot/arch/nds32/include/asm/ |
A D | string.h | 29 extern void *memmove(void *, const void *, __kernel_size_t);
|
/u-boot/arch/arm/include/asm/ |
A D | string.h | 23 extern void * memmove(void *, const void *, __kernel_size_t);
|
/u-boot/lib/ |
A D | md5.c | 95 memmove(p, buf, len); in MD5Update() 98 memmove(p, buf, t); in MD5Update() 107 memmove(ctx->in, buf, 64); in MD5Update() 116 memmove(ctx->in, buf, len); in MD5Update() 161 memmove(digest, ctx->buf, 16); in MD5Final()
|
A D | membuff.c | 261 memmove(mb->start + topsize, mb->start, botsize); in membuff_makecontig() 354 memmove(mb->tail + by, mb->tail, orig - oldtail); in membuff_extend_by()
|
/u-boot/tools/ |
A D | rkspi.c | 40 memmove(buf + sector * RKSPI_SECT_LEN * 2, in rkspi_set_header()
|
/u-boot/drivers/misc/ |
A D | cros_ec_i2c.c | 73 memmove(&ec_request_i2c->ec_request, dev->dout, out_bytes); in cros_ec_i2c_packet() 105 memmove(dev->din, &ec_response_i2c->ec_response, in_bytes); in cros_ec_i2c_packet()
|
/u-boot/include/linux/ |
A D | string.h | 114 extern void * memmove(void *,const void *,__kernel_size_t);
|
/u-boot/arch/sh/include/asm/ |
A D | string.h | 94 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_spl_loaders.c | 24 memmove(dst, dst + page_offset, in nand_spl_load_image()
|
/u-boot/arch/x86/lib/ |
A D | string.c | 133 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/u-boot/common/ |
A D | cli_readline.c | 221 memmove(&buf[*num+1], &buf[*num], wlen-1); in cread_add_char() 404 memmove(&buf[num], &buf[num+1], wlen); in cread_line() 435 memmove(&buf[num], &buf[num+1], wlen); in cread_line()
|
/u-boot/include/ |
A D | video_console.h | 301 memmove(dst, src, size); in vidconsole_memmove()
|
/u-boot/arch/powerpc/lib/ |
A D | ppcstring.S | 94 .globl memmove 95 memmove: label
|
/u-boot/test/lib/ |
A D | string.c | 180 ptr = memmove(buf + offset2, buf + offset1, in lib_memmove()
|