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

/external/vboot_reference/firmware/lib/include/
H A Dutility.h111 #define memcmp _do_not_use_standard_memcmp macro
/external/valgrind/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_win_dll_thunk.cc385 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
/external/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc263 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 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
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 Dos.h512 #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 Dos.h512 #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 Dos.h512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
634 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/libpcap/msdos/
H A Dpktdrvr.c125 #define memcmp __memcmp__ macro
384 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
/external/valgrind/coregrind/
H A Dm_libcbase.c732 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
/external/valgrind/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/libvncserver/common/
H A Dminilzo.c3134 # 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 Dpcre_internal.h371 #define memcmp(s,c,n) _memcmp(s,c,n) macro
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 1985 milliseconds