/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 327 return n == 0 || memcmp(s1, s2, n) == 0; in memeq()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 1890 if (memcmp(etick, tctx->ext.tick_key_name, in tls_decrypt_ticket()
|
/third_party/libcoap/src/ |
H A D | coap_net.c | 1413 if (memcmp(&addr_str[1], "::ffff:", 7) == 0) { in coap_send_internal()
|
H A D | coap_openssl.c | 487 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 D | Renderer9.cpp | 1000 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 D | Constants.cpp | 2872 if (memcmp(Base, Base+i*EltSize, EltSize)) in isSplat()
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 1870 if (memcmp(etick, tctx->ext.tick_key_name, in tls_decrypt_ticket()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 2286 // - 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 D | daemon.c | 253 return memcmp (a1, a2, offsetof (struct MHD_IPCount, count)); in MHD_ip_addr_compare()
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 88 if (0 != memcmp(kZeros, row, kRes)) { in test_bounds_by_rasterizing()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 291 return memcmp(&a, &b, sizeof(SkColorSpacePrimaries)) == 0; in primaries_equal()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 3682 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 3682 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-rs-a32.cc | 2286 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-rs-in-it-block-t32.cc | 1170 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-rs-t32.cc | 2222 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-ror-amount-a32.cc | 5183 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-ror-amount-t32.cc | 5183 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rdlow-operand-imm8-t32.cc | 2223 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 6061 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 D | ec_curve.c | 3426 && 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 D | ec_curve.c | 3426 && 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 D | gl4cShaderSubroutineTests.cpp | 6117 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 D | gl4cComputeShaderTests.cpp | 4790 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 D | es31cComputeShaderTests.cpp | 4849 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()
|