Searched defs:memcmp (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc313 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c53 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
54 { return memcmp(s1, s2, n); }
H A Dunit_vc.c39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
40 { return memcmp(s1, s2, n); }
/external/clang/test/Analysis/
H A Dbstring.c11 // 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(
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h505 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
621 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h505 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
621 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h505 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
621 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/chromium_org/third_party/openssl/openssl/
H A De_os.h646 # define memcmp OPENSSL_memcmp macro
/external/openssl/
H A De_os.h653 # define memcmp OPENSSL_memcmp macro
/external/libpcap/msdos/
H A Dpktdrvr.c125 #define memcmp __memcmp__ macro
384 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
/external/valgrind/main/coregrind/
H A Dm_libcbase.c710 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h416 /// 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/
H A Drombios32.c215 int memcmp(const void *s1, const void *s2, size_t len) function
2650 if (!memcmp((void*)addr, "RSD PTR ", 8)) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2017 # undef memcmp macro
2018 # define memcmp(a,b,c) lzo_memcmp(a,b,c) macro
2021 # define lzo_memcmp(a,b,c) memcmp(a,b,c)
2477 return memcmp(s1, s2, len);

Completed in 578 milliseconds