HomeSort by relevance Sort by last modified time
    Searched refs:memcmp (Results 26 - 50 of 846) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-bad-memaccess.cpp 6 extern "C" void *memcmp(void *s1, const void *s2, unsigned n);
42 memcmp(&x1, 0, sizeof x1); // \
43 // expected-warning{{first operand of this 'memcmp' call is a pointer to dynamic class 'struct X1'; vtable pointer will be compared}} \
45 memcmp(0, &x1, sizeof x1); // \
46 // expected-warning{{second operand of this 'memcmp' call is a pointer to dynamic class 'struct X1'; vtable pointer will be compared}} \
  /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
  /bionic/libc/kernel/common/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /bionic/libc/string/
memmem.c 54 if (!memcmp(x+2, y+j+2, m-2) && x[0] == y[j])
  /development/ndk/platforms/android-3/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /external/chromium/net/base/
ssl_false_start_blacklist.cc 22 memcmp(&host[len - blacklist_entry_len], &kHashData[i + 1],
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 14 if (l2 != x || memcmp(tmp, in, x)) {
  /external/e2fsprogs/lib/uuid/
compare.c 53 return memcmp(uuid1.node, uuid2.node, 6);
  /external/skia/tests/
StreamTest.cpp 40 memcmp(storage + bytesRead, storage2, ss) == 0);
63 REPORTER_ASSERT(reporter, memcmp(s, copy, sizeof(s)) == 0);
82 REPORTER_ASSERT(reporter, memcmp(&dst[i * 26], s, 26) == 0);
84 REPORTER_ASSERT(reporter, memcmp(dst, ds.getStream(), 100*26) == 0);
  /external/webkit/Source/WebCore/platform/text/
ParserUtilities.h 33 if (memcmp(name, ptr, sizeof(UChar) * length))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /system/core/fastboot/
protocol.c 64 if(!memcmp(status, "INFO", 4)) {
69 if(!memcmp(status, "OKAY", 4)) {
76 if(!memcmp(status, "FAIL", 4)) {
85 if(!memcmp(status, "DATA", 4) && data_okay){
  /system/media/wilhelm/tools/hashgen/
frag3.c 17 if (!memcmp(x, xx, 16)) {
  /bionic/libstdc++/include/
cstring 45 using ::memcmp;
  /bootable/bootloader/legacy/libc/
Android.mk 13 memcmp.c \
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 46 #ifdef memcmp
49 #define XMEMCMP memcmp
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 60 return !memcmp(contents, "GIF8", 4);
65 return !memcmp(contents, "\x89\x50\x4E\x47", 4);
70 return !memcmp(contents, "\xFF\xD8\xFF", 3);
76 return !memcmp(contents, "RIFF", 4) && !memcmp(contents + 8, "WEBPVP", 6);
82 return !memcmp(contents, "BM", 2);
87 return !memcmp(contents, "\x00\x00\x01\x00", 4);
92 return !memcmp(contents, "\x00\x00\x02\x00", 4);

Completed in 1112 milliseconds

12 3 4 5 6 7 8 91011>>