HomeSort by relevance Sort by last modified time
    Searched refs:bcopy (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/libiberty/
memcpy.c 19 void bcopy (const void*, void*, size_t);
24 bcopy(in, out, length);
memmove.c 1 /* Wrapper to implement ANSI C's memmove using BSD's bcopy. */
19 void bcopy (const void*, void*, size_t);
24 bcopy (s2, s1, n);
  /external/llvm/lib/Support/
regutils.h 53 /* for old systems with bcopy() but no memmove() */
55 #define memmove(d, s, c) bcopy(s, d, c)
  /external/swiftshader/third_party/LLVM/lib/Support/
regutils.h 50 /* for old systems with bcopy() but no memmove() */
52 #define memmove(d, s, c) bcopy(s, d, c)
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regutils.h 53 /* for old systems with bcopy() but no memmove() */
55 #define memmove(d, s, c) bcopy(s, d, c)
  /external/libpcap/lbl/
os-ultrix4.h 24 void bcopy(const void *, void *, u_int);
  /external/tcpdump/lbl/
os-ultrix4.h 24 void bcopy(const void *, void *, u_int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xfuncs.h 36 void bcopy();
42 void bcopy();
64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xfuncs.h 36 void bcopy();
42 void bcopy();
64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
  /bionic/libc/include/
strings.h 50 #define bcopy(b1, b2, len) (void)(__builtin___memmove_chk((b2), (b1), (len), __bos0(b2))) macro
53 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /development/ndk/platforms/android-21/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 910