HomeSort by relevance Sort by last modified time
    Searched defs:bcopy (Results 1 - 23 of 23) sorted by null

  /bionic/libc/arch-x86/generic/string/
bcopy.S 1 /* $OpenBSD: bcopy.S,v 1.5 2005/08/07 11:30:38 espie Exp $ */
37 * (ov)bcopy (src,dst,cnt)
46 ENTRY(bcopy) function
97 END(bcopy)
  /bionic/libc/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /development/ndk/platforms/android-L/include/
strings.h 47 #define bcopy(b1, b2, len) \ macro
52 #define bcopy(b1, b2, len) (void)(__builtin_memmove((b2), (b1), (len)))
  /prebuilts/ndk/9/platforms/android-19/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/9/platforms/android-19/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/9/platforms/android-19/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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.11-4.6/sysroot/usr/include/bits/
string3.h 42 # undef bcopy macro
91 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 42 # undef bcopy macro
91 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest, function
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.c 35 #define bcopy(a, b, c) memcpy(b, a, c) macro
61 bcopy(keyMaterial, key->keyMaterial, keyLen/8);
86 bcopy(IV, cipher->IV, MAX_IV_SIZE);
120 bcopy(cipher->IV, block, 16);
121 bcopy(input, iv, 16);
136 bcopy(outBuffer, block, 16);
137 bcopy(input, iv, 16);
156 bcopy(cipher->IV, iv, 16);
233 bcopy(input, block, 16 - padLen);
297 bcopy(cipher->IV, iv, 16);
    [all...]
rijndael-alg-fst.c 32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
  /bionic/libc/arch-arm64/generic/bionic/
memmove.S 38 #ifdef BCOPY
62 #ifdef BCOPY
63 ENTRY(bcopy) function
335 #ifdef BCOPY
336 END(bcopy)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
string.h 52 #undef bcopy macro
100 #define bcopy(src, dest, len) ((void) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 52 #undef bcopy macro
100 #define bcopy(src, dest, len) ((void) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 52 #undef bcopy macro
100 #define bcopy(src, dest, len) ((void) \ macro
  /external/clang/test/Analysis/
bstring.c 396 // bcopy()
399 #define bcopy BUILTIN(bcopy) macro
401 void bcopy(/*const*/ void *s1, void *s2, size_t n);
408 bcopy(src, dst, 4); // no-warning
419 bcopy(src, dst, 5); // expected-warning{{out-of-bound}}
426 bcopy(src, dst, 4); // expected-warning{{overflow}}
  /ndk/sources/host-tools/make-3.81/
make.h 256 # if defined(HAVE_MEMMOVE) && !defined(bcopy)
257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro
273 # ifndef bcopy
274 extern void bcopy PARAMS ((const char *b1, char *b2, int));
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
338 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH);
536 bcopy(data, &context->buffer[usedspace], freespace);
543 bcopy(data, &context->buffer[usedspace], len);
559 bcopy(data, context->buffer, len);
620 bcopy(context->state, d, SHA256_DIGEST_LENGTH);
666 bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH);
858 bcopy(data, &context->buffer[usedspace], freespace);
865 bcopy(data, &context->buffer[usedspace], len);
881 bcopy(data, context->buffer, len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 957 #undef bcopy macro
961 #pragma GCC poison bcopy bzero bcmp rindex
    [all...]
  /external/netperf/
netlib.h 593 /* if your system has bcopy and bzero, include it here, otherwise, we */
608 #define bcopy(s,d,h) memcpy((d),(s),(h)) macro
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 226 #define bcopy(srcKey, dstKey, len) memcpy(dstKey, srcKey, len) macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 155 /// void bcopy(const void *s1, void *s2, size_t n);
156 bcopy, enumerator in enum:llvm::LibFunc::Func

Completed in 215 milliseconds