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
343 END(memcmp)
  /bionic/libc/arch-x86/generic/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
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 56 ENTRY(memcmp) function
155 END(memcmp)
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 50 memset, memchr, memcmp, memcpy, memmove namespace
  /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/valgrind/main/coregrind/m_demangle/
vg_libciface.h 50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 313 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
  /external/wpa_supplicant_8/src/utils/
os.h 505 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
621 #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 662 # define memcmp OPENSSL_memcmp macro
  /external/libpcap/msdos/
pktdrvr.c 125 #define memcmp __memcmp__ macro
384 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 710 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 416 /// int memcmp(const void *s1, const void *s2, size_t n);
417 memcmp, enumerator in enum:llvm::LibFunc::Func
745 case LibFunc::memcmp: case LibFunc::strcmp: case LibFunc::strcpy:
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 215 int memcmp(const void *s1, const void *s2, size_t len) function
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
minilzo-inl.c 2017 # undef memcmp macro
2018 # define memcmp macro
    [all...]
  /external/pcre/dist/
pcre_internal.h 371 #define memcmp(s,c,n) _memcmp(s,c,n) macro
    [all...]

Completed in 5912 milliseconds