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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xfuncs.h 38 int bcmp();
44 # define bcmp(b1,b2,len) memcmp(b1, b2, len) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xfuncs.h 38 int bcmp();
44 # define bcmp(b1,b2,len) memcmp(b1, b2, len) macro
  /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));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 959 #undef bcmp macro
961 #pragma GCC poison bcopy bzero bcmp rindex
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 153 /// int bcmp(const void *s1, const void *s2, size_t n);
154 bcmp, enumerator in enum:llvm::LibFunc::Func

Completed in 426 milliseconds