Home
last modified time | relevance | path

Searched refs:memcmp (Results 751 - 775 of 5087) sorted by relevance

1...<<31323334353637383940>>...204

/third_party/openssl/crypto/objects/
H A Dobj_lib.c64 return memcmp(a->data, b->data, a->length); in OBJ_cmp()
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.h36 0 == memcmp(fKey.get(), that.fKey.get(), sizeof(uint32_t) * fKey.count()); in operator ==()
/third_party/skia/tests/
H A DDiscardableMemoryTest.cpp47 REPORTER_ASSERT(reporter, 0 == memcmp(ptr, kTestString, kTestStringLength)); in test_dm()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dftstdlib.h91 #define ft_memcmp memcmp
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dchardata.c95 if (memcmp(expected, storage->data, len * sizeof(storage->data[0])) != 0) { in CharData_CheckXMLChars()
/third_party/skia/experimental/skrive/src/reader/
H A DStreamReader.cpp24 !memcmp(data->data(), kBinaryPrefix, kBinaryPrefixSize)) { in Make()
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMemory.h60 return memcmp(a, b, numBytes); in deMemCmp()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dtables.c551 if (!memcmp(table->signature, table_sigs[sig], 4)) in acpi_table_upgrade()
662 if (memcmp(existing_table->signature, table->signature, 4) || in acpi_table_initrd_override()
663 memcmp(table->oem_id, existing_table->oem_id, in acpi_table_initrd_override()
665 memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_table_initrd_override()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dsve-test.S350 function memcmp
394 b memcmp
419 b memcmp
445 b memcmp
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_devinfo.c462 memcmp(devinfo->vendor, vskip, vmax)) in scsi_dev_info_list_find()
470 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
474 if (!memcmp(devinfo->vendor, vendor, in scsi_dev_info_list_find()
476 !memcmp(devinfo->model, model, in scsi_dev_info_list_find()
/kernel/linux/linux-5.10/fs/sysv/
H A Dsuper.c258 if ((memcmp(sbd->s_fname,"noname",6) && memcmp(sbd->s_fname,"xxxxx ",6)) in detect_coherent()
259 || (memcmp(sbd->s_fpack,"nopack",6) && memcmp(sbd->s_fpack,"xxxxx\n",6))) in detect_coherent()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dtables.c617 if (!memcmp(table->signature, table_sigs[sig], 4)) in acpi_table_upgrade()
729 if (memcmp(existing_table->signature, table->signature, 4) || in acpi_table_initrd_override()
730 memcmp(table->oem_id, existing_table->oem_id, in acpi_table_initrd_override()
732 memcmp(table->oem_table_id, existing_table->oem_table_id, in acpi_table_initrd_override()
/kernel/linux/linux-6.6/fs/sysv/
H A Dsuper.c258 if ((memcmp(sbd->s_fname,"noname",6) && memcmp(sbd->s_fname,"xxxxx ",6)) in detect_coherent()
259 || (memcmp(sbd->s_fpack,"nopack",6) && memcmp(sbd->s_fpack,"xxxxx\n",6))) in detect_coherent()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_devinfo.c464 memcmp(devinfo->vendor, vskip, vmax)) in scsi_dev_info_list_find()
472 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
476 if (!memcmp(devinfo->vendor, vendor, in scsi_dev_info_list_find()
478 !memcmp(devinfo->model, model, in scsi_dev_info_list_find()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_bitwise.c275 if (memcmp(&priv->xor, &zero, sizeof(priv->xor)) || in nft_bitwise_offload()
305 !memcmp(&priv->mask, &bitwise->mask, sizeof(priv->mask)) && in nft_bitwise_reduce()
306 !memcmp(&priv->xor, &bitwise->xor, sizeof(priv->xor)) && in nft_bitwise_reduce()
307 !memcmp(&priv->data, &bitwise->data, sizeof(priv->data))) { in nft_bitwise_reduce()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c314 if (memcmp(fpsimd, &new_fpsimd, sizeof(*fpsimd)) == 0) in ptrace_sve_fpsimd()
392 if (memcmp(write_buf + SVE_PT_SVE_ZREG_OFFSET(vq, i), in ptrace_set_sve_get_sve_data()
401 if (memcmp(write_buf + SVE_PT_SVE_PREG_OFFSET(vq, i), in ptrace_set_sve_get_sve_data()
563 ret = memcmp(&write_fpsimd, read_buf + SVE_PT_FPSIMD_OFFSET, in ptrace_set_fpsimd_get_sve_data()
/test/xts/acts/kernel_lite/mem_posix/src/
H A DMemApiTest.cpp770 ret = memcmp(lt, orign, len);
773 ret = memcmp(eq, orign, len);
776 ret = memcmp(gt, orign, len);
779 ret = memcmp(gt, orign, 0);
/third_party/ffmpeg/libavcodec/
H A Dgifdec.c388 if (memcmp(sig, gif87a_sig, 6) && in gif_read_header1()
389 memcmp(sig, gif89a_sig, 6)) in gif_read_header1()
481 s->keyframe = memcmp(avpkt->data, gif87a_sig, 6) == 0 || in gif_decode_frame()
482 memcmp(avpkt->data, gif89a_sig, 6) == 0; in gif_decode_frame()
/third_party/mbedtls/library/
H A Dnist_kw.c613 memcmp(out, kw_res[i], kw_out_len[i]) != 0) { in mbedtls_nist_kw_self_test()
636 memcmp(out, kw_msg[i], kw_msg_len[i]) != 0) { in mbedtls_nist_kw_self_test()
676 memcmp(out, kwp_res[i], kwp_out_len[i]) != 0) { in mbedtls_nist_kw_self_test()
699 memcmp(out, kwp_msg[i], kwp_msg_len[i]) != 0) { in mbedtls_nist_kw_self_test()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c291 memcmp(sampler_views, svga->state.hw_draw.sampler_views[shader], in update_sampler_resources()
481 memcmp(ids, svga->state.hw_draw.samplers[shader], in update_samplers()
590 memcmp(sampler_views, svga->state.hw_draw.sampler_views[shader], in update_cs_sampler_resources()
688 memcmp(ids, svga->state.hw_draw.samplers[shader], in update_cs_samplers()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c460 if (!memcmp(key->nir_sha1, so->nir_sha1, sizeof(so->nir_sha1))) { in lima_delete_fs_state()
703 if (!memcmp(key->nir_sha1, so->nir_sha1, sizeof(so->nir_sha1))) { in lima_delete_vs_state()
735 return memcmp(key1, key2, sizeof(struct lima_fs_key)) == 0; in lima_fs_cache_compare()
741 return memcmp(key1, key2, sizeof(struct lima_vs_key)) == 0; in lima_vs_cache_compare()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc_h264.cpp100 if (memcmp(&previousConfig, in d3d12_video_encoder_update_current_rate_control_h264()
510 if (memcmp(&previousGOPConfig, in d3d12_video_encoder_update_h264_gop_configuration()
607 if (memcmp(&pD3D12Enc->m_currentEncodeConfig.m_encoderCodecSpecificConfigDesc.m_H264Config,
754 (memcmp(&targetConfig,
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dpostprocessor.c546 if ((0 != memcmp ("--", buf, 2)) || (0 != memcmp (&buf[2], boundary, blen))) in find_boundary()
726 if (0 == memcmp ("\r\n--", &buf[newline], 4)) in process_value_to_boundary()
733 if (0 != memcmp (&buf[newline + 4], boundary, pp->blen)) in process_value_to_boundary()
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.c506 rc = memcmp(&(*aa)->u.node.mask, &(*bb)->u.node.mask, sizeof((*aa)->u.node.mask)); in node_data_cmp()
513 return memcmp(&(*aa)->u.node.addr, &(*bb)->u.node.addr, sizeof((*aa)->u.node.addr)); in node_data_cmp()
522 rc = memcmp(&(*aa)->u.node6.mask, &(*bb)->u.node6.mask, sizeof((*aa)->u.node6.mask)); in node6_data_cmp()
529 return memcmp(&(*aa)->u.node6.addr, &(*bb)->u.node6.addr, sizeof((*aa)->u.node6.addr)); in node6_data_cmp()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c82 memcmp(entry->src_addr, src, ETH_ALEN) == 0 && in ieee80211_frag_cache_find()
83 memcmp(entry->dst_addr, dst, ETH_ALEN) == 0) in ieee80211_frag_cache_find()
220 /* if ((ieee->state == IEEE80211_LINKED) && (memcmp(hdr->addr3, ieee->current_network.bssid, ETH_ALEN))) */ in ieee80211_rx_frame_mgmt()
221 if ((memcmp(hdr->addr1, ieee->dev->dev_addr, ETH_ALEN))) { in ieee80211_rx_frame_mgmt()
308 memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0 && in ieee80211_is_eapol_frame()
309 memcmp(hdr->addr3, dev->dev_addr, ETH_ALEN) == 0) { in ieee80211_is_eapol_frame()
313 memcmp(hdr->addr1, dev->dev_addr, ETH_ALEN) == 0) { in ieee80211_is_eapol_frame()
450 if (!memcmp(entry->mac, mac, ETH_ALEN)) in is_duplicate_packet()
453 // if (memcmp(entry->mac, mac, ETH_ALEN)){ in is_duplicate_packet()
540 ((!memcmp(sub_sk in indicate_packets()
[all...]

Completed in 22 milliseconds

1...<<31323334353637383940>>...204