/external/vboot_reference/firmware/lib/include/ |
H A D | utility.h | 111 #define memcmp _do_not_use_standard_memcmp macro
|
/external/valgrind/coregrind/m_demangle/ |
H A D | vg_libciface.h | 50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
|
/external/compiler-rt/lib/asan/ |
H A D | asan_win_dll_thunk.cc | 385 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
|
/external/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.cc | 263 int memcmp(const RangeCheckedBytePtr &x, const RangeCheckedBytePtr &y, function in namespace:piex::binary_parse 269 return ::memcmp(&x_vec[0], &y_vec[0], num); 280 return ::memcmp(&x_vec[0], y.c_str(), y.length());
|
/external/valgrind/drd/tests/ |
H A D | unit_bitmap.c | 53 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function 54 { return memcmp(s1, s2, n); }
|
H A D | unit_vc.c | 39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function 40 { return memcmp(s1, s2, n); }
|
/external/clang/test/Analysis/ |
H A D | bstring.c | 11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is 358 // memcmp() 366 #define memcmp bcmp macro 370 #define memcmp BUILTIN(memcmp) macro 371 int memcmp(const void *s1, const void *s2, size_t n); 380 memcmp(a, b, 4); // no-warning 387 memcmp(a, b, 5); // expected-warning{{out-of-bound}} 394 memcmp(a, b, 4); // expected-warning{{out-of-bound}} 400 clang_analyzer_eval(memcmp( [all...] |
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | os.h | 512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) 634 #define memcmp OS_DO_NOT_USE_memcmp macro
|
/external/wpa_supplicant_8/src/utils/ |
H A D | os.h | 512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) 634 #define memcmp OS_DO_NOT_USE_memcmp macro
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | os.h | 512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) 634 #define memcmp OS_DO_NOT_USE_memcmp macro
|
/external/libpcap/msdos/ |
H A D | pktdrvr.c | 125 #define memcmp __memcmp__
macro 384 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
|
/external/valgrind/coregrind/ |
H A D | m_libcbase.c | 732 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | minilzo-inl.c | 2017 # 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/libvncserver/common/ |
H A D | minilzo.c | 3134 # undef memcmp macro 3135 # define memcmp(a,b,c) lzo_memcmp(a,b,c) macro 3138 # define lzo_memcmp(a,b,c) memcmp(a,b,c) 4039 return memcmp(s1, s2, len);
|
/external/pcre/dist/ |
H A D | pcre_internal.h | 371 #define memcmp(s,c,n) _memcmp(s,c,n) macro
|