Home
last modified time | relevance | path

Searched refs:memcmp (Results 2676 - 2700 of 4924) sorted by relevance

1...<<101102103104105106107108109110>>...197

/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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp455 return memcmp(&result_data_buffer[0], &m_expected_data_buffer[0], n_elements * sizeof(glw::GLuint)) == 0; in checkResults()
/third_party/skia/src/codec/
H A DSkBmpCodec.cpp65 return bytesRead >= sizeof(bmpSig) && !memcmp(buffer, bmpSig, sizeof(bmpSig)); in IsBmp()
/third_party/skia/src/core/
H A DSkYUVMath.cpp333 SkASSERT(memcmp(m, im, sizeof(im)) == 0); in SkColorMatrix_DumpYUVMatrixTables()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp236 assert(memcmp(&x, &y, sizeof(Config)) == 0); in operator ()()
/third_party/openssl/crypto/sm2/
H A Dsm2_sign.c499 if (derlen != sig_len || memcmp(sig, der, derlen) != 0) { in ossl_sm2_internal_verify()

Completed in 26 milliseconds

1...<<101102103104105106107108109110>>...197