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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 42 int bcmp();
48 #define bcmp(b1,b2,len) memcmp(b1, b2, len) macro
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len)) macro
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 42 int bcmp();
48 #define bcmp(b1,b2,len) memcmp(b1, b2, len) macro
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len)) macro
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 42 int bcmp();
48 #define bcmp(b1,b2,len) memcmp(b1, b2, len) macro
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len)) macro
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len))
  /external/clang/test/Analysis/
bstring.c 11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is
324 #define bcmp BUILTIN(bcmp) macro
326 int bcmp(/*const*/ void *s1, /*const*/ void *s2, size_t n);
327 #define memcmp bcmp
  /ndk/sources/host-tools/make-3.81/
make.h 250 # ifndef bcmp
251 # define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro
267 # ifndef bcmp
268 extern int bcmp PARAMS ((const char *, const char *, int));
  /external/ping/
ping.c 68 #define bcmp(a, b, c) memcmp(a, b, c) macro
1081 && !bcmp((char *)cp, old_rr, i)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 874 #undef bcmp 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 874 #undef bcmp 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 874 #undef bcmp 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 874 #undef bcmp macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 120 /// int bcmp(const void *s1, const void *s2, size_t n);
121 bcmp, enumerator in enum:llvm::LibFunc::Func

Completed in 557 milliseconds