/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat03.c | 133 if (memcmp(buf, tmp, size)) in read_file()
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | rpc1.c | 178 rc = memcmp(buffer->data, ret_data, buffer->data_length); in do_compare()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open14.c | 122 if (memcmp(buf, tmp, size)) in read_file()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl01.c | 200 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
H A D | string_piece.h | 159 return memcmp(p, p2, N); in wordmemcmp()
|
/third_party/node/deps/v8/src/heap/ |
H A D | code-range.cc | 188 SLOW_DCHECK(memcmp(embedded_blob_code, embedded_blob_code_copy, in RemapEmbeddedBuiltins()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_dynamic.c | 65 if (!memcmp(src, &i915->current.dynamic[offset], dwords * 4)) in set_dynamic_array()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.h | 272 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 D | bi_scoreboard.c | 272 progress |= !!memcmp(&state, &blk->scoreboard_out, sizeof(state)); in scoreboard_block_update()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_tcs_variant.cpp | 40 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 D | dsa_sign.c | 202 if (derlen != siglen || memcmp(sigbuf, der, derlen)) in DSA_verify()
|
/third_party/pulseaudio/src/tests/ |
H A D | cpu-volume-test.c | 99 fail_unless(memcmp(samples_ref, samples, size) == 0); in run_volume_test()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-util.c | 233 return memcmp(&((const struct sockaddr_in6*) sa)->sin6_addr, &in6addr_loopback, sizeof(struct in6_addr)) == 0; in pa_socket_address_is_local()
|
H A D | ipacl.c | 211 return memcmp(&sai->sin6_addr, &e->address_ipv6, 16) == 0; in pa_ip_acl_check()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_sign.c | 207 if (derlen != siglen || memcmp(sigbuf, der, derlen)) in DSA_verify()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexDeclarationCache.cpp | 207 if (memcmp(entry->cachedElements, elements, in applyDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3D11EmulatedIndexedBufferTest.cpp | 185 ASSERT_EQ(0, memcmp(sourceBufferMem, cleanBufferMem, cleanSourceBuffer->getSize())); in TEST_P()
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 38 return (fSize == size) && !memcmp(fBuffer, buffer, size); in equals()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | SetupProcessor.cpp | 54 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 D | test_timeout.c | 140 if (0 == memcmp (upload_data, "Hello123", 8)) in ahc_echo()
|
/third_party/skia/tests/ |
H A D | PDFJpegEmbedTest.cpp | 25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
|
/third_party/skia/src/utils/ |
H A D | SkMultiPictureDocument.cpp | 121 if (size != stream->read(buffer, size) || 0 != memcmp(kMagic, buffer, size)) { in SkMultiPictureDocumentReadPageCount()
|
/third_party/skia/src/ports/ |
H A D | SkOSFile_posix.cpp | 176 memcmp(suffix.c_str(), str + strLen - suffixLen, suffixLen) == 0; in issuffixfor()
|
/third_party/optimized-routines/string/ |
H A D | Dir.mk | 31 build/bin/test/memcmp \
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.h | 411 // 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
|