Searched defs:memcmp (Results 1 - 16 of 16) sorted by path

/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd50 memset, memchr, memcmp, memcpy, memmove namespace
/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/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc313 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
/external/libpcap/msdos/
H A Dpktdrvr.c125 #define memcmp __memcmp__ macro
384 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
/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/openssl/
H A De_os.h662 # define memcmp OPENSSL_memcmp macro
/external/pcre/dist/
H A Dpcre_internal.h371 #define memcmp(s,c,n) _memcmp(s,c,n) macro
/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);
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c710 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
/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/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

Completed in 282 milliseconds