Home
last modified time | relevance | path

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

123456

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/
H A D0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch4 Subject: [PATCH] memmove and memchr are C APIs not C++ std namespace
8 ../git/src/deqp-runner.cc:249:10: error: 'memmove' is not a member of 'std'; did you mean 'wmemmove…
9 249 | std::memmove(buf_.data(), buf_.data() + skip_sz_, valid_sz_);
31 - std::memmove(buf_.data(), buf_.data() + skip_sz_, valid_sz_);
32 + memmove(buf_.data(), buf_.data() + skip_sz_, valid_sz_);
/openbmc/u-boot/arch/x86/include/asm/
H A Dstring.h23 extern void *memmove(void *, const void *, __kernel_size_t);
34 extern void *memmove(void *, const void *, __kernel_size_t);
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c45 void *memmove(void *dest, const void *src, size_t n) in memmove() function
72 return memmove(dest, src, n); in memcpy()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c129 memmove(buf, fdt, headsize); in fdt_resize()
130 memmove(newtail, oldtail, tailsize); in fdt_resize()
132 memmove(newtail, oldtail, tailsize); in fdt_resize()
133 memmove(buf, fdt, headsize); in fdt_resize()
276 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
H A Dfdt_rw.c108 memmove(p + newlen, p + oldlen, end - p - oldlen); in fdt_splice_()
416 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_()
419 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
423 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_()
482 memmove(buf, tmp, newsize); in fdt_open_into()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dstring.h26 extern void *memmove (void *, const void *, __kernel_size_t);
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c202 memmove((void *)0x90000, setup_base, setup_size); in load_zimage()
205 memmove((void *)0x99000, in load_zimage()
234 memmove((void *)*load_addressp, image + setup_size, kernel_size); in load_zimage()
/openbmc/u-boot/fs/btrfs/
H A Dextent-io.c53 memmove(out, dbuf + offset, size); in btrfs_read_extent_inline()
112 memmove(out, dbuf + offset, size); in btrfs_read_extent_reg()
/openbmc/ipmitool/src/
H A Dipmishell.c177 memmove(ptr, ptr+1, strlen(ptr)); in ipmi_shell_main()
186 memmove(ptr, ptr+1, strlen(ptr)); in ipmi_shell_main()
478 memmove(tmp, tmp+1, strlen(tmp)); in ipmi_exec_main()
487 memmove(tmp, tmp+1, strlen(tmp)); in ipmi_exec_main()
/openbmc/u-boot/lib/
H A Dmd5.c95 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()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dstring.h25 extern void * memmove(void *,const void *,__kernel_size_t);
/openbmc/u-boot/arch/m68k/include/asm/
H A Dstring.h27 extern void * memmove(void *,const void *,__kernel_size_t);
/openbmc/u-boot/arch/nios2/include/asm/
H A Dstring.h19 extern void * memmove(void *, const void *, __kernel_size_t);
/openbmc/qemu/util/
H A Dreadline.c88 memmove(rs->cmd_buf + rs->cmd_buf_index + 1, in readline_insert_char()
114 memmove(rs->cmd_buf + rs->cmd_buf_index, in readline_delete_char()
160 memmove(rs->cmd_buf + start, in readline_backword()
248 memmove(&rs->history[idx], &rs->history[idx + 1], in readline_hist_add()
262 memmove(rs->history, &rs->history[1], in readline_hist_add()
/openbmc/u-boot/cmd/
H A Dximg.c199 memmove(to, from, tail); in do_imgextract()
207 memmove((char *) dest, (char *)data, len); in do_imgextract()
/openbmc/u-boot/arch/mips/include/asm/
H A Dstring.h34 extern void *memmove(void *__dest, __const__ void *__src, __kernel_size_t __n);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/
H A Dparallel-deqp-runner_git.bb6 file://0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch \
/openbmc/u-boot/arch/nds32/include/asm/
H A Dstring.h29 extern void *memmove(void *, const void *, __kernel_size_t);
/openbmc/qemu/pc-bios/vof/
H A Dvof.h27 void *memmove(void *dest, const void *src, size_t n);
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.c79 memmove(&oem_response->oem_header, &oem_command->oem_header, in ncsi_build_oem_ack()
118 memmove(echo_response->pattern, echo_cmd->pattern, sizeof(echo_cmd->pattern)); in ncsi_build_oem_echo_ack()
/openbmc/u-boot/arch/arm/include/asm/
H A Dstring.h23 extern void * memmove(void *, const void *, __kernel_size_t);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D030-replace_unsafe_memcpy_with_memmove.patch14 + memmove(buffer, buffer+2, len); /* remove length */
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_i2c.c72 memmove(&ec_request_i2c->ec_request, dev->dout, out_bytes); in cros_ec_i2c_packet()
104 memmove(dev->din, &ec_response_i2c->ec_response, in_bytes); in cros_ec_i2c_packet()
/openbmc/u-boot/tools/
H A Drkspi.c42 memmove(buf + sector * RKSPI_SECT_LEN * 2, in rkspi_set_header()
/openbmc/u-boot/include/linux/
H A Dstring.h108 extern void * memmove(void *,const void *,__kernel_size_t);

123456