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

  /bionic/libc/arch-x86/string/
bcopy.S 1 /* $OpenBSD: bcopy.S,v 1.5 2005/08/07 11:30:38 espie Exp $ */
37 * (ov)bcopy (src,dst,cnt)
47 ENTRY(bcopy) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 40 void bcopy();
46 void bcopy();
56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
75 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
82 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
83 #define memcpy(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 40 void bcopy();
46 void bcopy();
56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
75 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
82 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
83 #define memcpy(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 40 void bcopy();
46 void bcopy();
56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
75 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
82 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
83 #define memcpy(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len))
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 42 # undef bcopy macro
90 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 42 # undef bcopy macro
90 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 42 # undef bcopy macro
90 __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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 52 #undef bcopy macro
100 #define bcopy(src, dest, len) ((void) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 872 #undef bcopy macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 872 #undef bcopy macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 872 #undef bcopy macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 872 #undef bcopy macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 132 /// void bcopy(const void *s1, void *s2, size_t n);
133 bcopy, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_os_userspace.h 221 #define bcopy(srcKey, dstKey, len) memcpy(dstKey, srcKey, len) macro
    [all...]

Completed in 620 milliseconds