/third_party/ffmpeg/libavfilter/ |
H A D | vf_vpp_qsv.c | 244 if (!strcmp(vpp->output_format_str, "same")) { in vpp_init()
|
/third_party/curl/lib/ |
H A D | sendf.c | 775 if(!strcmp(name, (*anchor)->cwt->name)) { in Curl_cwriter_remove_by_name()
|
H A D | formdata.c | 882 if(!strcmp(file->contents, "-")) { in Curl_getformdata()
|
H A D | http_aws_sigv4.c | 279 if(next && strcmp(l->data, next->data) > 0) { in make_headers()
|
/third_party/curl/lib/vauth/ |
H A D | digest.c | 372 if(strcmp(algorithm, "md5-sess") != 0) in Curl_auth_create_digest_md5_message()
|
/third_party/glfw/src/ |
H A D | glx_context.c | 65 if (vendor && strcmp(vendor, "Chromium") == 0) in chooseGLXFBConfig()
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 549 if (strcmp(path->dir, dir) == 0) in add_include_path() 1172 if (strcmp(n->id, id) != 0) in _snd_config_search() 1781 if (!strcmp(ascii, "integer")) { in snd_config_get_type_ascii() 1785 if (!strcmp(ascii, "integer64")) { in snd_config_get_type_ascii() 1789 if (!strcmp(ascii, "real")) { in snd_config_get_type_ascii() 1793 if (!strcmp(ascii, "string")) { in snd_config_get_type_ascii() 1797 if (!strcmp(ascii, "compound")) { in snd_config_get_type_ascii() 1917 if (n != config && strcmp(id, n->id) == 0) in snd_config_set_id() 2150 if (strcmp(child->id, n->id) == 0) in snd_config_add() 2191 if (strcmp(chil in snd_config_add_after() [all...] |
/third_party/alsa-lib/test/ |
H A D | user-ctl-element-set.c | 481 if (strcmp(snd_ctl_elem_id_get_name(id), in check_elem_list()
|
/third_party/backends/backend/ |
H A D | sm3600.c | 463 if (!strcmp(devicename,pdev->sane.name)) in sane_open()
|
/third_party/backends/lib/ |
H A D | getopt.c | 591 if (optind != argc && !strcmp (argv[optind], "--"))
|
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 487 res = strcmp((const char *)c1->id.name, (const char *)c2->id.name); in snd_hctl_compare_default()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound.c | 176 if (!strcmp(state->sched_model_literal, "timer")) { in xfer_libasound_validate_opts()
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
H A D | DateFmtPerf.h | 734 if(strcmp(str,NUM_STRING)) { in call()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | adopt.c | 74 strcmp(desc, "adopted") ? LWSLCG_WSI_MUX : in lws_create_new_server_wsi()
|
/third_party/mbedtls/library/ |
H A D | md.c | 886 strcmp(entry->md_name, md_name) != 0) { in mbedtls_md_info_from_string()
|
/third_party/jerryscript/jerry-core/api/ |
H A D | generate-bytecode.c | 83 if ((pFile != NULL) && (strcmp(pFile, template) == 0)) { in is_template_file()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | decode.c | 625 if (!strcmp(dump_file_base, "stderr")) in agxdecode_dump_file_open()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 82 assert(strcmp(id, HWVULKAN_DEVICE_0) == 0); in radv_hal_open()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 453 if (f && strcmp(f->name, "main") == 0) { in get_main()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 580 if (strcmp(function->name, name) == 0) { in lower_doubles_instr_to_soft()
|
/third_party/libwebsockets/lib/roles/h1/ |
H A D | ops-h1.c | 1032 // if (i->alpn && !strcmp(i->alpn, "h2")) in rops_client_bind_h1() 1051 if (!strcmp(i->method, http_methods[n])) in rops_client_bind_h1()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-x509.c | 454 if (strcmp(p, common_name)) { in lws_x509_verify()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | server-ws.c | 119 if (strcmp(ext_name, ext->name)) { in lws_extension_server_handshake()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_bufmgr.c | 150 strcmp(bo->name, "winsys") == 0) { in vc4_bo_free()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv.c | 599 assert(strcmp(version->name, "pvr") == 0); in pvr_is_driver_compatible()
|