/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()
|
H A D | gl4cGPUShaderFP64Tests.cpp | 6854 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 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)) {
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 7323 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 D | rockchip_drm_vop2.c | 7129 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 D | rockchip_drm_vop2.c | 7250 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 D | crocus_state.c | 403 (!old_cso || memcmp(old_cso->x, new_cso->x, sizeof(old_cso->x)) != 0)
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 732 CHECK_EQ(memcmp(reinterpret_cast<void*>(instr), in CheckICache()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 13937 && (std::memcmp( m_start, other.m_start, m_size ) == 0);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 5773 return memcmp( a, b, count * sizeof(GLfloat) ) == 0; in compare_vec()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 16110 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 D | wuffs-v0.3.c | 15086 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 D | stylo.hpp | 6964 extern int memcmp (const void *__s1, const void *__s2, size_t __n) 7233 using ::memcmp; [all...] |