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

  /bionic/libc/arch-arm/generic/bionic/
memcmp.S 40 * Optimized memcmp() for Cortex-A9.
45 ENTRY(memcmp) function
344 END(memcmp)
  /bionic/libc/arch-x86/generic/string/
memcmp.S 1 /* $OpenBSD: memcmp.S,v 1.4 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(memcmp) function
44 END(memcmp)
  /device/google/contexthub/lib/libc/
memcmp.c 42 memcmp(const void *s1, const void *s2, size_t n) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr12758b.c 3 int memcmp(const void *cs, const void *ct, size_t count) function
  /toolchain/binutils/binutils-2.25/libiberty/
memcmp.c 0 /* memcmp -- compare two memory regions.
6 @deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @
23 memcmp (const PTR str1, const PTR str2, size_t count) function
regex.c 161 # ifndef memcmp
162 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
    [all...]
  /bionic/libc/arch-mips/string/
memcmp.c 30 int memcmp(const void *s1, const void *s2, size_t n) function
  /external/vboot_reference/firmware/lib/include/
utility.h 55 int Memcmp(const void *src1, const void *src2, size_t n);
79 * Note that unlike Memcmp(), this only indicates inequality, not
111 #define memcmp _do_not_use_standard_memcmp macro
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 56 ENTRY(memcmp) function
155 END(memcmp)
  /external/valgrind/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 53 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) function
54 { return memcmp(s1, s2, n); }
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) macro
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 385 INTERCEPT_LIBRARY_FUNCTION(memcmp); variable
  /external/piex/src/binary_parse/
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/wpa_supplicant_8/src/utils/
os.h 512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n))
634 #define memcmp OS_DO_NOT_USE_memcmp macro
  /external/clang/test/Analysis/
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(a, a, 4) == 0); // expected-warning{{TRUE}
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 125 #define memcmp __memcmp__ macro
384 found = memcmp (&str[3],&pktStr,sizeof(pktStr)) == 0;
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 732 Int VG_(memcmp) ( const void* s1, const void* s2, SizeT n ) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 186 memcmp (__const void *__s1, __const void *__s2, size_t __n) function
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c 2017 # undef memcmp macro
2018 # define memcmp macro
    [all...]
  /external/libvncserver/common/
minilzo.c 3134 # undef memcmp macro
3135 # define memcmp macro
    [all...]
  /external/pcre/dist/
pcre_internal.h 371 #define memcmp(s,c,n) _memcmp(s,c,n) macro
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1514 milliseconds