HomeSort by relevance Sort by last modified time
    Searched defs:memcmp (Results 1 - 21 of 21) sorted by null

  /bionic/libc/arch-arm/bionic/
memcmp.S 33 * Optimized memcmp() for ARM9.
41 ENTRY(memcmp) function
173 END(memcmp)
  /bionic/libc/arch-x86/string/
memcmp.S 1 /* $OpenBSD: memcmp.S,v 1.4 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(memcmp) function
  /bootable/bootloader/legacy/libc/
memcmp.c 29 int memcmp(void *_a, void *_b, unsigned len) function
  /bionic/libc/string/
memcmp.c 30 int memcmp(const void *s1, const void *s2, size_t n) function
  /external/valgrind/tsan/
ts_valgrind_libc.cc 53 extern "C" int memcmp(const void *a, const void *b, unsigned long c) { function
54 return VG_(memcmp)(a,b,c);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) macro
  /external/expat/amiga/
stdlib.c 76 int memcmp (const void * a, const void * b, size_t len) function
  /external/grub/netboot/
linux-asm-string.h 3 * All except memcpy, memmove, memset and memcmp removed.
153 #define memcmp __builtin_memcmp macro
  /external/valgrind/main/drd/tests/
unit_vc.c 39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
40 { return memcmp(s1, s2, n); }
unit_bitmap.c 49 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
50 { return memcmp(s1, s2, n); }
  /external/kernel-headers/original/asm-x86/
string_32.h 155 #define memcmp __builtin_memcmp macro
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
  /external/clang/test/Analysis/
bstring.c 11 // 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(a, a, 4)
    [all...]
  /external/wpa_supplicant/
os.h 402 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
466 #define memcmp OS_DO_NOT_USE_memcmp macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 402 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
479 #define memcmp OS_DO_NOT_USE_memcmp macro
  /external/wpa_supplicant_8/src/utils/
os.h 416 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
486 #define memcmp OS_DO_NOT_USE_memcmp macro
  /external/valgrind/main/coregrind/
m_libcbase.c 482 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
  /external/openssl/
e_os.h 658 # define memcmp OPENSSL_memcmp macro
  /external/grub/stage2/
shared.h 369 #define memcmp grub_memcmp macro
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 215 int memcmp(const void *s1, const void *s2, size_t len) function
    [all...]
  /external/pcre/
pcre_internal.h 292 #define memcmp(s,c,n) _memcmp(s,c,n) macro
    [all...]

Completed in 440 milliseconds