/third_party/ffmpeg/libavfilter/ |
H A D | vf_convolve.c | 805 if (!strcmp(ctx->filter->name, "convolve")) { in init() 810 } else if (!strcmp(ctx->filter->name, "xcorrelate")) { in init() 815 } else if (!strcmp(ctx->filter->name, "deconvolve")) { in init()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 1640 if (!strcmp(ent->value, "drm")) { in vaapi_device_create() 1642 } else if (!strcmp(ent->value, "x11")) { in vaapi_device_create() 1688 if (strcmp(kernel_driver->value, info->name)) { in vaapi_device_create()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_share.c | 1468 if (s->pcm->name && strcmp(s->pcm->name, sname) == 0) { in snd_pcm_share_open() 1635 if (strcmp(id, "slave") == 0) { in _snd_pcm_share_open() 1639 if (strcmp(id, "bindings") == 0) { in _snd_pcm_share_open()
|
/third_party/backends/backend/ |
H A D | plustek-usb.c | 393 if( 0 == strcmp( Settings[i].pIDString, tmp )) { in usb_CheckForPlustekDevice() 585 if( !strcmp( dev->name, "auto" )) { in usbDev_open() 667 if( 0 != strcmp( dev->usbId, devStr )) { in usbDev_open()
|
H A D | mustek_pp_ccd300.c | 1750 if (!strcmp (optname, "bw")) in ccd300_config() 1773 else if (!strcmp (optname, "waitbank")) in ccd300_config() 1794 else if (!strcmp (optname, "top")) in ccd300_config()
|
H A D | net.c | 167 if (strcmp (nd->name, name) == 0) in add_device() 260 if (strcmp (nd->name, name) == 0) in add_device() 1511 if (strcmp (dev->name, nd_name) == 0)
|
H A D | snapscan.c | 377 if (0 == strcmp (name, current->dev.name)) in device_already_in_list() 478 if (strcmp(vendor, "Color") == 0) { in snapscani_init_device_structure() 678 if (strcmp (psd->dev.name, name) == 0) in find_device()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 397 if (strcmp(method, bjnp_protocol_defs[i].method_string) == 0) in get_protocol_by_method() 1836 if ( strcmp( device[i].mac_address, device[bjnp_no_devices].mac_address ) == 0 ) in bjnp_allocate_device() 2056 if (strcmp(conf_devices[0], "networking=no") == 0) in sanei_bjnp_find_devices()
|
H A D | pixma.c | 667 if (strcmp (slist[i], str) != 0) in control_string_option() 1737 if (strcmp (pixma_get_string (ss->s, PIXMA_STRING_ID), name) == 0) in sane_open() 1745 while (strcmp (pixma_get_device_id (i), name) != 0) in sane_open()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 872 if (strcmp(id, "comment") == 0) in snd_seq_open_conf() 874 if (strcmp(id, "lib") == 0) { in snd_seq_open_conf() 882 if (strcmp(id, "open") == 0) { in snd_seq_open_conf()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdattst.c | 1708 if ( strcmp(overrideNumberFormat[i][0], "") == 0 ) { // use the one w/o field in TestOverrideNumberFormat() 1710 } else if ( strcmp(overrideNumberFormat[i][0], "mixed") == 0 ) { // set 1 field at first but then full override, both(M & d) should be override in TestOverrideNumberFormat() 1722 } else if ( strcmp(overrideNumberFormat[i][0], "do") == 0 ) { // o is an invalid field in TestOverrideNumberFormat()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 1468 if (strcmp(ifc_name, blocks[i].name.string) == 0) { in nir_link_uniform() 1741 match = strcmp(ifc_name, blocks[i].name.string) == 0; in gl_nir_link_uniforms() 1822 found = strcmp(state.current_var->name, blocks[i].Uniforms[j].Name) == 0; in gl_nir_link_uniforms()
|
H A D | ir.cpp | 675 if (strcmp(str, ir_expression_operation_strings[op]) == 0) in get_operator() 1788 if (strcmp(str, tex_opcode_strs[op]) == 0) in get_opcode() 2113 if (strcmp(warn_extension_table[i], extension) == 0) { in enable_extension_warning()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 652 if (strcmp(optarg, "random") == 0) { in main() 677 if (strcmp(optarg, "PANIC") != 0) { in main() 954 if ((cptr != NULL) && (strcmp(cptr, "NOPASS") == 0)) { in main()
|
/third_party/node/src/crypto/ |
H A D | crypto_keys.cc | 518 if (strcmp(kty, "RSA") == 0) { in ImportJWKAsymmetricKey() 520 } else if (strcmp(kty, "EC") == 0) { in ImportJWKAsymmetricKey() 1037 if (strcmp(*kty_string, "oct") == 0) { in InitJWK()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 312 strcmp(cp, GRANDPARENTED) != 0) in settzname() 629 strcmp(&sp->chars[ap->tt_abbrind], in typesequiv() 1215 if (lcl_is_set > 0 && strcmp(lcl_TZname, name) == 0) in tzset()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 701 if (current_section && (!strcmp(s, current_section))) in emit_section() 2042 } else if (!strcmp("break", show_ident(stmt->goto_label->ident))) { in x86_statement() 2047 } else if (!strcmp("continue", show_ident(stmt->goto_label->ident))) { in x86_statement()
|
/third_party/mksh/ |
H A D | main.c | 257 #define builtin_name_cmp strcmp in main_init() 522 if (Flag(FSH) && argv[argi] && !strcmp(argv[argi], "--")) in main_init() 1447 strcmp(source->file, kshname) != 0) in error_prefix() 1901 strcmp(p->name, name))) in ktscan()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1394 if (strcmp(name, "digest") == 0) in evp_pkey_ctx_ctrl_str_int() 1440 if (strcmp(name, "distid") == 0 || strcmp(name, "hexdistid") == 0) in decode_cmd()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 204 return strcmp((*a)->name, (*b)->name); in ossl_provider_cmp() 548 if (strcmp(p->name, name) == 0) { in ossl_provider_new() 558 if (strcmp(p->name, name) == 0) { in ossl_provider_new()
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1393 if (strcmp(name, "digest") == 0) in evp_pkey_ctx_ctrl_str_int() 1439 if (strcmp(name, "distid") == 0 || strcmp(name, "hexdistid") == 0) in decode_cmd()
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 204 return strcmp((*a)->name, (*b)->name); in ossl_provider_cmp() 548 if (strcmp(p->name, name) == 0) { in ossl_provider_new() 558 if (strcmp(p->name, name) == 0) { in ossl_provider_new()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 310 strcmp(cp, GRANDPARENTED) != 0) in settzname() 627 strcmp(&sp->chars[ap->tt_abbrind], in typesequiv() 1213 if (lcl_is_set > 0 && strcmp(lcl_TZname, name) == 0) in tzset()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 170 if (!strcmp(layer_names[i], layer_props[j].properties.layerName)) in demo_check_layers() 321 if (strcmp(interface, "wl_compositor") == 0) in registry_handle_global() 326 else if (strcmp(interface, "wl_shell") == 0) in registry_handle_global()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 368 if (strcmp(typos[toybuf[i]].name, typos[toybuf[i+1]].name)>0) { in help_fields() 1192 ret = strcmp(toybuf, string_field(tb, field)); in ksort() 1245 if ( toys.argv[1] && !strcmp(toys.argv[1], "-a")) { in link_shell_cmd_task()
|