/picolibc-latest/newlib/libc/machine/riscv/ |
D | memmove.S | 15 .section .text.memmove 16 .global memmove 17 .type memmove, @function 18 memmove: label 41 .size memmove, .-memmove
|
D | CMakeLists.txt | 42 memmove.S 43 memmove-stub.c
|
D | meson.build | 39 'memmove.S', 40 'memmove-stub.c',
|
/picolibc-latest/newlib/libc/ssp/ |
D | memmove_chk.c | 37 #undef memmove 49 return memmove(dst, src, len); in __memmove_chk()
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_mem.c | 157 memmove (&l, xdrs->x_private, sizeof (int32_t)); in xdrmem_getlong_unaligned() 173 memmove (xdrs->x_private, &l, sizeof (int32_t)); in xdrmem_putlong_unaligned() 186 memmove (addr, xdrs->x_private, len); in xdrmem_getbytes() 199 memmove (xdrs->x_private, addr, len); in xdrmem_putbytes() 287 memmove (&l, xdrs->x_private, sizeof (int32_t)); in xdrmem_getint32_unaligned() 303 memmove (xdrs->x_private, &l, sizeof (int32_t)); in xdrmem_putint32_unaligned()
|
/picolibc-latest/newlib/libc/string/ |
D | memmove.c | 66 #undef memmove 71 memmove (void *dst_void, in memmove() function
|
D | bcopy.c | 49 memmove (b2, b1, length); in bcopy()
|
D | wmemmove.c | 73 return (wchar_t *) memmove (d, s, n * sizeof (wchar_t)); in wmemmove()
|
D | memmove_s.c | 73 (void)memmove(s1, s2, n); in memmove_s()
|
/picolibc-latest/newlib/libc/machine/x86/ |
D | memmove-32.S | 15 .global SYM (memmove) 16 SOTYPE_FUNCTION(memmove) 18 SYM (memmove):
|
D | meson.build | 45 'memmove.c', 53 'memmove.S',
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | string.h | 84 __ssp_bos_icheck3(memmove, void *, const void *) 98 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
|
/picolibc-latest/newlib/libc/posix/ |
D | utils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/picolibc-latest/newlib/libc/machine/visium/ |
D | memmove.c | 35 memmove (void *dst, const void *src, size_t len) in memmove() function
|
/picolibc-latest/newlib/libc/argz/ |
D | argz_delete.c | 26 memmove(moveto, entry, *argz + *argz_len - entry); in argz_delete()
|
D | envz_remove.c | 30 memmove(entry, entry + len, *envz + *envz_len - entry - len); in envz_remove()
|
D | envz_strip.c | 32 memmove(entry, entry + len, *envz + *envz_len - entry - len); in envz_strip()
|
D | argz_insert.c | 41 memmove(*argz + delta + len, *argz + delta, *argz_len - delta); in argz_insert()
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memmove.S | 43 ENTRY (memmove) 59 ; The only thing that changes between memcpy and memmove is copy direction 140 ENDFUNC (memmove) 144 ENTRY (memmove) 159 ; The only thing that changes between memcpy and memmove is copy direction
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 444 check(memmove(one, "abc", 4) == one); /* Returned value. */ in test_string() 448 (void) memmove(one+1, "xyz", 2); in test_string() 452 (void) memmove(one, "xyz", 0); in test_string() 457 (void) memmove(two, one, 9); in test_string() 462 (void) memmove(one+1, one, 9); in test_string() 466 (void) memmove(one+1, one+2, 7); in test_string() 470 (void) memmove(one, one, 9); in test_string()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | memmove_ea.c | 70 memmove (l_dest, l_src, local_n); in memmove_ea()
|
/picolibc-latest/newlib/libc/search/ |
D | hash_bigkey.c | 110 memmove(cp + off, key_data, move_bytes); in __big_insert() 128 memmove(cp + off, val_data, move_bytes); in __big_insert() 153 memmove(cp + off, val_data, move_bytes); in __big_insert() 437 memmove(hashp->tmp_buf, (save_p->page) + off, len); in __big_return() 496 memmove(&hashp->tmp_buf[len], (bufp->page) + bp[1], mylen); in collect_data() 556 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen); in collect_key()
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | CMakeLists.txt | 42 memmove-stub.c 43 memmove.S
|
D | meson.build | 44 'memmove-stub.c', 45 'memmove.S',
|
/picolibc-latest/newlib/libc/stdio/ |
D | ssputs.c | 58 memmove ((void *) fp->_p, (void *) buf, (size_t) (w)); in __ssputs()
|