Searched defs:memcpy (Results 1 - 25 of 25) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h23 // void *memcpy(void *s1, const void *s2, size_t n);
24 memcpy, enumerator in enum:llvm::LibFunc::Func
/external/expat/amiga/
H A Dstdlib.c92 void * memcpy (void * t, const void * a, size_t len) function
/external/libffi/include/
H A Dffi_common.h39 /* Check for the existence of memcpy. */
44 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/external/e2fsprogs/e2fsck/
H A Dmtrace.h87 #ifndef memcpy
88 #define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/external/grub/netboot/
H A Dlinux-asm-string.h3 * All except memcpy, memmove, memset and memcmp removed.
122 #define memcpy(t, f, n) \ macro
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h51 #define memcpy(_dd,_ss,_sz) VG_(memcpy)((_dd),(_ss),(_sz)) macro
/external/kernel-headers/original/asm-x86/
H A Dstring_32.h134 #define memcpy(t, f, n) \ macro
145 #define memcpy(t, f, n) \ macro
/external/libvpx/vpx_mem/
H A Dvpx_mem.h119 # define memcpy vpx_memcpy macro
165 # define vpx_memcpy memcpy
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_qsort.c56 #define memcpy SDL_memcpy macro
243 memcpy(pivot,first,size); \
245 memcpy(test,pivot,size); \
320 memcpy(pivot,mid,size);
351 memcpy(pivot,mid,size);
H A DSDL_malloc.c613 #define memcpy SDL_memcpy macro
3842 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
4965 * Remove internal memcpy, memset. Compilers handle builtins better.
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c90 on memcpy() on ppc32-aix5; else programs linked with -brtl fail.
91 memcpy() is used by gcc for a struct assignment in mallinfo()
96 void *memcpy(void *destV, const void *srcV, unsigned long n) function
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c47 void* VG_(memcpy)(void *d, const void *s, SizeT sz) function
48 { return memcpy(d, s, sz); }
H A Dunit_vc.c37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) function
38 { return memcpy(d, s, sz); }
/external/wpa_supplicant/
H A Dos.h393 #define os_memcpy(d, s, n) memcpy((d), (s), (n))
463 #define memcpy OS_DO_NOT_USE_memcpy macro
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos.h393 #define os_memcpy(d, s, n) memcpy((d), (s), (n))
476 #define memcpy OS_DO_NOT_USE_memcpy macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h407 #define os_memcpy(d, s, n) memcpy((d), (s), (n))
483 #define memcpy OS_DO_NOT_USE_memcpy macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h407 #define os_memcpy(d, s, n) memcpy((d), (s), (n))
483 #define memcpy OS_DO_NOT_USE_memcpy macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h407 #define os_memcpy(d, s, n) memcpy((d), (s), (n))
483 #define memcpy OS_DO_NOT_USE_memcpy macro
/external/clang/test/Analysis/
H A Dbstring.c11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is
19 // declared carefully! See memcpy() for an example.
30 // memcpy()
39 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1) macro
43 #define memcpy BUILTIN(memcpy) macro
44 void *memcpy(void *restrict s1, const void *restrict s2, size_t n);
53 memcpy(dst, src, 4); // no-warning
55 if (memcpy(dst, src, 4) != dst) {
67 memcpy(ds
[all...]
/external/grub/stage2/
H A Dchar_io.c1280 # undef memcpy macro
1281 /* GCC emits references to memcpy() for struct copies etc. */
1282 void *memcpy (void *dest, const void *src, int n) __attribute__ ((alias ("grub_memmove")));
H A Dshared.h360 #define memcpy grub_memmove /* we don't need a separate memcpy */ macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c392 void* VG_(memcpy) ( void *dest, const void *src, SizeT sz ) function
H A Dm_main.c2592 1. gcc may emit calls to memcpy and memset to deal with structure
2603 void* memcpy(void *dest, const void *src, SizeT n);
2604 void* memcpy(void *dest, const void *src, SizeT n) { function
2605 return VG_(memcpy)(dest,src,n);
3034 return VG_(memcpy)(dest,src,n);
3046 void* memcpy(void *dest, const void *src, SizeT n);
3047 void* memcpy(void *dest, const void *src, SizeT n) { function
3048 return VG_(memcpy)(dest,src,n);
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c185 void *memcpy(void *d1, const void *s1, size_t len) function
257 memcpy(buf, fmt, len);
378 memcpy(buf, str, len);
654 memcpy((void *)AP_BOOT_ADDR, &smp_ap_boot_code_start,
818 memcpy((void *)BIOS_TMP_STORAGE, (void *)0x000f0000, 0x10000);
821 memcpy((void *)0x000f0000, (void *)BIOS_TMP_STORAGE, 0x10000);
887 memcpy((void *)0xa8000, (void *)0x38000, 0x8000);
890 memcpy((void *)0x38000, &smm_relocation_start,
906 memcpy((void *)0x38000, (void *)0xa8000, 0x8000);
909 memcpy((voi
[all...]
/external/pcre/
H A Dpcre_internal.h293 #define memcpy(d,s,n) _memcpy(d,s,n) macro

Completed in 1059 milliseconds