/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | vlan.c | 19 &parse_attr->spec), in add_vlan_prio_tag_rewrite_action() 23 &parse_attr->spec), in add_vlan_prio_tag_rewrite_action()
|
/kernel/linux/linux-6.6/drivers/interconnect/samsung/ |
H A D | exynos.c | 85 static struct icc_node *exynos_generic_icc_xlate(struct of_phandle_args *spec, in exynos_generic_icc_xlate() argument 90 if (spec->np != priv->dev->parent->of_node) in exynos_generic_icc_xlate()
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam.c | 69 tscm->spec = &model_specs[i]; in identify_model() 73 if (tscm->spec == NULL) in identify_model()
|
/third_party/curl/lib/vtls/ |
H A D | vtls_int.h | 58 const struct alpn_spec *spec); 60 const struct alpn_spec *spec);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorHLSL.cpp | 33 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TranslatorHLSL() argument 34 : TCompiler(type, spec, output) in TranslatorHLSL()
|
H A D | TranslatorESSL.h | 18 TranslatorESSL(sh::GLenum type, ShShaderSpec spec);
|
/third_party/python/Lib/test/ |
H A D | test_asdl_parser.py | 30 spec = importlib.util.spec_from_loader('asdl', loader) 31 module = importlib.util.module_from_spec(spec)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testcallable.py | 58 patcher = patch('%s.X' % __name__, spec=True) 82 patcher = patch('%s.X' % __name__, spec=X()) 109 for arg in 'spec', 'spec_set': 116 # inherited spec 121 # instance is callable, result has no spec
|
/third_party/python/Lib/test/test_importlib/resources/ |
H A D | util.py | 57 spec = ModuleSpec(name, loader, origin='does-not-exist', is_package=is_package) 58 module.__spec__ = spec
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_posix.cc | 135 // spec = std offset [ dst [ offset ] , datetime , datetime ] 136 bool ParsePosixSpec(const std::string& spec, PosixTimeZone* res) { in ParsePosixSpec() argument 137 const char* p = spec.c_str(); in ParsePosixSpec()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | compile_cas.go | 221 spec := &specs.CasSpec{ 226 b.MustAddCasSpec(CAS_COMPILE, spec)
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 411 ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* shaderOp, const ShaderDataSpec& spec); 421 ShaderOperatorCase::ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* shaderOp, const ShaderDataSpec& spec) in ShaderOperatorCase() argument 423 , m_evaluator(evalFunc, spec.resultScale, spec.resultBias) in ShaderOperatorCase() 425 const char* precision = spec.precision != PRECISION_LAST ? getPrecisionName(spec.precision) : DE_NULL; in ShaderOperatorCase() 433 for (int i = 0; i < spec.numInputs; i++) in ShaderOperatorCase() 435 bool isBoolVal = de::inRange<int>(spec.inputs[i].type, TYPE_BOOL, TYPE_BOOL_VEC4); in ShaderOperatorCase() 436 bool isIntVal = de::inRange<int>(spec.inputs[i].type, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase() 438 Precision prec = isBoolVal || (isIntVal && spec in ShaderOperatorCase() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.h | 5 #include <asm/spec-ctrl.h>
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process.h | 5 #include <asm/spec-ctrl.h>
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unusedImports13.js | 13 function createClass<P, S>(spec);
|
H A D | unusedImports14.js | 13 function createClass<P, S>(spec);
|
H A D | unusedImports15.js | 13 function createClass<P, S>(spec);
|
H A D | unusedImports16.js | 13 function createClass<P, S>(spec);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/ |
H A D | cm_ipc_client.h | 29 int32_t CmClientInit(const struct CmBlob *authUri, const struct CmSignatureSpec *spec, struct CmBlob *handle);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 5367 static int hclge_fd_check_tcpip4_tuple(struct ethtool_tcpip4_spec *spec, in hclge_fd_check_tcpip4_tuple() argument 5370 if (!spec || !unused_tuple) in hclge_fd_check_tcpip4_tuple() 5375 if (!spec->ip4src) in hclge_fd_check_tcpip4_tuple() 5378 if (!spec->ip4dst) in hclge_fd_check_tcpip4_tuple() 5381 if (!spec->psrc) in hclge_fd_check_tcpip4_tuple() 5384 if (!spec->pdst) in hclge_fd_check_tcpip4_tuple() 5387 if (!spec->tos) in hclge_fd_check_tcpip4_tuple() 5393 static int hclge_fd_check_ip4_tuple(struct ethtool_usrip4_spec *spec, in hclge_fd_check_ip4_tuple() argument 5396 if (!spec || !unused_tuple) in hclge_fd_check_ip4_tuple() 5402 if (!spec in hclge_fd_check_ip4_tuple() 5423 hclge_fd_check_tcpip6_tuple(struct ethtool_tcpip6_spec *spec, u32 *unused_tuple) hclge_fd_check_tcpip6_tuple() argument 5453 hclge_fd_check_ip6_tuple(struct ethtool_usrip6_spec *spec, u32 *unused_tuple) hclge_fd_check_ip6_tuple() argument 5483 hclge_fd_check_ether_tuple(struct ethhdr *spec, u32 *unused_tuple) hclge_fd_check_ether_tuple() argument 6081 hclge_fd_get_tcpip4_info(struct hclge_fd_rule *rule, struct ethtool_tcpip4_spec *spec, struct ethtool_tcpip4_spec *spec_mask) hclge_fd_get_tcpip4_info() argument 6106 hclge_fd_get_ip4_info(struct hclge_fd_rule *rule, struct ethtool_usrip4_spec *spec, struct ethtool_usrip4_spec *spec_mask) hclge_fd_get_ip4_info() argument 6129 hclge_fd_get_tcpip6_info(struct hclge_fd_rule *rule, struct ethtool_tcpip6_spec *spec, struct ethtool_tcpip6_spec *spec_mask) hclge_fd_get_tcpip6_info() argument 6158 hclge_fd_get_ip6_info(struct hclge_fd_rule *rule, struct ethtool_usrip6_spec *spec, struct ethtool_usrip6_spec *spec_mask) hclge_fd_get_ip6_info() argument 6181 hclge_fd_get_ether_info(struct hclge_fd_rule *rule, struct ethhdr *spec, struct ethhdr *spec_mask) hclge_fd_get_ether_info() argument [all...] |
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/ |
H A D | stream_pipeline_core.cpp | 49 std::shared_ptr<PipelineSpec> spec = strategy_->GeneratePipelineSpec(mode); in CreatePipeline() local 50 if (spec == nullptr) { in CreatePipeline() 55 std::shared_ptr<Pipeline> pipeline = builder_->Build(spec, cameraId_); in CreatePipeline()
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | arm_mhu_db.c | 188 const struct of_phandle_args *spec) in mhu_db_mbox_xlate() 193 unsigned int pchan = spec->args[0]; in mhu_db_mbox_xlate() 194 unsigned int doorbell = spec->args[1]; in mhu_db_mbox_xlate() 187 mhu_db_mbox_xlate(struct mbox_controller *mbox, const struct of_phandle_args *spec) mhu_db_mbox_xlate() argument
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ti-dac7311.c | 239 const struct ti_dac_spec *spec; in ti_dac_probe() local 264 spec = &ti_dac_spec[spi_get_device_id(spi)->driver_data]; in ti_dac_probe() 266 ti_dac->resolution = spec->resolution; in ti_dac_probe()
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_pcm.c | 135 const struct snd_bebob_rate_spec *spec = bebob->spec->rate; in pcm_open() local 163 err = spec->get(bebob, &sampling_rate); in pcm_open()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ti-dac7311.c | 239 const struct ti_dac_spec *spec; in ti_dac_probe() local 264 spec = &ti_dac_spec[spi_get_device_id(spi)->driver_data]; in ti_dac_probe() 266 ti_dac->resolution = spec->resolution; in ti_dac_probe()
|