Home
last modified time | relevance | path

Searched refs:memcmp (Results 1926 - 1950 of 1951) sorted by relevance

1...<<717273747576777879

/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()
H A Dgl4cGPUShaderFP64Tests.cpp6854 memcmp(m_uniform_name_buffer, current_item.name.c_str(), retrieved_name_length) != 0) in verifyProgramInterfaceQuerySupport()
/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)) {
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c7323 if (memcmp(prot->dmaxfer.srcmem.va, in dhd_msgbuf_dmaxfer_process()
7328 * header status is set as OK, but the memcmp fails in dhd_msgbuf_dmaxfer_process()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c7129 if (!memcmp(vcstate->tv_state, &vp->active_tv_state, sizeof(*vcstate->tv_state)) && in vop2_tv_config_update()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c7250 if (!memcmp(vcstate->tv_state, &vp->active_tv_state, sizeof(*vcstate->tv_state)) && in vop2_tv_config_update()
/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)
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc732 CHECK_EQ(memcmp(reinterpret_cast<void*>(instr), in CheckICache()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp13937 && (std::memcmp( m_start, other.m_start, m_size ) == 0);
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c5773 return memcmp( a, b, count * sizeof(GLfloat) ) == 0; in compare_vec()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c16110 if (!memcmp(pre_remaining_ptr, mag_remaining_ptr, pre_remaining_len)) { in wuffs_base__magic_number_guess_fourcc()
16114 if (!memcmp(pre_remaining_ptr, mag_remaining_ptr, mag_remaining_len)) { in wuffs_base__magic_number_guess_fourcc()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c15086 if (!memcmp(pre_remaining_ptr, mag_remaining_ptr, pre_remaining_len)) { in wuffs_base__magic_number_guess_fourcc()
15090 if (!memcmp(pre_remaining_ptr, mag_remaining_ptr, mag_remaining_len)) { in wuffs_base__magic_number_guess_fourcc()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6964 extern int memcmp (const void *__s1, const void *__s2, size_t __n)
7233 using ::memcmp;
[all...]

Completed in 424 milliseconds

1...<<717273747576777879