Searched refs:memmove (Results 1 - 25 of 228) sorted by relevance

12345678910

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dmemmove.c7 #undef memmove macro
8 void *memmove(void * dest,const void *src,size_t count) function
H A DMakefile16 memcpy.o memset.o memmove.o bitstr.o
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dunaligned.h9 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dunaligned.h9 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dunaligned.h9 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dunaligned.h9 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dunaligned.h9 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dunaligned.h9 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
12 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
16 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dunaligned.h10 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
13 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
17 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dunaligned.h10 /* Use memmove here, so gcc does not insert a __builtin_memcpy. */
13 ({ __typeof__(*(ptr)) __tmp; memmove(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
17 memmove((ptr), &__tmp, sizeof(*(ptr))); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/lib/
H A DMakefile6 obj-y = delay.o memcpy.o memset.o memmove.o memchr.o old-checksum.o \
H A Dmemmove.S1 /* $Id: memmove.S,v 1.1.1.1 2008/10/15 03:26:16 james26_jang Exp $
3 * "memmove" implementation of SuperH
10 * void *memmove(void *dst, const void *src, size_t n);
15 ENTRY(memmove)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dstring.h19 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dstring.h32 extern void * memmove(void *,const void *,__kernel_size_t);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dstring.h19 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dstring.h32 extern void * memmove(void *,const void *,__kernel_size_t);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dtrim.c43 memmove(s, &s[strspn(s, " \n\r\t\v")], len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dmemmove.S2 * arch/alpha/lib/memmove.S
4 * Barely optimized memmove routine for Alpha EV5.
15 .globl memmove
16 .ent memmove
17 memmove: label
176 .end memmove
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dstring.h30 extern void * memmove(void *,const void *,__kernel_size_t);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dstring.h30 extern void * memmove(void *,const void *,__kernel_size_t);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dnonstdio.h32 extern void *memmove(void *dest, const void *src, int n);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dstring.h19 extern void * memmove(void *, const void *, __kernel_size_t);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dstring.h19 extern void * memmove(void *, const void *, __kernel_size_t);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dstring.h48 void * memmove(void * dest,const void *src,size_t count);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dstring.h71 extern void * memmove(void *,const void *,__kernel_size_t);

Completed in 121 milliseconds

12345678910