Home
last modified time | relevance | path

Searched refs:memcmp (Results 851 - 875 of 1982) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat03.c133 if (memcmp(buf, tmp, size)) in read_file()
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc1.c178 rc = memcmp(buffer->data, ret_data, buffer->data_length); in do_compare()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen14.c122 if (memcmp(buf, tmp, size)) in read_file()
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl01.c200 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h159 return memcmp(p, p2, N); in wordmemcmp()
/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc188 SLOW_DCHECK(memcmp(embedded_blob_code, embedded_blob_code_copy, in RemapEmbeddedBuiltins()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c65 if (!memcmp(src, &i915->current.dynamic[offset], dwords * 4)) in set_dynamic_array()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.h272 match &= !memcmp(const_i + 4*i, current->const_i[i], sizeof(current->const_i[0])); in nine_shader_constant_combination_key()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_scoreboard.c272 progress |= !!memcmp(&state, &blk->scoreboard_out, sizeof(state)); in scoreboard_block_update()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_tcs_variant.cpp40 return memcmp(a, b, sizeof(struct d3d12_tcs_variant_key)) == 0; in equals_tcs_variant_key()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c202 if (derlen != siglen || memcmp(sigbuf, der, derlen)) in DSA_verify()
/third_party/pulseaudio/src/tests/
H A Dcpu-volume-test.c99 fail_unless(memcmp(samples_ref, samples, size) == 0); in run_volume_test()
/third_party/pulseaudio/src/pulsecore/
H A Dsocket-util.c233 return memcmp(&((const struct sockaddr_in6*) sa)->sin6_addr, &in6addr_loopback, sizeof(struct in6_addr)) == 0; in pa_socket_address_is_local()
H A Dipacl.c211 return memcmp(&sai->sin6_addr, &e->address_ipv6, 16) == 0; in pa_ip_acl_check()
/third_party/openssl/crypto/dsa/
H A Ddsa_sign.c207 if (derlen != siglen || memcmp(sigbuf, der, derlen)) in DSA_verify()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp207 if (memcmp(entry->cachedElements, elements, in applyDeclaration()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11EmulatedIndexedBufferTest.cpp185 ASSERT_EQ(0, memcmp(sourceBufferMem, cleanBufferMem, cleanSourceBuffer->getSize())); in TEST_P()
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp38 return (fSize == size) && !memcmp(fBuffer, buffer, size); in equals()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.cpp54 static_assert(is_memcmparable<State>::value, "Cannot memcmp States"); in operator ==()
55 return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)) == 0; in operator ==()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_timeout.c140 if (0 == memcmp (upload_data, "Hello123", 8)) in ahc_echo()
/third_party/skia/tests/
H A DPDFJpegEmbedTest.cpp25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
/third_party/skia/src/utils/
H A DSkMultiPictureDocument.cpp121 if (size != stream->read(buffer, size) || 0 != memcmp(kMagic, buffer, size)) { in SkMultiPictureDocumentReadPageCount()
/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp176 memcmp(suffix.c_str(), str + strLen - suffixLen, suffixLen) == 0; in issuffixfor()
/third_party/optimized-routines/string/
H A DDir.mk31 build/bin/test/memcmp \
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h411 // Returns the result of calling std::memcmp() on the sequences of 'num' bytes
414 int memcmp(const RangeCheckedBytePtr &x, const RangeCheckedBytePtr &y,
417 // Returns the result of calling std::memcmp() (note: _not_ strcmp()) on the

Completed in 15 milliseconds

1...<<31323334353637383940>>...80