Home
last modified time | relevance | path

Searched refs:memcmp (Results 1776 - 1800 of 4943) sorted by relevance

1...<<71727374757677787980>>...198

/third_party/node/deps/zlib/
H A Dzutil.h246 # define zmemcmp memcmp
/third_party/musl/porting/linux/user/src/network/
H A Dres_msend.c154 for (j=0; j<nns && memcmp(ns+j, &sa, sl); j++); in res_msend_rc_ext()
/third_party/musl/src/string/
H A Dmemmem.c88 if (memcmp(n, n+p, ms+1)) { in twoway_memmem()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_shader_cache.c115 if (memcmp(prog->sh.data->sha1, zero, sizeof(prog->sh.data->sha1)) == 0) in st_store_nir_in_disk_cache()
/third_party/mesa3d/src/mesa/main/
H A Dprogram_binary.c143 if (memcmp(hdr->sha1, sha1, sizeof(hdr->sha1)) != 0) in is_program_binary_valid()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate04.c71 if (memcmp(exp_buf, rbuf, size)) { in check_file_data()
/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 ==()

Completed in 13 milliseconds

1...<<71727374757677787980>>...198