Home
last modified time | relevance | path

Searched refs:name (Results 51 - 75 of 62056) sorted by relevance

12345678910>>...2483

/kernel/linux/linux-5.10/drivers/clk/pxa/
H A Dclk-pxa.h17 #define PARENTS(name) \
18 static const char *const name ## _parents[] __initconst
19 #define MUX_RO_RATE_RO_OPS(name, clk_name) \
20 static struct clk_hw name ## _mux_hw; \
21 static struct clk_hw name ## _rate_hw; \
22 static const struct clk_ops name ## _mux_ops = { \
23 .get_parent = name ## _get_parent, \
26 static const struct clk_ops name ## _rate_ops = { \
27 .recalc_rate = name ## _get_rate, \
29 static struct clk * __init clk_register_ ## name(voi
108 const char *name; global() member
[all...]
/kernel/linux/linux-6.6/drivers/clk/pxa/
H A Dclk-pxa.h17 #define PARENTS(name) \
18 static const char *const name ## _parents[] __initconst
19 #define MUX_RO_RATE_RO_OPS(name, clk_name) \
20 static struct clk_hw name ## _mux_hw; \
21 static struct clk_hw name ## _rate_hw; \
22 static const struct clk_ops name ## _mux_ops = { \
23 .get_parent = name ## _get_parent, \
26 static const struct clk_ops name ## _rate_ops = { \
27 .recalc_rate = name ## _get_rate, \
29 static struct clk * __init clk_register_ ## name(voi
109 const char *name; global() member
[all...]
/third_party/node/src/tracing/
H A Dtrace_event_common.h118 // in for category_group, name, and arg_names. Thus, the following code will
124 // To avoid this issue with the |name| and |arg_name| parameters, use the
132 // TRACE_EVENT1("category", "name",
135 // TRACE_EVENT1("category", "name",
138 // TRACE_EVENT1("category", "name",
205 #define TRACE_DISABLED_BY_DEFAULT(name) "disabled-by-default-" name
207 // Records a pair of begin and end events called "name" for the current
210 // - category and name strings must have application lifetime (statics or
212 #define TRACE_EVENT0(category_group, name) \
[all...]
/third_party/elfutils/lib/
H A Ddynamicsizehash.h33 NAME name of the hash table structure.
45 # define FIRST(name) name##_ent *first;
46 # define NEXT(name) struct name##_ent *next;
48 # define FIRST(name)
49 # define NEXT(name)
62 #define _DYNHASHENTTYPE(name) \
63 typedef struct name##_ent \
67 NEXT (name) \
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h14 // * Neither the name of Google Inc. nor the names of its
72 #define GMOCK_FLAG_NAME_(name) gmock_##name
73 #define GMOCK_FLAG(name) FLAGS_gmock_##name
79 #define GMOCK_DEFINE_bool_(name, default_val, doc) \
80 ABSL_FLAG(bool, GMOCK_FLAG_NAME_(name), default_val, doc)
81 #define GMOCK_DEFINE_int32_(name, default_val, doc) \
82 ABSL_FLAG(int32_t, GMOCK_FLAG_NAME_(name), default_val, doc)
83 #define GMOCK_DEFINE_string_(name, default_va
[all...]
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
H A Dspecial_commands.fig.js2 name: "my-app",
6 name: "test",
10 name: "--case",
14 name: "case",
19 name: ["-h", "--help"],
23 name: ["-V", "--version"],
29 name: "some_cmd",
33 name: "--config",
39 name: "config",
44 name
[all...]
H A Dquoting.fig.js2 name: "my-app",
6 name: "cmd-single-quotes",
10 name: ["-h", "--help"],
16 name: "cmd-double-quotes",
20 name: ["-h", "--help"],
26 name: "cmd-backticks",
30 name: ["-h", "--help"],
36 name: "cmd-backslash",
40 name: ["-h", "--help"],
46 name
[all...]
H A Dsub_subcommands.fig.js2 name: "my-app",
6 name: "test",
10 name: "--case",
14 name: "case",
19 name: ["-h", "--help"],
23 name: ["-V", "--version"],
29 name: "some_cmd",
33 name: "sub_cmd",
37 name: "--config",
41 name
[all...]
H A Dvalue_hint.fig.js2 name: "my-app",
6 name: "--choice",
9 name: "choice",
19 name: "--unknown",
22 name: "unknown",
27 name: "--other",
30 name: "other",
35 name: ["-p", "--path"],
38 name: "path",
44 name
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dregulator.h12 * Events which just log themselves and the regulator name for enable/disable
17 TP_PROTO(const char *name),
19 TP_ARGS(name),
22 __string( name, name )
26 __assign_str(name, name);
29 TP_printk("name=%s", __get_str(name))
35 TP_PROTO(const char *name),
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dregulator.h12 * Events which just log themselves and the regulator name for enable/disable
17 TP_PROTO(const char *name),
19 TP_ARGS(name),
22 __string( name, name )
26 __assign_str(name, name);
29 TP_printk("name=%s", __get_str(name))
35 TP_PROTO(const char *name),
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclarations.cc17 std::vector<T> EnsureNonempty(std::vector<T> list, const std::string& name, in EnsureNonempty() argument
20 ReportError("there is no ", kind, " named ", name); in EnsureNonempty()
26 T EnsureUnique(const std::vector<T>& list, const Name& name, const char* kind) { in EnsureUnique() argument
28 ReportError("there is no ", kind, " named ", name); in EnsureUnique()
31 ReportError("ambiguous reference to ", kind, " ", name); in EnsureUnique()
37 void CheckAlreadyDeclared(const std::string& name, const char* new_type) { in CheckAlreadyDeclared() argument
39 FilterDeclarables<T>(Declarations::TryLookupShallow(QualifiedName(name))); in CheckAlreadyDeclared()
42 ReportError("cannot redeclare ", name, " (type ", *new_type, scope, ")"); in CheckAlreadyDeclared()
49 const QualifiedName& name) { in LookupGlobalScope()
51 GlobalContext::GetDefaultNamespace()->Lookup(name); in LookupGlobalScope()
48 LookupGlobalScope( const QualifiedName& name) LookupGlobalScope() argument
54 s << "cannot find \\"" << name << "\\" in global scope"; LookupGlobalScope() local
60 LookupTypeAlias(const QualifiedName& name) LookupTypeAlias() argument
66 LookupType(const QualifiedName& name) LookupType() argument
70 LookupType(const Identifier* name) LookupType() argument
79 TryLookupType( const QualifiedName& name) TryLookupType() argument
86 LookupGlobalType(const QualifiedName& name) LookupGlobalType() argument
107 LookupValue(const QualifiedName& name) LookupValue() argument
111 TryLookupMacro(const std::string& name, const TypeVector& types) TryLookupMacro() argument
123 TryLookupBuiltin( const QualifiedName& name) TryLookupBuiltin() argument
130 LookupGeneric( const std::string& name) LookupGeneric() argument
137 LookupUniqueGeneric(const QualifiedName& name) LookupUniqueGeneric() argument
142 LookupUniqueGenericType(const QualifiedName& name) LookupUniqueGenericType() argument
147 LookupGlobalUniqueGenericType( const std::string& name) LookupGlobalUniqueGenericType() argument
154 TryLookupGenericType( const QualifiedName& name) TryLookupGenericType() argument
161 DeclareNamespace(const std::string& name) DeclareNamespace() argument
165 DeclareType(const Identifier* name, const Type* type) DeclareType() argument
171 PredeclareTypeAlias(const Identifier* name, TypeDeclaration* type, bool redeclaration) PredeclareTypeAlias() argument
192 CreateExternMacro( std::string name, std::string external_assembler_name, Signature signature) CreateExternMacro() argument
200 DeclareMacro( const std::string& name, bool accessible_from_csa, base::Optional<std::string> external_assembler_name, const Signature& signature, base::Optional<Statement*> body, base::Optional<std::string> op, bool is_user_defined) DeclareMacro() argument
232 CreateMethod(AggregateType* container_type, const std::string& name, Signature signature, Statement* body) CreateMethod() argument
243 CreateIntrinsic(const std::string& name, const Signature& signature) CreateIntrinsic() argument
250 DeclareIntrinsic(const std::string& name, const Signature& signature) DeclareIntrinsic() argument
267 DeclareBuiltin(const std::string& name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) DeclareBuiltin() argument
276 DeclareRuntimeFunction( const std::string& name, const Signature& signature) DeclareRuntimeFunction() argument
283 DeclareExternConstant(Identifier* name, const Type* type, std::string value) DeclareExternConstant() argument
291 DeclareNamespaceConstant(Identifier* name, const Type* type, Expression* body) DeclareNamespaceConstant() argument
303 DeclareGenericCallable( const std::string& name, GenericCallableDeclaration* ast_node) DeclareGenericCallable() argument
309 DeclareGenericType( const std::string& name, GenericTypeDeclaration* ast_node) DeclareGenericType() argument
315 GetGeneratedCallableName( const std::string& name, const TypeVector& specialized_types) GetGeneratedCallableName() argument
324 DeclareOperator(const std::string& name, Macro* m) DeclareOperator() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsyscall_wrapper.h85 #define __SYS_STUB0(abi, name) \
86 long __##abi##_##name(const struct pt_regs *regs); \
87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
88 long __##abi##_##name(const struct pt_regs *regs) \
89 __alias(__do_##name);
91 #define __SYS_STUBx(abi, name, ...) \
92 long __##abi##_##name(const struct pt_regs *regs); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
94 long __##abi##_##name(const struct pt_regs *regs) \
96 return __se_##name(__VA_ARGS_
[all...]
/third_party/libevdev/libevdev/
H A Dlibevdev-names.c19 const char *name; member
29 r = strncmp(lookup->name, entry->name, lookup->len); in cmp_entry()
31 if (entry->name[lookup->len]) in cmp_entry()
54 libevdev_event_type_from_name(const char *name) in libevdev_event_type_from_name() argument
56 return libevdev_event_type_from_name_n(name, strlen(name)); in libevdev_event_type_from_name()
60 libevdev_event_type_from_name_n(const char *name, size_t len) in libevdev_event_type_from_name_n() argument
65 lookup.name = name; in libevdev_event_type_from_name_n()
73 type_from_prefix(const char *name, ssize_t len) type_from_prefix() argument
103 libevdev_event_code_from_name(unsigned int type, const char *name) libevdev_event_code_from_name() argument
109 libevdev_event_code_from_name_n(unsigned int type, const char *name, size_t len) libevdev_event_code_from_name_n() argument
130 libevdev_event_value_from_name(unsigned int type, unsigned int code, const char *name) libevdev_event_value_from_name() argument
136 libevdev_event_value_from_name_n(unsigned int type, unsigned int code, const char *name, size_t len) libevdev_event_value_from_name_n() argument
153 libevdev_property_from_name(const char *name) libevdev_property_from_name() argument
159 libevdev_property_from_name_n(const char *name, size_t len) libevdev_property_from_name_n() argument
173 libevdev_event_code_from_code_name(const char *name) libevdev_event_code_from_code_name() argument
179 libevdev_event_code_from_code_name_n(const char *name, size_t len) libevdev_event_code_from_code_name_n() argument
194 libevdev_event_type_from_code_name(const char *name) libevdev_event_type_from_code_name() argument
200 libevdev_event_type_from_code_name_n(const char *name, size_t len) libevdev_event_type_from_code_name_n() argument
[all...]
/third_party/node/deps/v8/base/trace_event/common/
H A Dtrace_event_common.h112 // in for category_group, name, and arg_names. Thus, the following code will
118 // To avoid this issue with the |name| and |arg_name| parameters, use the
126 // TRACE_EVENT1("category", "name",
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
224 // variable a unique name based on the line number to prevent name collisions.
294 #define TRACE_DISABLED_BY_DEFAULT(name) "disabled-by-default-" name
296 // Records a pair of begin and end events called "name" fo
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js23 * = extAttrs:extendedAttributeList? S? "interface" S name:identifier w herit:ifInheritance? w "{" w mem:ifMember* w "}" w ";" w
24 * { return { type: "interface", name: name, inheritance: herit, members: mem, extAttrs: extAttrs }; }
27 * the string "interface", a .name property equal to the identifier that the
168 * run by calling this.members[name].test_object(obj) for each obj in
169 * this.objects[name]. obj is a string that will be eval'd to produce a
220 IdlArray.prototype.is_excluded_by_options = function (name, options)
223 (options.except && options.except.includes(name)
224 || options.only && !options.only.includes(name));
247 this.partials.forEach(p => all_deps.add(p.name));
[all...]
/kernel/linux/linux-5.10/drivers/clk/imx/
H A Dclk.h67 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \
68 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step))
70 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \
72 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \
75 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \
76 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask))
78 #define imx_clk_pfd(name, parent_name, reg, idx) \
79 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx))
81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \
82 to_clk(imx_clk_hw_gate_exclusive(name, paren
252 imx_clk_hw_pll14xx(const char *name, const char *parent_name, void __iomem *base, const struct imx_pll14xx_clk *pll_clk) imx_clk_hw_pll14xx() argument
259 imx_clk_hw_fixed(const char *name, int rate) imx_clk_hw_fixed() argument
264 imx_clk_hw_mux_ldb(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents) imx_clk_hw_mux_ldb() argument
273 imx_clk_hw_fixed_factor(const char *name, const char *parent, unsigned int mult, unsigned int div) imx_clk_hw_fixed_factor() argument
280 imx_clk_hw_divider(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width) imx_clk_hw_divider() argument
289 imx_clk_hw_divider_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width, unsigned long flags) imx_clk_hw_divider_flags() argument
298 imx_clk_hw_divider2(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width) imx_clk_hw_divider2() argument
306 imx_clk_divider2_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width, unsigned long flags) imx_clk_divider2_flags() argument
315 imx_clk_hw_gate_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned long flags) imx_clk_hw_gate_flags() argument
322 imx_clk_hw_gate(const char *name, const char *parent, void __iomem *reg, u8 shift) imx_clk_hw_gate() argument
329 imx_dev_clk_hw_gate(struct device *dev, const char *name, const char *parent, void __iomem *reg, u8 shift) imx_dev_clk_hw_gate() argument
336 imx_clk_hw_gate_dis(const char *name, const char *parent, void __iomem *reg, u8 shift) imx_clk_hw_gate_dis() argument
343 imx_clk_hw_gate_dis_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned long flags) imx_clk_hw_gate_dis_flags() argument
350 imx_clk_hw_gate2(const char *name, const char *parent, void __iomem *reg, u8 shift) imx_clk_hw_gate2() argument
357 imx_clk_hw_gate2_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned long flags) imx_clk_hw_gate2_flags() argument
364 imx_clk_hw_gate2_shared(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned int *share_count) imx_clk_hw_gate2_shared() argument
372 imx_clk_hw_gate2_shared2(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned int *share_count) imx_clk_hw_gate2_shared2() argument
381 imx_dev_clk_hw_gate_shared(struct device *dev, const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned int *share_count) imx_dev_clk_hw_gate_shared() argument
392 imx_clk_gate2_cgr(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 cgr_val) imx_clk_gate2_cgr() argument
399 imx_clk_hw_gate3(const char *name, const char *parent, void __iomem *reg, u8 shift) imx_clk_hw_gate3() argument
407 imx_clk_hw_gate3_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned long flags) imx_clk_hw_gate3_flags() argument
419 imx_clk_hw_gate4(const char *name, const char *parent, void __iomem *reg, u8 shift) imx_clk_hw_gate4() argument
427 imx_clk_hw_gate4_flags(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned long flags) imx_clk_hw_gate4_flags() argument
439 imx_clk_hw_mux(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents) imx_clk_hw_mux() argument
448 imx_dev_clk_hw_mux(struct device *dev, const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents) imx_dev_clk_hw_mux() argument
457 imx_clk_mux2(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents) imx_clk_mux2() argument
466 imx_clk_hw_mux2(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents) imx_clk_hw_mux2() argument
477 imx_clk_mux_flags(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags) imx_clk_mux_flags() argument
487 imx_clk_hw_mux2_flags(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags) imx_clk_hw_mux2_flags() argument
497 imx_clk_mux2_flags(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags) imx_clk_mux2_flags() argument
507 imx_clk_hw_mux_flags(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags) imx_clk_hw_mux_flags() argument
519 imx_dev_clk_hw_mux_flags(struct device *dev, const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags) imx_dev_clk_hw_mux_flags() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name))
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
37 #define DECLARE_STATIC_CALL(name, func) \
38 extern struct static_call_key STATIC_CALL_KEY(name); \
[all...]
/kernel/linux/linux-5.10/tools/include/linux/
H A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name))
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
37 #define DECLARE_STATIC_CALL(name, func) \
38 extern struct static_call_key STATIC_CALL_KEY(name); \
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name))
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
37 #define DECLARE_STATIC_CALL(name, func) \
38 extern struct static_call_key STATIC_CALL_KEY(name); \
[all...]
/kernel/linux/linux-6.6/tools/include/linux/
H A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name))
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
37 #define DECLARE_STATIC_CALL(name, func) \
38 extern struct static_call_key STATIC_CALL_KEY(name); \
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dchkfmt72 find "$@" \( -type d \( -name '.git' -o -name '.libs' -o -name 'projects' \) \
74 ! -name '*.[oa]' ! -name '*.l[oa]' ! -name '*.png' ! -name '*.out' \
75 ! -name '*.jpg' ! -name '*.patch' ! -name '*
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.h123 #define ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP_GET(group, name, type) \
125 std::optional<type> Get##name() const \
129 return groupProperty->Get##name(); \
133 bool Has##name() const \
137 return groupProperty->Has##name(); \
141 type Get##name##Value(const type& defaultValue) const \
145 if (groupProperty->Has##name()) { \
146 return groupProperty->Get##name##Value(); \
151 void Reset##name() \
155 groupProperty->Reset##name(); \
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpowerdomains3xxx_data.c33 .name = "iva2_pwrdm",
50 .voltdm = { .name = "mpu_iva" },
54 .name = "mpu_pwrdm",
66 .voltdm = { .name = "mpu_iva" },
70 .name = "mpu_pwrdm",
82 .voltdm = { .name = "mpu_iva" },
96 .name = "core_pwrdm",
109 .voltdm = { .name = "core" },
113 .name = "core_pwrdm",
131 .voltdm = { .name
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpowerdomains3xxx_data.c33 .name = "iva2_pwrdm",
50 .voltdm = { .name = "mpu_iva" },
54 .name = "mpu_pwrdm",
66 .voltdm = { .name = "mpu_iva" },
70 .name = "mpu_pwrdm",
82 .voltdm = { .name = "mpu_iva" },
96 .name = "core_pwrdm",
109 .voltdm = { .name = "core" },
113 .name = "core_pwrdm",
131 .voltdm = { .name
[all...]

Completed in 22 milliseconds

12345678910>>...2483