HomeSort by relevance Sort by last modified time
    Searched defs:memcpy (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
memcpy.S 30 ENTRY(memcpy) function
53 ENDPROC(memcpy)
  /external/linux-tools-perf/perf-3.12.0/arch/avr32/lib/
memcpy.S 10 * void *memcpy(void *to, const void *from, unsigned long n)
19 .global memcpy
20 .type memcpy, @function
21 memcpy: label
  /external/linux-tools-perf/perf-3.12.0/arch/c6x/lib/
memcpy_64plus.S 15 ENTRY(memcpy) function
46 ENDPROC(memcpy)
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 2 * "memcpy" implementation of SuperH
6 * Modified from memcpy.S and micro-optimised for SH4
13 * void *memcpy(void *dst, const void *src, size_t n);
159 ENTRY(memcpy) function
memcpy.S 1 /* $Id: memcpy.S,v 1.3 2001/07/27 11:50:52 gniibe Exp $
3 * "memcpy" implementation of SuperH
10 * void *memcpy(void *dst, const void *src, size_t n);
15 ENTRY(memcpy) function
  /bionic/libc/bionic/
memcpy.cpp 33 // Our unoptimized memcpy just calls the best bcopy available.
35 void* memcpy(void* dst, const void* src, size_t n) { function
  /external/linux-tools-perf/perf-3.12.0/arch/x86/lib/
memcpy_64.S 10 * memcpy - Copy a memory block.
41 * memcpy_c_e() - enhanced fast string memcpy. This is faster and simpler than
57 ENTRY(memcpy) function
184 ENDPROC(memcpy)
192 * original memcpy().
193 * Otherwise, original memcpy() is used.
197 * Replace only beginning, memcpy is used to apply alternatives,
202 altinstruction_entry memcpy,.Lmemcpy_c,X86_FEATURE_REP_GOOD,\
204 altinstruction_entry memcpy,.Lmemcpy_c_e,X86_FEATURE_ERMS, \
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 29 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
38 // Fall through to memcpy...
41 ENTRY(memcpy) function
43 END(memcpy)
63 .string "memcpy: prevented write past end of buffer"
  /bionic/libc/arch-arm64/generic/bionic/
memcpy.S 29 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
38 // Fall through to memcpy...
41 ENTRY(memcpy) function
43 END(memcpy)
63 .string "memcpy: prevented write past end of buffer"
  /bionic/libc/arch-x86/generic/string/
bcopy.S 42 ENTRY(memcpy) function
93 END(memcpy)
  /external/linux-tools-perf/perf-3.12.0/arch/arm/lib/
memcpy.S 2 * linux/arch/arm/lib/memcpy.S
57 /* Prototype: void *memcpy(void *dest, const void *src, size_t n); */
59 ENTRY(memcpy) function
63 ENDPROC(memcpy)
  /bionic/libc/arch-arm/generic/bionic/
memcpy.S 34 * Optimized memcpy() for ARM.
36 * note that memcpy() always returns the destination pointer,
44 // Fall through to memcpy...
47 ENTRY(memcpy) function
388 END(memcpy)
410 .string "memcpy: prevented write past end of buffer"
  /external/linux-tools-perf/perf-3.12.0/arch/m32r/lib/
memcpy.S 2 * linux/arch/m32r/lib/memcpy.S
21 ENTRY(memcpy) function
59 ENTRY(memcpy) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy-x86-64-asm.S 1 #define memcpy MEMCPY /* don't hide glibc's memcpy() */ define
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 56 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
69 // Fall through to memcpy...
72 ENTRY(memcpy) function
78 END(memcpy)
103 .string "memcpy: prevented write past end of buffer"
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 47 // Fall through to memcpy...
50 ENTRY(memcpy) function
57 END(memcpy)
82 .string "memcpy: prevented write past end of buffer"
  /bionic/libc/arch-arm/denver/bionic/
memcpy.S 56 // Prototype: void *memcpy (void *dst, const void *src, size_t count).
69 // Fall through to memcpy...
72 ENTRY(memcpy) function
78 END(memcpy)
103 .string "memcpy: prevented write past end of buffer"
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 50 // Fall through to memcpy...
53 ENTRY(memcpy) function
59 END(memcpy)
84 .string "memcpy: prevented write past end of buffer"
  /bionic/libc/upstream-openbsd/lib/libc/string/
bcopy.c 48 * (the portable versions of) bcopy, memcpy, and memmove.
52 memcpy(void *dst0, const void *src0, size_t length) function
  /external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
memcpy.S 0 /* memcpy.S: optimised assembly memcpy
18 # void *memcpy(void *to, const char *from, size_t count)
24 .globl memcpy,__memcpy_end
25 .type memcpy,@function
26 memcpy: label
98 .size memcpy, __memcpy_end-memcpy
116 # abuse memcpy to do the dirty work
117 call memcpy
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
memcpy.S 18 # void *memcpy(void *dst, const void *src, size_t n)
21 .globl memcpy
22 .type memcpy,@function
23 memcpy: label
135 .size memcpy, memcpy_end-memcpy
  /bionic/libc/arch-arm/bionic/
memcpy.S 45 ENTRY(memcpy) function
179 /* Check the upper size limit for Neon unaligned memory access in memcpy */
329 END(memcpy)
336 * Optimized memcpy() for ARM.
338 * note that memcpy() always returns the destination pointer,
342 ENTRY(memcpy) function
683 END(memcpy)
  /external/linux-tools-perf/perf-3.12.0/arch/tile/lib/
memcpy_32.S 19 * This file shares the implementation of the userspace memcpy and
20 * the kernel's memcpy, copy_to_user and copy_from_user.
76 ENTRY(memcpy) function
77 .type memcpy, @function
80 .size memcpy, . - memcpy
134 /* For memcpy return original dest address, else zero. */
489 /* For memcpy return original dest address, else zero. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string3.h 30 # undef memcpy macro
49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 30 # undef memcpy macro
49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, function

Completed in 498 milliseconds

1 2 3