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

  /bionic/libc/arch-arm/bionic/
memcmp.S 40 * Optimized memcmp() for Cortex-A9.
43 ENTRY(memcmp) function
341 END(memcmp)
  /bionic/libc/arch-x86/string/
memcmp.S 1 /* $OpenBSD: memcmp.S,v 1.4 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(memcmp) function
44 END(memcmp)
  /bionic/libc/bionic/
memcmp.c 30 int memcmp(const void *s1, const void *s2, size_t n) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) macro
  /external/grub/netboot/
linux-asm-string.h 3 * All except memcpy, memmove, memset and memcmp removed.
153 #define memcmp __builtin_memcmp macro
  /external/valgrind/main/drd/tests/
unit_vc.c 39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
40 { return memcmp(s1, s2, n); }
unit_bitmap.c 53 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
54 { return memcmp(s1, s2, n); }
  /external/kernel-headers/original/asm-x86/
string_32.h 155 #define memcmp __builtin_memcmp macro
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
  /external/wpa_supplicant_8/src/utils/
os.h 439 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
517 #define memcmp OS_DO_NOT_USE_memcmp macro
  /external/clang/test/Analysis/
bstring.c 11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is
319 // memcmp()
327 #define memcmp bcmp macro
331 #define memcmp BUILTIN(memcmp) macro
332 int memcmp(const void *s1, const void *s2, size_t n);
341 memcmp(a, b, 4); // no-warning
348 memcmp(a, b, 5); // expected-warning{{out-of-bound}}
355 memcmp(a, b, 4); // expected-warning{{out-of-bound}}
361 clang_analyzer_eval(memcmp(a, a, 4) == 0); // expected-warning{{TRUE}
    [all...]
  /external/openssl/
e_os.h 646 # define memcmp OPENSSL_memcmp macro
  /external/valgrind/main/coregrind/
m_libcbase.c 618 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
  /external/grub/stage2/
shared.h 369 #define memcmp grub_memcmp macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 363 /// int memcmp(const void *s1, const void *s2, size_t n);
364 memcmp, enumerator in enum:llvm::LibFunc::Func
687 case LibFunc::memcmp:
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 215 int memcmp(const void *s1, const void *s2, size_t len) function
    [all...]

Completed in 607 milliseconds