Home
last modified time | relevance | path

Searched refs:memcmp (Results 4876 - 4900 of 4924) sorted by relevance

1...<<191192193194195196197

/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)) {
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c5992 memcmp(wdev->u.ap.ssid, params->ssid, params->ssid_len))) { in nl80211_start_ap()
15553 if (memcmp(pmk_conf.aa, wdev->u.client.connected_addr, ETH_ALEN)) { in nl80211_set_pmk()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6365 if (!memcmp(tuples, &rule->tuples, sizeof(*tuples))) in hclge_fd_search_flow_keys()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9615 } else if (memcmp(&adapter->fdir_mask, mask, sizeof(*mask))) { in ixgbe_configure_clsu32()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c9516 if (!memcmp(id, &tmp->id, sizeof(*id))) { in niu_get_parent()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c2873 if (memcmp(csum, csum_expected, csum_size)) in check_data_csum()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c6803 if (!memcmp(&op[2], magic, magic_len)) in bpf_search_tcp_opt()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c5730 memcmp(nft_set_ext_data(ext), in nft_add_set_elem()
9338 /* zero padding hole for memcmp */ in nft_verdict_init()

Completed in 251 milliseconds

1...<<191192193194195196197