/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.cpp | 49 if (!strcmp(text, "true") && type->AsBool()) { in ParseDefaultValueStr() 51 } else if (!strcmp(text, "false") && type->AsBool()) { in ParseDefaultValueStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.cpp | 49 if (!strcmp(text, "true") && type->AsBool()) { in ParseDefaultValueStr() 51 } else if (!strcmp(text, "false") && type->AsBool()) { in ParseDefaultValueStr()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor.c | 79 return 0 != strcmp (a, b); in mismatch() 105 (0 != strcmp (key, want[idx])) || in value_checker()
|
/third_party/skia/src/utils/ |
H A D | SkParseColor.cpp | 304 return strcmp(name, key) < 0; in FindNamedColor() 307 if (rec == std::end(gColorNames) || 0 != strcmp(name, *rec)) { in FindNamedColor()
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 252 if (!strcmp(ss[i].n, argv[1])) break; in br_set_stp() 320 if (strcmp(t->cmd, *toys.optargs)) continue; in brctl_main()
|
/third_party/toybox/toys/posix/ |
H A D | sort.c | 240 } else return ((flags&FLAG_f) ? strcasecmp : strcmp)(x, y); in compare_values() 272 retval = strcmp(xx, yy); in compare_keys()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.cc | 266 if (strcmp(info.name, name) == 0 && strcmp(info.version, version) == 0 && in LookupSymbol()
|
/third_party/skia/experimental/skrive/src/reader/ |
H A D | JsonReader.cpp | 48 return strcmp(a.name, b.name) < 0; in block_type() 51 return (map_entry != std::end(gTypeMap) && !strcmp(map_entry->name, key.name)) in block_type()
|
/third_party/skia/modules/skottie/src/layers/ |
H A D | TextLayer.cpp | 169 return 0 == strcmp(fFamily.c_str(), family) in matches() 170 && 0 == strcmp(fStyle.c_str(), style); in matches()
|
/third_party/selinux/libselinux/src/ |
H A D | stringrep.c | 36 for (; node != NULL && strcmp(s,node->name) != 0; node = node->next); in get_class_cache_entry_name() 243 if (strcmp(node->perms[i],s) == 0) in string_to_av_perm()
|
/third_party/selinux/libsepol/tests/ |
H A D | test-common.c | 206 if (strcmp(p->sym_val_to_name[SYM_TYPES][i], types[j]) == 0) { in test_role_type_set() 251 if (strcmp(p->sym_val_to_name[SYM_TYPES][i], types[j]) == 0) { in test_attr_types()
|
/third_party/selinux/secilc/ |
H A D | secilc.c | 142 if (!strcmp(optarg, "selinux")) { in main() 144 } else if (!strcmp(optarg, "xen")) { in main()
|
/third_party/spirv-tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.cpp | 46 if (!strcmp(text, "true") && type->AsBool()) { in ParseDefaultValueStr() 48 } else if (!strcmp(text, "false") && type->AsBool()) { in ParseDefaultValueStr()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 1663 if (strcmp(line, "\n") == 0 && last_input != nullptr) { in Debug() 1677 if ((strcmp(cmd, "si") == 0) || (strcmp(cmd, "stepi") == 0)) { in Debug() 1688 } else if ((strcmp(cmd, "c") == 0) || (strcmp(cmd, "cont") == 0)) { in Debug() 1693 } else if ((strcmp(cmd, "p") == 0) || (strcmp(cmd, "print") == 0)) { in Debug() 1697 if (strcmp(arg1, "all") == 0) { in Debug() 1699 } else if (strcmp(arg1, "allf") == 0) { in Debug() 1729 if (strcmp(arg in Debug() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 301 if (strcmp(attr->name, "pasid") == 0) { in kfd_procfs_show() 381 if (!strcmp(attr->name, "size")) in kfd_procfs_queue_show() 384 else if (!strcmp(attr->name, "type")) in kfd_procfs_queue_show() 386 else if (!strcmp(attr->name, "gpuid")) in kfd_procfs_queue_show() 397 if (strcmp(attr->name, "evicted_ms") == 0) { in kfd_procfs_stats_show() 411 } else if (strcmp(attr->name, "cu_occupancy") == 0) { in kfd_procfs_stats_show()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | guest.c | 710 if ((strcmp(attr_name, "base_image") == 0) || in guest_support_attributes() 711 (strcmp(attr_name, "load_image_on_perst") == 0) || in guest_support_attributes() 712 (strcmp(attr_name, "perst_reloads_same_image") == 0) || in guest_support_attributes() 713 (strcmp(attr_name, "image_loaded") == 0)) in guest_support_attributes() 717 if ((strcmp(attr_name, "pp_mmio_off") == 0)) in guest_support_attributes() 1069 strcmp(adapter->guest->status, "okay")) { in properties_look_ok()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sstfb.c | 1287 if (!strcmp(this_opt, "vganopass")) in sstfb_setup() 1289 else if (!strcmp(this_opt, "vgapass")) in sstfb_setup() 1291 else if (!strcmp(this_opt, "clipping")) in sstfb_setup() 1293 else if (!strcmp(this_opt, "noclipping")) in sstfb_setup() 1295 else if (!strcmp(this_opt, "fastpci")) in sstfb_setup() 1297 else if (!strcmp(this_opt, "slowpci")) in sstfb_setup()
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | dummy.c | 888 if (!strcmp(kcontrol->id.name, "CD Volume")) in snd_card_dummy_new_mixer() 890 else if (!strcmp(kcontrol->id.name, "CD Capture Switch")) in snd_card_dummy_new_mixer() 975 if (!strcmp(fields[i].name, "formats")) in dummy_proc_read() 977 else if (!strcmp(fields[i].name, "rates")) in dummy_proc_read() 997 if (!strcmp(item, fields[i].name)) in dummy_proc_write() 1036 if (strcmp(model[dev], (*mdl)->name) == 0) { in snd_dummy_probe()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kvm.c | 77 return !strcmp(evsel->name, kvm_exit_trace); in kvm_exit_event() 93 return !strcmp(evsel->name, kvm_entry_trace); in kvm_entry_event() 133 if (!strcmp(events_ops->name, kvm->report_event)) { in register_kvm_events_ops() 308 if (!strcmp(evsel->name, child_ops->name)) { in is_child_event() 337 if (!strcmp(event, *skip_events)) in skip_event() 497 if (!strcmp(keys[i].name, kvm->sort_key)) { in select_key()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | guest.c | 716 if ((strcmp(attr_name, "base_image") == 0) || in guest_support_attributes() 717 (strcmp(attr_name, "load_image_on_perst") == 0) || in guest_support_attributes() 718 (strcmp(attr_name, "perst_reloads_same_image") == 0) || in guest_support_attributes() 719 (strcmp(attr_name, "image_loaded") == 0)) in guest_support_attributes() 723 if ((strcmp(attr_name, "pp_mmio_off") == 0)) in guest_support_attributes() 1075 strcmp(adapter->guest->status, "okay")) { in properties_look_ok()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sstfb.c | 1288 if (!strcmp(this_opt, "vganopass")) in sstfb_setup() 1290 else if (!strcmp(this_opt, "vgapass")) in sstfb_setup() 1292 else if (!strcmp(this_opt, "clipping")) in sstfb_setup() 1294 else if (!strcmp(this_opt, "noclipping")) in sstfb_setup() 1296 else if (!strcmp(this_opt, "fastpci")) in sstfb_setup() 1298 else if (!strcmp(this_opt, "slowpci")) in sstfb_setup()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | debugfs.c | 233 if (!strcmp(name, "EQC")) { in qm_eqc_aeqc_dump() 359 if (!strcmp(name, "EQE")) { in qm_eq_aeq_dump() 374 if (qm->eqe && !strcmp(name, "EQE")) { in qm_eq_aeq_dump() 376 } else if (qm->aeqe && !strcmp(name, "AEQE")) { in qm_eq_aeq_dump() 465 if (!strcmp(presult, "help")) { in qm_cmd_write_dump() 472 if (!strcmp(presult, qm_cmd_dump_table[i].cmd)) { in qm_cmd_write_dump()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 454 if (!strcmp(clock->name, "vfe0") || in vfe_set_clock_rates() 455 !strcmp(clock->name, "vfe1") || in vfe_set_clock_rates() 456 !strcmp(clock->name, "vfe_lite")) { in vfe_set_clock_rates() 537 if (!strcmp(clock->name, "vfe0") || in vfe_check_clock_rates() 538 !strcmp(clock->name, "vfe1") || in vfe_check_clock_rates() 539 !strcmp(clock->name, "vfe_lite")) { in vfe_check_clock_rates()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | dummy.c | 887 if (!strcmp(kcontrol->id.name, "CD Volume")) in snd_card_dummy_new_mixer() 889 else if (!strcmp(kcontrol->id.name, "CD Capture Switch")) in snd_card_dummy_new_mixer() 974 if (!strcmp(fields[i].name, "formats")) in dummy_proc_read() 976 else if (!strcmp(fields[i].name, "rates")) in dummy_proc_read() 996 if (!strcmp(item, fields[i].name)) in dummy_proc_write() 1035 if (strcmp(model[dev], (*mdl)->name) == 0) { in snd_dummy_probe()
|
/third_party/ffmpeg/libavformat/ |
H A D | libsrt.c | 397 if (strcmp(proto, "srt")) in libsrt_setup() 610 if (!strcmp(buf, "caller")) { in libsrt_open() 612 } else if (!strcmp(buf, "listener")) { in libsrt_open() 614 } else if (!strcmp(buf, "rendezvous")) { in libsrt_open() 653 if (!strcmp(buf, "live")) { in libsrt_open() 655 } else if (!strcmp(buf, "file")) { in libsrt_open()
|