Home
last modified time | relevance | path

Searched refs:memcmp (Results 1801 - 1825 of 1832) sorted by relevance

1...<<71727374

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1711 if (memcmp(&color_value, &state->color_att[i].clear_value, sizeof(VkClearValue))) in render_clear_fast()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c5857 if (memcmp(&NGHTTP2_CLIENT_MAGIC[NGHTTP2_CLIENT_MAGIC_LEN - in nghttp2_session_mem_recv()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c379 return memcmp(surf_pack, view_pack, sizeof(surf_pack)) != 0; in isl_color_value_requires_conversion()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c5852 if (memcmp(&NGHTTP2_CLIENT_MAGIC[NGHTTP2_CLIENT_MAGIC_LEN - in nghttp2_session_mem_recv()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3298 if (memcmp(helo, "HELO", 4) != 0) { in Initialize()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc668 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc821 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc723 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc790 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc847 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2178 CHECK_EQ(0, memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c8892 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
H A Dpcre2test.c5600 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 Dprotocol-native.c2503 if (memcmp(ac, cookie, PA_NATIVE_COOKIE_LENGTH) == 0) in command_auth()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp7473 /* 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 DGLSLTest.cpp9448 bool isCorrect = memcmp(ptr, data, dataSize * sizeof(*data)) == 0;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp837 if(memcmp(data, alignedPtr, size) == 0)
/third_party/openssl/test/
H A Devp_extra_test.c2094 if (!TEST_true(memcmp(plaintext, kMsg, sizeof(kMsg)) == 0)) in test_EVP_SM2()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc3319 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c3072 || memcmp(tag->rawName, rawName, len) != 0) { in doContent()
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c6546 && ! memcmp(data[i].expected, s, len * sizeof(XML_Char))) { in checking_default_handler()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h268 return a.size == b.size && memcmp(a.data, b.data, a.size) == 0; in upb_strview_eql()
/third_party/python/Modules/expat/
H A Dxmlparse.c3026 || memcmp(tag->rawName, rawName, len) != 0) { in doContent()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c3952 if (!memcmp(wpa_s->bssid, "\x00\x00\x00\x00\x00\x00", ETH_ALEN)) {
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c403 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)

Completed in 223 milliseconds

1...<<71727374