Home
last modified time | relevance | path

Searched refs:memcmp (Results 2951 - 2975 of 5304) sorted by relevance

1...<<111112113114115116117118119120>>...213

/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc271 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc277 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc281 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-sp-sp-operand-imm7-t32.cc300 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp347 ASSERT_EQ(0, memcmp(result.data(), data, dataSize)); in DoClearTest()
/third_party/skia/third_party/externals/expat/expat/gennmtab/
H A Dgennmtab.c417 if (i >= 256 && memcmp(tab + (i - 256) * 256, tab + i * 256, 256) == 0) in printTabs()
/third_party/python/Objects/
H A Dbytes_methods.c758 if (memcmp(str + start, sub, slen) != 0) in tailmatch()
/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-simple.c67 return memcmp(aa->data, bb->data, aa->size); in compare_func()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view.h62 #define ABSL_INTERNAL_STRING_VIEW_MEMCMP memcmp
/third_party/skia/include/private/
H A DSkTDArray.h76 !memcmp(a.fArray, b.fArray, SkToSizeT(a.fCount) * sizeof(T))); in operator ==()
/third_party/skia/gm/
H A Dexoticformats.cpp62 if (0 != memcmp(header, kExpectedIdentifier, kKTXIdentifierSize)) { in load_ktx()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c433 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) != 0) in match_fsid_fs_devices()
439 if (memcmp(metadata_fsid, fs_devices->metadata_uuid, BTRFS_FSID_SIZE) != 0) in match_fsid_fs_devices()
468 return memcmp(fs_devices->fsid, fs_devices->metadata_uuid, in check_fsid_changed()
470 memcmp(fs_devices->metadata_uuid, fsid, BTRFS_FSID_SIZE) == 0; in check_fsid_changed()
635 if (memcmp(device->uuid, disk_super->dev_item.uuid, BTRFS_UUID_SIZE)) in btrfs_open_one_device()
731 memcmp(fs_devices->fsid, disk_super->fsid, in find_fsid_changed()
736 if (memcmp(fs_devices->metadata_uuid, fs_devices->fsid, in find_fsid_changed()
738 memcmp(fs_devices->fsid, disk_super->metadata_uuid, in find_fsid_changed()
4285 memcmp(&bctl->data, &bctl->meta, sizeof(bctl->data))) { in btrfs_balance()
6508 if (memcmp(fs_device in dev_args_match_fs_devices()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c1012 memcmp(priv->frag_source, source, ETH_ALEN) == 0) { in frag_rx_path()
2481 if (!memcmp(any, awrq->sa_data, 6) || in atmel_set_wap()
2482 !memcmp(off, awrq->sa_data, 6)) { in atmel_set_wap()
2491 if (memcmp(priv->BSSinfo[i].BSSID, awrq->sa_data, 6) == 0) { in atmel_set_wap()
2934 return memcmp(header->addr3, priv->CurrentBSSID, 6) == 0; in is_frame_from_current_bss()
2936 return memcmp(header->addr2, priv->CurrentBSSID, 6) == 0; in is_frame_from_current_bss()
2968 memcmp(priv->SSID, priv->BSSinfo[i].SSID, priv->SSID_size) == 0 && in retrieve_bss()
2989 if (memcmp(bss, priv->BSSinfo[i].BSSID, ETH_ALEN) == 0) in store_bss_info()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c1011 memcmp(priv->frag_source, source, ETH_ALEN) == 0) { in frag_rx_path()
2502 if (!memcmp(any, awrq->sa_data, 6) || in atmel_set_wap()
2503 !memcmp(off, awrq->sa_data, 6)) { in atmel_set_wap()
2512 if (memcmp(priv->BSSinfo[i].BSSID, awrq->sa_data, 6) == 0) { in atmel_set_wap()
2929 return memcmp(header->addr3, priv->CurrentBSSID, 6) == 0; in is_frame_from_current_bss()
2931 return memcmp(header->addr2, priv->CurrentBSSID, 6) == 0; in is_frame_from_current_bss()
2963 memcmp(priv->SSID, priv->BSSinfo[i].SSID, priv->SSID_size) == 0 && in retrieve_bss()
2984 if (memcmp(bss, priv->BSSinfo[i].BSSID, ETH_ALEN) == 0) in store_bss_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp472 return memcmp(a, b, 20) == 0; in si_shader_cache_key_equals()
2620 * This uses a C++ template to compute the optimal memcmp size at compile time, which is important
2621 * for getting inlined memcmp. The memcmp size depends on the shader key type and whether inlined
2666 if (likely(current && memcmp(&current->key, key, key_size) == 0)) {
2697 if (memcmp(iter_key, key, key_size_no_uniforms) == 0) {
2704 memcmp(iter_key->opt.inlined_uniform_values,
2775 sscreen->use_monolithic_shaders || memcmp(&key->mono, &zeroed_key->mono, sizeof(key->mono)) != 0;
2842 is_pure_monolithic || memcmp(&key->opt, &zeroed_key->opt, key_opt_size) != 0;
2845 memcmp(
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4state.c75 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
76 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
77 #define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
78 #define CLOSE_STATEID(stateid) (!memcmp((stateid), &close_stateid, sizeof(stateid_t)))
367 0 == memcmp(sop->so_owner.data, owner->data, owner->len); in same_owner_str()
1899 if (!memcmp(elem->se_sessionid.data, sessionid->data, in __find_in_sessionid_hashtbl()
2208 return memcmp(o1->data, o2->data, o1->len); in compare_blob()
2214 return 0 == memcmp(v1->data, v2->data, sizeof(v1->data)); in same_verf()
2697 if (size != 7 || 0 != memcmp(data, "expire\n", 7)) in client_ctl_write()
2891 !memcmp(s in gen_callback()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4state.c79 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t)))
80 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t)))
81 #define CURRENT_STATEID(stateid) (!memcmp((stateid), &currentstateid, sizeof(stateid_t)))
82 #define CLOSE_STATEID(stateid) (!memcmp((stateid), &close_stateid, sizeof(stateid_t)))
538 0 == memcmp(sop->so_owner.data, owner->data, owner->len); in same_owner_str()
2019 if (!memcmp(elem->se_sessionid.data, sessionid->data, in __find_in_sessionid_hashtbl()
2340 return memcmp(o1->data, o2->data, o1->len); in compare_blob()
2346 return 0 == memcmp(v1->data, v2->data, sizeof(v1->data)); in same_verf()
2849 if (size != 7 || 0 != memcmp(data, "expire\n", 7)) in client_ctl_write()
3085 !memcmp(s in gen_callback()
[all...]
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1108 if (udidLen == strlen((char *)it->udid) && memcmp(udid, it->udid, udidLen) == 0) { in BlePreventTimeout()
1708 if (memcmp(msg->obj, ctx->obj, UDID_BUF_LEN) == 0) { in BleCompareManagerLooperEventFunc()
2173 if (udidLen == strlen((char *)it->udid) && memcmp(udid, it->udid, udidLen) == 0) { in ConflictOccupy()
2232 if (udidLen == strlen((char *)it->udid) && memcmp(udid, it->udid, udidLen) == 0) { in ConflictCancelOccupy()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1662 return memcmp( in is_timing_changed()
1708 if (memcmp(&old_stream->audio_info, &stream->audio_info, sizeof(stream->audio_info)) != 0) in dc_is_stream_unchanged()
1726 if (memcmp(&old_stream->src, in dc_is_stream_scaling_unchanged()
1731 if (memcmp(&old_stream->dst, in dc_is_stream_scaling_unchanged()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Disl_ioctl.c1969 if (memcmp(entry->addr, mac, ETH_ALEN) == 0) { in prism54_mac_accept()
2125 if (memcmp(bss->bssid, bssid, ETH_ALEN) == 0) { in prism54_wpa_bss_ie_add()
2185 if (memcmp(bss->bssid, bssid, ETH_ALEN) == 0) in prism54_wpa_bss_ie_get()
2235 memcmp(pos + 2, wpa_oid, 4) == 0) { in prism54_process_bss_data()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.c1003 if (memcmp(bdf_ext, magic, strlen(magic)) != 0) { in ath10k_core_check_bdfext()
1257 ret = memcmp(board_ie_data, boardname, strlen(boardname)); in ath10k_core_parse_bd_ie_board()
1396 if (memcmp(data, ATH10K_BOARD_MAGIC, magic_len)) { in ath10k_core_fetch_board_data_api_n()
1863 if (memcmp(data, ATH10K_FIRMWARE_MAGIC, magic_len) != 0) { in ath10k_core_fetch_firmware_api_n()
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c292 return memcmp((void *)cfi1 + sizeof(cfi1->hash), in cficmp()
2681 if (memcmp(&cfi1->cfa, &cfi2->cfa, sizeof(cfi1->cfa))) { in insn_cfi_match()
2688 } else if (memcmp(&cfi1->regs, &cfi2->regs, sizeof(cfi1->regs))) { in insn_cfi_match()
2690 if (!memcmp(&cfi1->regs[i], &cfi2->regs[i], in insn_cfi_match()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c764 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
1125 if (!memcmp(&key->addr, addr, size) && in tcp_md5_do_lookup_exact()
1451 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_v4_inbound_md5_hash()
1843 memcmp(thtail + 1, th + 1, hdrlen - sizeof(*th))) in tcp_add_backlog()
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c703 memcmp(ctx->base.ctxr->data, req->state, req->state_sz) || in safexcel_ahash_enqueue()
706 memcmp(ctx->base.ctxr->data + (req->state_sz>>2), in safexcel_ahash_enqueue()
1180 (memcmp(&base->ipad, istate.state, state_sz) || in safexcel_hmac_setkey()
1181 memcmp(&base->opad, ostate.state, state_sz))) in safexcel_hmac_setkey()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.c1089 if (memcmp(bdf_ext, magic, strlen(magic)) != 0) { in ath10k_core_check_bdfext()
1354 ret = memcmp(board_ie_data, boardname, strlen(boardname)); in ath10k_core_parse_bd_ie_board()
1494 if (memcmp(data, ATH10K_BOARD_MAGIC, magic_len)) { in ath10k_core_fetch_board_data_api_n()
2015 if (memcmp(data, ATH10K_FIRMWARE_MAGIC, magic_len) != 0) { in ath10k_core_fetch_firmware_api_n()

Completed in 75 milliseconds

1...<<111112113114115116117118119120>>...213