Home
last modified time | relevance | path

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

12

/picolibc-latest/newlib/libc/machine/riscv/
Dmemmove.S15 .section .text.memmove
16 .global memmove
17 .type memmove, @function
18 memmove: label
41 .size memmove, .-memmove
DCMakeLists.txt42 memmove.S
43 memmove-stub.c
Dmeson.build39 'memmove.S',
40 'memmove-stub.c',
/picolibc-latest/newlib/libc/ssp/
Dmemmove_chk.c37 #undef memmove
49 return memmove(dst, src, len); in __memmove_chk()
/picolibc-latest/newlib/libc/xdr/
Dxdr_mem.c157 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/
Dmemmove.c66 #undef memmove
71 memmove (void *dst_void, in memmove() function
Dbcopy.c49 memmove (b2, b1, length); in bcopy()
Dwmemmove.c73 return (wchar_t *) memmove (d, s, n * sizeof (wchar_t)); in wmemmove()
Dmemmove_s.c73 (void)memmove(s1, s2, n); in memmove_s()
/picolibc-latest/newlib/libc/machine/x86/
Dmemmove-32.S15 .global SYM (memmove)
16 SOTYPE_FUNCTION(memmove)
18 SYM (memmove):
Dmeson.build45 'memmove.c',
53 'memmove.S',
/picolibc-latest/newlib/libc/include/ssp/
Dstring.h84 __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/
Dutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/picolibc-latest/newlib/libc/machine/visium/
Dmemmove.c35 memmove (void *dst, const void *src, size_t len) in memmove() function
/picolibc-latest/newlib/libc/argz/
Dargz_delete.c26 memmove(moveto, entry, *argz + *argz_len - entry); in argz_delete()
Denvz_remove.c30 memmove(entry, entry + len, *envz + *envz_len - entry - len); in envz_remove()
Denvz_strip.c32 memmove(entry, entry + len, *envz + *envz_len - entry - len); in envz_strip()
Dargz_insert.c41 memmove(*argz + delta + len, *argz + delta, *argz_len - delta); in argz_insert()
/picolibc-latest/newlib/libc/machine/arc64/
Dmemmove.S43 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/
Dstring.c444 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/
Dmemmove_ea.c70 memmove (l_dest, l_src, local_n); in memmove_ea()
/picolibc-latest/newlib/libc/search/
Dhash_bigkey.c110 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/
DCMakeLists.txt42 memmove-stub.c
43 memmove.S
Dmeson.build44 'memmove-stub.c',
45 'memmove.S',
/picolibc-latest/newlib/libc/stdio/
Dssputs.c58 memmove ((void *) fp->_p, (void *) buf, (size_t) (w)); in __ssputs()

12