Home
last modified time | relevance | path

Searched refs:memcmp (Results 2901 - 2925 of 5304) sorted by relevance

1...<<111112113114115116117118119120>>...213

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_bo.c81 assert(!memcmp(bo, &((struct panfrost_bo){}), sizeof(*bo))); in panfrost_bo_alloc()
/third_party/mesa3d/src/util/
H A Dbitset.h52 #define BITSET_EQUAL(x, y) (memcmp( (x), (y), sizeof (x) ) == 0)
H A Dfossilize_db.c226 if (memcmp(magic, stream_reference_magic_and_version, in load_foz_dbs()
/third_party/musl/
H A DMakefile121 MEMOPS_OBJS = $(filter %/memcpy.o %/memmove.o %/memcmp.o %/memset.o, $(LIBC_OBJS))
/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c327 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in init_tex()
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp516 EXPECT_EQ(0, memcmp(gl_ext_string, ext, sizeof(ext))); in TEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c275 for (j=0; j<nns && memcmp(ns+j, &sa, sl); j++); in res_msend_rc_ext()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdsa_ossl.c364 if (derlen != sig_len || memcmp(sigbuf, der, derlen) != 0) in ossl_ecdsa_verify()
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c494 if (derlen != sig_len || memcmp(sig, der, derlen) != 0) { in ossl_sm2_internal_verify()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c509 memcmp(imprint_a, ASN1_STRING_get0_data(b->hashed_msg), len_a) == 0; in ts_check_imprints()
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c475 if (memcmp(mbuf, magic, sizeof(mbuf)) == 0) { /* file IS salted */ in enc_main()
H A Drehash.c143 if (digest && memcmp(digest, ep->digest, evpmdsize) == 0) { in add_entry()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_enc.c393 i = memcmp(d1->data, d2->data, cmplen); in der_cmp()
/third_party/node/deps/uv/src/win/
H A Dpoll.c243 if (memcmp((void*) &protocol_info->ProviderId, in uv__fast_poll_get_peer_socket()
/third_party/openssl/test/testutil/
H A Dformat_output.c453 if (l1 != l2 || (m1 != m2 && memcmp(m1, m2, l1) != 0)) in test_fail_memory_common()
/third_party/openssl/test/
H A Dv3ext.c202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0)) in test_addr_ranges()
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h187 #define memcmp(s,c,n) _memcmp(s,c,n) macro
/third_party/pulseaudio/src/pulse/
H A Dproplist.c699 if (memcmp(a_prop->value, b_prop->value, a_prop->nbytes) != 0) in pa_proplist_equal()
/third_party/openssl/apps/
H A Drehash.c146 if (digest && memcmp(digest, ep->digest, evpmdsize) == 0) { in add_entry()
H A Denc.c475 if (memcmp(mbuf, magic, sizeof(mbuf)) == 0) { /* file IS salted */ in enc_main()
/third_party/openssl/crypto/ec/
H A Decdsa_ossl.c369 if (derlen != sig_len || memcmp(sigbuf, der, derlen) != 0) in ossl_ecdsa_verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp125 // If either string contains non ascii characters, memcmp them.
127 return memcmp(S1.data(), S2.data(), LS) < 0;
169 // Sort each bucket by memcmp of the symbol's name. It's important that
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp600 if (memcmp(data_ptr, expected_data, TEXTURE_N_COMPONENTS) != 0) in iterate()
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp131 if (memcmp(referencePixel, renderedData, m_texture_components) != 0) in comparePixels()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.cpp704 if (memcmp(expected_result_ubyte, rendered_result_ubyte, sizeof(rendered_result_ubyte)) != 0) in verifyDrawBufferContents()

Completed in 27 milliseconds

1...<<111112113114115116117118119120>>...213