HomeSort by relevance Sort by last modified time
    Searched refs:memcmp (Results 251 - 275 of 888) sorted by null

<<11121314151617181920>>

  /external/qemu/android/
qemu-setup.c 89 if (memcmp( end, "server", p-end ) == 0)
91 else if (memcmp( end, "max=", 4) == 0) {
410 if (envlen >= 7 && !memcmp(env, "http://", 7)) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 150 if (memcmp(mpHeader->magic, OBCC_MAGIC, 4) != 0) {
155 if (memcmp(mpHeader->version, OBCC_VERSION, 4) != 0) {
312 if (memcmp(depSHA1, depCachedSHA1, 20) != 0) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp 154 if (memcmp(mpHeader->magic, OBCC_MAGIC, 4) != 0) {
159 if (memcmp(mpHeader->version, OBCC_VERSION, 4) != 0) {
325 if (memcmp(depSHA1, depCachedSHA1, 20) != 0) {
  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 53 if(memcmp(addr, buf, FLASH_PAGE_SIZE + verify_extra)) {
  /external/chromium/base/win/
scoped_comptr_unittest.cc 33 EXPECT_TRUE(memcmp(&ScopedComPtr<IUnknown>::iid(), &IID_IUnknown,
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter_unittest.cc 112 memcmp(filter_write->data(), filter_read->data(), filter_read->size()));
safe_browsing_util.h 40 return memcmp(lhash.full_hash, rhash.full_hash, sizeof(SBFullHash)) == 0;
44 return memcmp(lhash.full_hash, rhash.full_hash, sizeof(SBFullHash)) < 0;
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 68 memcmp(data_.get(), buf.data(), length_) == 0);
  /external/dropbear/libtomcrypt/testprof/
pkcs_1_test.c 47 if (res1 != 1 || l2 != l3 || memcmp(buf[2], buf[0], l3) != 0) {
katja_test.c 86 if (len2 != kat_msgsize || memcmp(tmp, in, kat_msgsize)) {
131 if (len2 != kat_msgsize || memcmp(tmp, in, kat_msgsize)) {
  /external/iproute2/ip/
ip6tunnel.c 239 (memcmp(&p1->laddr, &in6addr_any, sizeof(p1->laddr)) == 0 ||
240 memcmp(&p1->laddr, &p2->laddr, sizeof(p1->laddr)) == 0) &&
241 (memcmp(&p1->raddr, &in6addr_any, sizeof(p1->raddr)) == 0 ||
242 memcmp(&p1->raddr, &p2->raddr, sizeof(p1->raddr)) == 0) &&
  /external/skia/src/effects/
SkBitmapCache.cpp 36 return (fSize == size) && !memcmp(fBuffer, buffer, size);
  /external/skia/src/images/
SkCreateRLEPixelRef.cpp 100 int n = memcmp(buffer, srcRow, src.width());
102 SkDebugf("----- memcmp returned %d on line %d\n", n, y);
SkImageDecoder_libbmp.cpp 45 !memcmp(buffer, kBmpMagic, sizeof(kBmpMagic))) {
  /external/srtp/crypto/test/
sha1_driver.c 113 if (0 == memcmp(test_case->hash, hash_value, 20)) {
  /frameworks/base/cmds/dumpstate/
utils.c 124 if (memcmp(path, "/proc/", 6) && memcmp(path, "/sys/", 5) && !fstat(fd, &st)) {
397 if (len <= 0 || memcmp(data, "/system/bin/app_process", 23)) continue;
404 if (len <= 0 || !memcmp(data, "zygote", 6)) continue;
  /system/media/wilhelm/src/objects/
CEngine.c 109 if (0 != memcmp(&zero, &thiz->mSyncThread, sizeof(pthread_t))) {
  /system/media/wilhelm/src/ut/
OpenSLESUT.c 108 if (!memcmp(*p->iid, iid, sizeof(struct SLInterfaceID_))) {
  /bionic/libc/arch-arm/bionic/
memcmp.S 33 * Optimized memcmp() for ARM9.
41 ENTRY(memcmp) function
173 END(memcmp)
  /bionic/libc/unistd/
sysconf.c 374 if ( !memcmp(p, "processor", 9) )
392 if ( !memcmp(p, "cpu", 3) && isdigit(p[3]) )
  /external/chromium/net/base/
address_list_unittest.cc 211 EXPECT_EQ(memcmp(good_ai->ai_addr, test_ai->ai_addr, sockaddr_size), 0);
253 EXPECT_EQ(memcmp(good_ai->ai_addr, test_ai->ai_addr, sockaddr_size), 0);
  /external/chromium/net/test/
openssl_helper.cc 239 if (len != expected_len || memcmp(data, expected_data, len) != 0) {
253 if (memcmp(buffer, "hello!", sizeof(buffer)) == 0) {
  /external/clang/lib/AST/
ASTDiagnostic.cpp 253 if (ModLen == 9 && !memcmp(Modifier, "objcclass", 9) && ArgLen == 0)
255 else if (ModLen == 12 && !memcmp(Modifier, "objcinstance", 12)
  /external/elfutils/libelf/
elf_getarsym.c 107 if (memcmp (index_hdr->ar_fmag, ARFMAG, 2) != 0)
118 if (memcmp (index_hdr->ar_name, "/ ", 16) != 0)
  /external/elfutils/tests/
asm-tst9.c 182 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
299 if (memcmp (data->d_buf, expecteddata, sizeof (expecteddata))

Completed in 3097 milliseconds

<<11121314151617181920>>