Home
last modified time | relevance | path

Searched refs:memcmp (Results 1851 - 1875 of 1951) sorted by relevance

1...<<717273747576777879

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c327 return n == 0 || memcmp(s1, s2, n) == 0; in memeq()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c1890 if (memcmp(etick, tctx->ext.tick_key_name, in tls_decrypt_ticket()
/third_party/libcoap/src/
H A Dcoap_net.c1413 if (memcmp(&addr_str[1], "::ffff:", 7) == 0) { in coap_send_internal()
H A Dcoap_openssl.c487 cookie_len == len && memcmp(cookie, hmac, len) == 0) in coap_dtls_verify_cookie()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1000 memcmp(&samplerState, &appliedSampler, sizeof(gl::SamplerState)) != 0) in setSamplerState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp2872 if (memcmp(Base, Base+i*EltSize, EltSize)) in isSplat()
/third_party/openssl/ssl/
H A Dt1_lib.c1870 if (memcmp(etick, tctx->ext.tick_key_name, in tls_decrypt_ticket()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2286 // - The ClipRect/TextureId/VtxOffset fields must be contiguous as we memcmp() them together (this is asserted for).
2461 inline void PathLineToMergeDuplicate(const ImVec2& pos) { if (_Path.Size == 0 || memcmp(&_Path.Data[_Path.Size - 1], &pos, 8) != 0) _Path.push_back(pos); } in PathLineToMergeDuplicate()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c253 return memcmp (a1, a2, offsetof (struct MHD_IPCount, count)); in MHD_ip_addr_compare()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp88 if (0 != memcmp(kZeros, row, kRes)) { in test_bounds_by_rasterizing()
/third_party/skia/tools/viewer/
H A DViewer.cpp291 return memcmp(&a, &b, sizeof(SkColorSpacePrimaries)) == 0; in primaries_equal()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-memop-rs-shift-amount-1to31-a32.cc3682 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-memop-rs-shift-amount-1to32-a32.cc3682 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-a32.cc2286 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-in-it-block-t32.cc1170 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-t32.cc2222 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-ror-amount-a32.cc5183 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-ror-amount-t32.cc5183 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rdlow-operand-imm8-t32.cc2223 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c6061 if (memcmp(&temps[i], &mach->Temps[i], sizeof(temps[i]))) { in tgsi_exec_machine_run()
6080 if (memcmp(&outputs[i], &mach->Outputs[i], sizeof(outputs[i]))) { in tgsi_exec_machine_run()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_curve.c3426 && memcmp(params_seed, seed, seed_len) == 0)) in ossl_ec_curve_nid_from_params()
3428 && memcmp(param_bytes, params, param_len * NUM_BN_FIELDS) in ossl_ec_curve_nid_from_params()
/third_party/openssl/crypto/ec/
H A Dec_curve.c3426 && memcmp(params_seed, seed, seed_len) == 0)) in ossl_ec_curve_nid_from_params()
3428 && memcmp(param_bytes, params, param_len * NUM_BN_FIELDS) in ossl_ec_curve_nid_from_params()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp6117 bool result = (0 == memcmp(expected_results, atomic_results, 3 * sizeof(GLuint))); in testAtomicDraw()
6523 bool result = (0 == memcmp(expected_results, ssbo_results, 4 * sizeof(GLuint))); in testSSBODraw()
H A Dgl4cComputeShaderTests.cpp4790 if (memcmp(data, in_data, sizeof(data)) != 0) in Run()
4806 if (memcmp(data, ref_data, sizeof(data)) != 0) in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp4849 if (memcmp(data, in_data, sizeof(float) * 3 * 8) != 0) in Run()
4867 if (memcmp(data, ref_data, sizeof(float) * 3 * 8) != 0) in Run()

Completed in 147 milliseconds

1...<<717273747576777879