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

12

  /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 784 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...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 161 # ifndef memcmp
162 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
    [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/dist2/src/
pcre2_internal.h 186 #define memcmp(s,c,n) _memcmp(s,c,n) macro
    [all...]

Completed in 490 milliseconds

12