Home
last modified time | relevance | path

Searched full:syntax (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/linux/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst29 :Syntax & eg:
44 :Syntax:
57 :Syntax:
94 :Syntax:
110 :Syntax:
132 :Syntax:
144 :Syntax:
156 :Syntax:
167 :Syntax:
181 :Syntax:
[all …]
H A Dcoresight-tpdm.rst29 :Syntax:
38 :Syntax:
/linux/Documentation/arch/m68k/
H A Dkernel-options.rst17 kernel understands, or how the exact syntax for the ... option is, or
60 :Syntax: root=/dev/<device>
67 The first syntax gives the device by name. These names are converted
151 :Syntax: ro
162 :Syntax: debug
172 :Syntax: debug=<device>
221 :Syntax: ramdisk_size=<size>
250 :Syntax: ether=[<irq>[,<base_addr>[,<mem_start>[,<mem_end>]]]],<dev-name>
266 :Syntax: hd=<cylinders>,<heads>,<sectors>
279 :Syntax: max_scsi_luns=<n>
[all …]
/linux/Documentation/translations/zh_TW/process/
H A Dprogramming-language.rst25 在整個內核中使用的一個常見擴展是屬性(attributes) :ref:`gcc-attribute-syntax <tw_gcc-attribute-syntax>`
66 .. _tw_gcc-attribute-syntax:
68 gcc-attribute-syntax
69 https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/linux/tools/perf/Documentation/
H A Dperf-probe.txt65 Define a probe event (see PROBE SYNTAX for detail).
82 which specifies a range of the source code. (see LINE SYNTAX for detail)
87 syntax is same as PROBE SYNTAX, but NO ARGs.
155 PROBE SYNTAX
157 Probe points are defined by following syntax.
177 … the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is th…
188 In the probe syntax, '=', '@', '+', ':' and ';' are treated as a special character. You can use a b…
195 Each probe argument follows below syntax.
209 …e, which takes 3 parameters, bit-width, bit-offset, and container-size (usually 32). The syntax is;
213 LINE SYNTAX
[all …]
/linux/rust/syn/
H A Dlib.rs11 //! Syn is a parsing library for parsing a stream of Rust tokens into a syntax
17 //! - **Data structures** — Syn provides a complete syntax tree that can
18 //! represent any valid Rust source code. The syntax tree is rooted at
29 //! signature `fn(ParseStream) -> Result<T>`. Every syntax tree node defined
31 //! custom syntaxes, or you may dream up your own brand new syntax without
32 //! involving any of our syntax tree types.
85 //! // Parse the input tokens into a syntax tree
159 //! # Parsing a custom syntax
236 //! - **`full`** — Data structures for representing the syntax tree of all valid
239 //! a syntax tree node of a chosen type.
[all …]
H A Dspanned.rs3 //! A trait that can provide the `Span` of the complete contents of a syntax
75 //! only the span of the *first token* of the syntax tree node is returned.
79 //! able to span the error correctly under the complete syntax tree node without
87 /// A trait that can provide the `Span` of the complete contents of a syntax
99 /// Returns a `Span` covering the complete contents of this syntax tree
H A Dfile.rs16 /// representation of the syntax tree.
33 /// eprintln!("Usage: dump-syntax path/to/filename.rs");
39 /// let syntax = syn::parse_file(&src).expect("unable to parse file");
42 /// println!("{:#?}", syntax);
H A Drestriction.rs10 /// # Syntax tree enum
12 /// This type is a [syntax tree enum].
14 /// [syntax tree enum]: crate::expr::Expr#syntax-tree-enums
H A Dpunctuated.rs3 //! A punctuated sequence of syntax tree nodes separated by punctuation.
15 //! syntax tree node + punctuation, where every node in the sequence is followed
43 /// **A punctuated sequence of syntax tree nodes of type `T` separated by
64 /// contains no syntax tree nodes or punctuation.
69 /// Returns the number of syntax tree nodes in this punctuated sequence.
120 /// Returns an iterator over borrowed syntax tree nodes of type `&T`.
130 /// Returns an iterator over mutably borrowed syntax tree nodes of type
168 /// Appends a syntax tree node onto the end of this punctuated sequence. The
242 /// Appends a syntax tree node onto the end of this punctuated sequence.
947 /// A single syntax tree node of type `T` followed by its trailing punctuation
[all …]
H A Dattr.rs26 /// # Syntax
126 /// syntax tree not that useful on its own. In particular, arguments of the
192 /// Parse the arguments to the attribute as a syntax tree.
273 /// The [*Meta Item Attribute Syntax*][syntax] section in the Rust reference
276 /// need to parse arbitrarily goofy attribute syntax.
278 /// [syntax]: https://doc.rust-lang.org/reference/attributes.html#meta-item-attribute-syntax
283 /// syntax.
469 /// # Syntax tree enum
471 /// This type is a [syntax tree enum].
473 /// [syntax tree enum]: crate::expr::Expr#syntax-tree-enums
H A Dderive.rs26 /// # Syntax tree enum
28 /// This type is a [syntax tree enum].
30 /// [syntax tree enum]: crate::expr::Expr#syntax-tree-enums
/linux/drivers/scsi/
H A Dscript_asm.pl21 # Basically, I follow the NCR syntax documented in the NCR53c710
285 die "$0 : syntax error in line $lineno : $_
303 die "$0 : syntax error in line $lineno : $_
325 die "$0 : syntax error in line $lineno : $_
330 die "$0 : syntax error in line $lineno : $_
346 die "$0 : syntax error in line $lineno : $_
357 die "$0 : syntax error in line $lineno : $_
361 die "$0 : syntax error in line $lineno : $_
366 die "$0 : syntax error in line $lineno : $_
420 "$0 : syntax error in line $lineno : $_
[all …]
/linux/arch/arm/include/asm/
H A Dunified.h3 * include/asm-arm/unified.h - Unified Assembler Syntax helper macros
12 .syntax unified
14 __asm__(".syntax unified");
/linux/tools/lib/bpf/
H A Dlibbpf_common.h54 * followed by assignment using compound literal syntax is done to preserve
55 * ability to use a nice struct field initialization syntax and **hopefully**
62 * values provided by users in struct initializer-syntax as varargs.
77 * syntax as varargs can be provided as well to reinitialize options struct
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst272 Syntax subsubsection
338 Syntax subsubsection
405 Syntax subsubsection
451 Syntax subsubsection
513 Syntax subsubsection
560 Syntax subsubsection
612 Syntax subsubsection
649 Syntax subsubsection
687 Syntax subsubsection
736 Syntax subsubsection
[all …]
/linux/Documentation/translations/sp_SP/process/
H A Dprogramming-language.rst28 [sp-gcc-attribute-syntax]_. Los atributos permiten introducir semántica
52 .. [sp-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/linux/rust/kernel/
H A Dprint.rs206 /// [`std::format!`] for information about the formatting syntax.
231 /// [`std::format!`] for information about the formatting syntax.
256 /// [`std::format!`] for information about the formatting syntax.
281 /// [`std::format!`] for information about the formatting syntax.
306 /// [`std::format!`] for information about the formatting syntax.
331 /// [`std::format!`] for information about the formatting syntax.
356 /// [`std::format!`] for information about the formatting syntax.
383 /// [`std::format!`] for information about the formatting syntax.
411 /// [`std::format!`] for information about the formatting syntax.
/linux/Documentation/translations/it_IT/process/
H A Dprogramming-language.rst25 [it-gcc-attribute-syntax]_. Gli attributi permettono di aggiungere una semantica,
63 .. [it-gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/linux/Documentation/devicetree/bindings/nvmem/
H A Dnvmem-deprecated-cells.yaml7 title: NVMEM old syntax for fixed cells
14 as direct device subnodes. That syntax was replaced by "fixed-layout"
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_user.tc9 :;: "user-memory access syntax and ustring working on user memory";:
25 :;: "user-memory access syntax and ustring not working with kernel memory";:
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h21 * Rec. ITU-T H.264 (04/2017) E.1.2 HRD parameters syntax.
42 * H.264 (04/2017) E.1.1 VUI parameters syntax.
97 * Rec. ITU-T H.264 (04/2017) 7.3.2.1.1 Sequence parameter set data syntax.
152 * Rec. ITU-T H.264 (04/2017) 7.3.2.2 Picture parameter set RBSP syntax.
/linux/Documentation/doc-guide/
H A Dsphinx.rst304 from syntax highlighting, especially short snippets. Use
342 ReStructuredText provides several options for table syntax. Kernel style for
343 tables is to prefer *simple table* syntax or *grid table* syntax. See the
344 `reStructuredText user reference for table syntax`_ for more details.
346 .. _reStructuredText user reference for table syntax:
438 writing the path to the document file, no special syntax required. The path can
/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-event-syntax.tc3 # description: event trigger - test synthetic_events syntax parser
21 echo "Test synthetic_events syntax parser"
/linux/drivers/tty/
H A Dmoxa.c1574 * Syntax:
1579 * Syntax:
1592 * Syntax:
1598 * Syntax:
1604 * Syntax:
1617 * Syntax:
1628 * Syntax:
1643 * Syntax:
1651 * Syntax:
1663 * Syntax:
[all …]

12345678910>>...16