Searched full:declaration (Results 1 – 25 of 441) sorted by relevance
12345678910>>...18
/linux-6.15/tools/net/sunrpc/xdrgen/generators/ |
D | typedef.py | 19 """Emit a declaration pair for one XDR typedef""" 23 template = get_jinja2_template(environment, "declaration", node.template) 32 template = get_jinja2_template(environment, "declaration", node.template) 35 template = get_jinja2_template(environment, "declaration", node.template) 38 template = get_jinja2_template(environment, "declaration", node.template) 41 template = get_jinja2_template(environment, "declaration", node.template) 50 template = get_jinja2_template(environment, "declaration", node.template) 254 """Emit one declaration pair for an XDR enum type""" 255 emit_typedef_declaration(self.environment, node.declaration) 259 emit_type_definition(self.environment, node.declaration) [all …]
|
D | __init__.py | 80 """Emit declaration header boilerplate""" 100 """Emit one function declaration for this XDR type""" 101 raise NotImplementedError("Declaration generation not supported")
|
D | pointer.py | 19 """Emit a declaration pair for an XDR pointer type""" 21 template = get_jinja2_template(environment, "declaration", "close") 271 """Emit one declaration pair for an XDR pointer type""" 275 """Emit one declaration for an XDR pointer type"""
|
D | program.py | 43 template = environment.get_template("declaration/argument.j2") 53 template = environment.get_template("declaration/result.j2") 131 """Emit a declaration pair for each of an RPC programs's procedures"""
|
D | enum.py | 19 """Emit one declaration pair for an XDR enum type""" 21 template = self.environment.get_template("declaration/enum.j2")
|
D | union.py | 16 """Emit one declaration pair for an XDR union type""" 18 template = get_jinja2_template(environment, "declaration", "close") 258 """Emit one declaration pair for an XDR union"""
|
/linux-6.15/tools/net/sunrpc/xdrgen/ |
D | xdr_ast.py | 124 """A fixed-length opaque declaration""" 145 """A variable-length opaque declaration""" 169 """A (NUL-terminated) variable-length string declaration""" 193 """A fixed-length array declaration""" 216 """A variable-length array declaration""" 242 """An 'optional_data' declaration""" 265 """A 'basic' declaration""" 286 """A void declaration""" 407 declaration: _XdrDeclaration 411 return self.declaration.max_width() [all …]
|
/linux-6.15/tools/net/sunrpc/xdrgen/grammars/ |
D | xdr.lark | 4 declaration : "opaque" identifier "[" value "]" -> fixed_length_opaque 52 struct_body : "{" ( declaration ";" )+ "}" 58 switch_spec : "switch" "(" declaration ")" 60 case_spec : ( "case" value ":" )+ declaration ";" 62 default_spec : "default" ":" declaration ";" 66 type_def : "typedef" declaration ";" -> typedef
|
/linux-6.15/drivers/gpu/drm/imagination/ |
D | pvr_vm.h | 13 /* Forward declaration from "pvr_device.h" */ 17 /* Forward declaration from "pvr_gem.h" */ 20 /* Forward declaration from "pvr_vm.c" */ 23 /* Forward declaration from <uapi/drm/pvr_drm.h> */ 26 /* Forward declaration from <drm/drm_exec.h> */
|
D | pvr_sync.h | 9 /* Forward declaration from <linux/xarray.h>. */ 12 /* Forward declaration from <drm/drm_file.h>. */ 15 /* Forward declaration from <drm/gpu_scheduler.h>. */ 18 /* Forward declaration from "pvr_device.h". */
|
D | pvr_debugfs.h | 7 /* Forward declaration from <drm/drm_drv.h>. */ 11 /* Forward declaration from "pvr_device.h". */ 14 /* Forward declaration from <linux/dcache.h>. */
|
D | pvr_mmu.h | 10 /* Forward declaration from "pvr_device.h" */ 13 /* Forward declaration from "pvr_mmu.c" */ 17 /* Forward declaration from "pvr_vm.c" */ 20 /* Forward declaration from <linux/scatterlist.h> */
|
D | pvr_fw_trace.h | 12 /* Forward declaration from pvr_device.h. */ 15 /* Forward declaration from pvr_gem.h. */ 69 /* Forward declaration from <linux/dcache.h>. */
|
D | pvr_vm_mips.h | 7 /* Forward declaration from pvr_device.h. */ 10 /* Forward declaration from pvr_gem.h. */
|
D | pvr_cccb.h | 15 /* Forward declaration from pvr_device.h. */ 18 /* Forward declaration from pvr_gem.h. */ 21 /* Forward declaration from pvr_hwrt.h. */
|
D | pvr_free_list.h | 17 /* Forward declaration from pvr_gem.h. */ 20 /* Forward declaration from pvr_gem.h. */ 23 /* Forward declaration from pvr_hwrt.h. */
|
D | pvr_ccb.h | 12 /* Forward declaration from pvr_device.h. */ 15 /* Forward declaration from pvr_gem.h. */
|
D | pvr_params.h | 63 /* Forward declaration from "pvr_device.h". */ 66 /* Forward declaration from <linux/dcache.h>. */
|
/linux-6.15/tools/perf/util/scripting-engines/ |
D | Build | 6 …ted-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement… 8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft… 9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
|
/linux-6.15/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft… 4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
|
/linux-6.15/fs/ntfs3/ |
D | Makefile | 9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
|
/linux-6.15/include/linux/ |
D | percpu-defs.h | 96 * Normal declaration and definition macros. 106 * Variant on the per-CPU variable declaration/definition theme used for 116 * Declaration/definition used for per-CPU variables that are frequently 129 * Declaration/definition used for per-CPU variables that must be cacheline 156 * Declaration/definition used for per-CPU variables that must be page aligned. 167 * Declaration/definition used for per-CPU variables that must be read mostly. 176 * Declaration/definition used for per-CPU variables that should be accessed
|
/linux-6.15/scripts/genksyms/ |
D | parse.y | 3 * C global declaration parser for genksyms. 119 declaration 120 | declaration_seq declaration 123 declaration: 314 error_with_pos("unexpected second declaration name");
|
/linux-6.15/scripts/ |
D | kernel-doc | 239 #declaration types: can be 612 my $declaration = $args{'definition'}; 613 $declaration =~ s/\t/ /g; 614 $declaration =~ s/\n/"\n.br\n.BI \"/g; 617 print ".BI \"$declaration\n};\n.br\n\n"; 951 my $declaration = $args{'definition'}; 953 $declaration =~ s/\t/$lineprefix/g; 954 …print $lineprefix . $args{'type'} . " " . $args{'struct'} . " {\n$declaration" . $lineprefix . "};… 1030 # takes a declaration (struct, union, enum, typedef) and 1085 # - first eat non-declaration parameters and rewrite for final match [all …]
|
/linux-6.15/Documentation/admin-guide/kdump/ |
D | vmcoreinfo.rst | 234 declaration of the structure. 247 requiring the declaration of the structure. 260 the declaration of the structure. 274 requiring the declaration of the structure. 287 the declaration of the structure. 300 requiring the declaration of the structure. 314 architecture-specific declaration.
|
12345678910>>...18