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

/external/valgrind/tsan/
H A Dts_valgrind_libc.cc53 extern "C" int memcmp(const void *a, const void *b, unsigned long c) { function
54 return VG_(memcmp)(a,b,c);
/external/expat/amiga/
H A Dstdlib.c76 int memcmp (const void * a, const void * b, size_t len) function
/external/grub/netboot/
H A Dlinux-asm-string.h3 * All except memcpy, memmove, memset and memcmp removed.
153 #define memcmp __builtin_memcmp macro
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
/external/kernel-headers/original/asm-x86/
H A Dstring_32.h155 #define memcmp __builtin_memcmp macro
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c49 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
50 { 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_6/wpa_supplicant/src/utils/
H A Dos.h402 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
479 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h420 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
490 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h420 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
490 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h420 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
490 #define memcmp OS_DO_NOT_USE_memcmp macro
/external/clang/test/Analysis/
H A Dbstring.c11 // path, such as memcpy and __memcpy_chk, or memcmp and bcmp. If VARIANT is
321 // memcmp()
329 #define memcmp bcmp macro
333 #define memcmp BUILTIN(memcmp) macro
334 int memcmp(const void *s1, const void *s2, size_t n);
343 memcmp(a, b, 4); // no-warning
350 memcmp(a, b, 5); // expected-warning{{out-of-bound}}
357 memcmp(a, b, 4); // expected-warning{{out-of-bound}}
363 if (memcmp(
[all...]
/external/openssl/
H A De_os.h646 # define memcmp OPENSSL_memcmp macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c622 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
/external/grub/stage2/
H A Dshared.h369 #define memcmp grub_memcmp 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)) {

Completed in 422 milliseconds