Searched refs:strcmp (Results 2976 - 3000 of 3204) sorted by relevance
1...<<111112113114115116117118119120>>...129
/third_party/mbedtls/library/ |
H A D | cipher.c | 109 if (!strcmp(def->info->name, cipher_name)) { in mbedtls_cipher_info_from_string()
|
H A D | ssl_ciphersuites.c | 1852 if (0 == strcmp(cur->name, ciphersuite_name)) { in mbedtls_ssl_ciphersuite_from_string()
|
/third_party/libbpf/src/ |
H A D | gen_loader.c | 592 !strcmp(kdesc->name, relo->name)) { in get_ksym_desc()
|
/third_party/lame/misc/ |
H A D | abx.c | 1227 if (argc > 1 && 0 == strcmp (argv[1], "-v") ) { in main()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_drm.c | 652 if (strcmp(version->name, "msm")) { in tu_drm_device_init()
|
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc_helpers.cpp | 984 if (strcmp(#X, extensions[i]) == 0) \ in llvm_mod_to_spirv()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 374 if (strcmp((char *)role->cRole, OMX_VID_ENC_AVC_ROLE)) { in vid_enc_SetParameter()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 323 if (strcmp(extensions[i]->name, matches[j].name) == 0 && in dri_bind_extensions()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 111 strcmp(b->shader->info.name, "passthrough TCS") == 0; in remap_patch_urb_offsets()
|
/third_party/node/src/ |
H A D | node_report.cc | 462 if (!strcmp(trigger, "OOMError") || !isolate->InContext()) { in PrintJavaScriptStack()
|
H A D | util.h | 530 inline bool operator==(const char* a) const { return strcmp(out(), a) == 0; } in operator ==()
|
/third_party/musl/src/crypt/ |
H A D | crypt_des.c | 1012 if (p && !strcmp(p, test_hash) && retval) in __crypt_des()
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_device_info.c | 87 if (!strcmp(name_map[i].name, name)) in intel_device_name_to_pci_device_id()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 746 if (!strcmp(parsed_data->kernels[i].name, entrypoint)) { in clc_spirv_to_dxil()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | context.c | 211 strcmp(extensions_override, env_const)) { in one_time_init()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 279 if (strcmp(version->name, "panfrost")) { in panvk_physical_device_init()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | incaltst.cpp | 159 if(strcmp(c->getType(), types[j])) { in TestTypes()
|
H A D | tsmthred.cpp | 755 int32_t skres = strcmp((char *)oldSk, (char *)newSk);
|
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 1744 if (strcmp(argv[current], "--") == 0) in parse()
|
/third_party/lwip/src/core/ |
H A D | dns.c | 1685 if (strcmp(hostname, "localhost") == 0) { in dns_gethostbyname_addrtype()
|
/third_party/libdrm/tests/util/ |
H A D | pattern.c | 1277 if (!strcmp(pattern_names[i], name)) in util_pattern_enum()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 1375 if (driver && !strcmp(driver, "zink")) { in trace_screen_create()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 1221 if (strcmp(str, "NONE") == 0) { in set_pbe()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_addr.c | 1000 if (strcmp(s, "inherit") == 0) {
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_devcrypto.c | 1369 if ((id && (strcmp(id, engine_devcrypto_id) != 0)) in bind_helper()
|
Completed in 49 milliseconds
1...<<111112113114115116117118119120>>...129