/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 1711 if (memcmp(&color_value, &state->color_att[i].clear_value, sizeof(VkClearValue))) in render_clear_fast()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 5857 if (memcmp(&NGHTTP2_CLIENT_MAGIC[NGHTTP2_CLIENT_MAGIC_LEN - in nghttp2_session_mem_recv()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 379 return memcmp(surf_pack, view_pack, sizeof(surf_pack)) != 0; in isl_color_value_requires_conversion()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 5852 if (memcmp(&NGHTTP2_CLIENT_MAGIC[NGHTTP2_CLIENT_MAGIC_LEN - in nghttp2_session_mem_recv()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 3298 if (memcmp(helo, "HELO", 4) != 0) { in Initialize()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 668 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 821 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 723 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 790 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 847 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2178 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 8892 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
|
H A D | pcre2test.c | 5600 if (memcmp(pbuffer8 + bsize, "DEADBEEF", 8) != 0) in process_pattern() 7765 if (memcmp(CASTFLD(void *, match_data, subject), pp, ulen) != 0) in process_data()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 2503 if (memcmp(ac, cookie, PA_NATIVE_COOKIE_LENGTH) == 0) in command_auth()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 7473 /* For quite a number of cases, we can do a plain memcmp() applied to sampled texture/view data. in verifyResultData() 7479 if (memcmp(texture_data_ptr, view_data_ptr, m_view_data_offset) != 0) in verifyResultData() 7935 } /* if (memcmp(texture_data_ptr, view_data_ptr, m_view_data_offset) != 0) */ in verifyResultData()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 9448 bool isCorrect = memcmp(ptr, data, dataSize * sizeof(*data)) == 0;
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 837 if(memcmp(data, alignedPtr, size) == 0)
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 2094 if (!TEST_true(memcmp(plaintext, kMsg, sizeof(kMsg)) == 0)) in test_EVP_SM2()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-in-it-block-t32.cc | 3319 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 3072 || memcmp(tag->rawName, rawName, len) != 0) { in doContent()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 6546 && ! memcmp(data[i].expected, s, len * sizeof(XML_Char))) { in checking_default_handler()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 268 return a.size == b.size && memcmp(a.data, b.data, a.size) == 0; in upb_strview_eql()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 3026 || memcmp(tag->rawName, rawName, len) != 0) { in doContent()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 3952 if (!memcmp(wpa_s->bssid, "\x00\x00\x00\x00\x00\x00", ETH_ALEN)) {
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 403 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
|