Home
last modified time | relevance | path

Searched refs:spec (Results 801 - 825 of 1366) sorted by relevance

1...<<31323334353637383940>>...55

/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/sha/
H A Dsha1-mb-x86_64.asm1 version https://git-lfs.github.com/spec/v1
H A Dsha1-x86_64.asm1 version https://git-lfs.github.com/spec/v1
H A Dsha256-x86_64.asm1 version https://git-lfs.github.com/spec/v1
H A Dsha512-x86_64.asm1 version https://git-lfs.github.com/spec/v1
H A Dsha256-mb-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/poly1305/
H A Dpoly1305-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/rc4/
H A Drc4-x86_64.asm1 version https://git-lfs.github.com/spec/v1
H A Drc4-md5-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/modes/
H A Dghash-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/md5/
H A Dmd5-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/engines/
H A De_padlock-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/
H A Dx86_64cpuid.asm1 version https://git-lfs.github.com/spec/v1
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm1 version https://git-lfs.github.com/spec/v1
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c195 struct mlx5_flow_spec *spec; in __esw_fdb_set_vport_rule() local
204 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in __esw_fdb_set_vport_rule()
205 if (!spec) in __esw_fdb_set_vport_rule()
208 dmac_v = MLX5_ADDR_OF(fte_match_param, spec->match_value, in __esw_fdb_set_vport_rule()
210 dmac_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, in __esw_fdb_set_vport_rule()
219 mv_misc = MLX5_ADDR_OF(fte_match_param, spec->match_value, in __esw_fdb_set_vport_rule()
221 mc_misc = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, in __esw_fdb_set_vport_rule()
233 spec->match_criteria_enable = match_header; in __esw_fdb_set_vport_rule()
236 mlx5_add_flow_rules(esw->fdb_table.legacy.fdb, spec, in __esw_fdb_set_vport_rule()
2109 struct mlx5_flow_spec *spec; _mlx5_eswitch_set_vepa_locked() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c86 void pa_source_new_data_set_sample_spec(pa_source_new_data *data, const pa_sample_spec *spec) { in pa_source_new_data_set_sample_spec() argument
89 if ((data->sample_spec_is_set = !!spec)) in pa_source_new_data_set_sample_spec()
90 data->sample_spec = *spec; in pa_source_new_data_set_sample_spec()
349 pa_log_info("Created source %u \"%s\" with sample spec %s and channel map %s\n %s", in pa_source_new()
1048 void pa_source_reconfigure(pa_source *s, pa_sample_spec *spec, bool passthrough) { in pa_source_reconfigure() argument
1058 if (pa_sample_spec_equal(spec, &s->sample_spec)) in pa_source_reconfigure()
1070 pa_log_info("Cannot update sample spec, SOURCE_IS_RUNNING, will keep using %s and %u Hz", in pa_source_reconfigure()
1077 pa_log_info("Cannot update sample spec, this is a monitor source and the sink is running."); in pa_source_reconfigure()
1082 if (PA_UNLIKELY(!pa_sample_spec_valid(spec))) in pa_source_reconfigure()
1089 desired_spec.format = spec in pa_source_reconfigure()
[all...]
/third_party/python/Lib/
H A D_pydecimal.py12 # as bug fixes (deviation from the spec is a compatibility, usability
13 # bug) and will be backported. At this point the spec is stabilizing
152 __version__ = '1.70' # Highest version of the spec this complies with
425 # Map conditions (per the spec) to signals
3776 spec = _parse_format_specifier(specifier, _localeconv=_localeconv)
3780 sign = _format_sign(self._sign, spec)
3782 if spec['type'] == '%':
3784 return _format_align(sign, body, spec)
3787 if spec['type'] is None:
3788 spec['typ
[all...]
/third_party/weex-loader/
H A Dbabel.config.js32 {spec: true},
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h242 // Where in the source file was the default action spec defined?
276 // This template class implements an ON_CALL spec.
689 // Where in the source file was the expectation spec defined?
693 // Returns the cardinality specified in the expectation spec.
758 // Sets the cardinality of this expectation spec.
840 // This group of fields are part of the spec and won't change after
1286 // that the spec is associated with.
1291 // Adds a new default action spec to the function mocker and returns
1292 // the newly created spec.
1301 // Adds a new expectation spec t
[all...]
/third_party/python/Lib/importlib/
H A D_abc.py11 def create_module(self, spec):
16 that the spec should create the new module.
/third_party/python/Python/
H A Dimportdl.h11 extern PyObject *_PyImport_LoadDynamicModuleWithSpec(PyObject *spec, FILE *);
/kernel/linux/linux-5.10/drivers/interconnect/
H A Dcore.c322 * @spec: OF phandle args to map into an interconnect node.
331 struct icc_node *of_icc_xlate_onecell(struct of_phandle_args *spec, in of_icc_xlate_onecell() argument
335 unsigned int idx = spec->args[0]; in of_icc_xlate_onecell()
348 * @spec: OF phandle args to use for look-up
350 * Looks for interconnect provider under the node specified by @spec and if
356 struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider() argument
362 if (!spec) in of_icc_get_from_provider()
367 if (provider->dev->of_node == spec->np) { in of_icc_get_from_provider()
369 data = provider->xlate_extended(spec, provider->data); in of_icc_get_from_provider()
375 node = provider->xlate(spec, provide in of_icc_get_from_provider()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c704 const struct nvkm_specsrc *spec) in nvkm_perfsrc_new()
711 if (!spec) { in nvkm_perfsrc_new()
716 ssrc = spec; in nvkm_perfsrc_new()
768 const struct nvkm_specdom *spec) in nvkm_perfdom_new()
780 sdom = spec; in nvkm_perfdom_new()
790 (int)(sdom - spec)); in nvkm_perfdom_new()
793 "%s/%02x", name, (int)(sdom - spec)); in nvkm_perfdom_new()
703 nvkm_perfsrc_new(struct nvkm_pm *pm, struct nvkm_perfsig *sig, const struct nvkm_specsrc *spec) nvkm_perfsrc_new() argument
766 nvkm_perfdom_new(struct nvkm_pm *pm, const char *name, u32 mask, u32 base, u32 size_unit, u32 size_domain, const struct nvkm_specdom *spec) nvkm_perfdom_new() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c704 const struct nvkm_specsrc *spec) in nvkm_perfsrc_new()
711 if (!spec) { in nvkm_perfsrc_new()
716 ssrc = spec; in nvkm_perfsrc_new()
768 const struct nvkm_specdom *spec) in nvkm_perfdom_new()
780 sdom = spec; in nvkm_perfdom_new()
790 (int)(sdom - spec)); in nvkm_perfdom_new()
793 "%s/%02x", name, (int)(sdom - spec)); in nvkm_perfdom_new()
703 nvkm_perfsrc_new(struct nvkm_pm *pm, struct nvkm_perfsig *sig, const struct nvkm_specsrc *spec) nvkm_perfsrc_new() argument
766 nvkm_perfdom_new(struct nvkm_pm *pm, const char *name, u32 mask, u32 base, u32 size_unit, u32 size_domain, const struct nvkm_specdom *spec) nvkm_perfdom_new() argument
/kernel/linux/linux-6.6/drivers/interconnect/
H A Dcore.c337 * @spec: OF phandle args to map into an interconnect node.
346 struct icc_node *of_icc_xlate_onecell(struct of_phandle_args *spec, in of_icc_xlate_onecell() argument
350 unsigned int idx = spec->args[0]; in of_icc_xlate_onecell()
363 * @spec: OF phandle args to use for look-up
365 * Looks for interconnect provider under the node specified by @spec and if
371 struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider() argument
377 if (!spec) in of_icc_get_from_provider()
382 if (provider->dev->of_node == spec->np) { in of_icc_get_from_provider()
384 data = provider->xlate_extended(spec, provider->data); in of_icc_get_from_provider()
390 node = provider->xlate(spec, provide in of_icc_get_from_provider()
[all...]

Completed in 19 milliseconds

1...<<31323334353637383940>>...55