Home
last modified time | relevance | path

Searched full:syntax (Results 1 – 25 of 380) 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/Documentation/process/
H A Dprogramming-language.rst19 [gcc-attribute-syntax]_. Attributes allow to introduce
29 directly the GNU attribute syntax (e.g. ``__attribute__((__pure__))``)
53 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
/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/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst414 syntax".
576 - Size in bits of the dec_ref_pic_marking() syntax element.
579 - Combined size in bits of the picture order count related syntax
660 the slice header syntax (the driver will wrap the value if needed). For
662 long_term_frame_idx described in the dec_ref_pic_marking() syntax.
786 according to :ref:`h264` 7.3.1 NAL unit syntax, hence contains
1265 associated MPEG-2 slice data. This includes fields matching the syntax
1327 associated MPEG-2 slice data. This includes fields matching the syntax
1869 params syntax' of the :ref:`vp9` specification for more details.
1898 Predicted-Segment-ID. See '6.4.14 Get segment id syntax'
[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.rs201 /// [`std::format!`] for information about the formatting syntax.
226 /// [`std::format!`] for information about the formatting syntax.
251 /// [`std::format!`] for information about the formatting syntax.
276 /// [`std::format!`] for information about the formatting syntax.
301 /// [`std::format!`] for information about the formatting syntax.
326 /// [`std::format!`] for information about the formatting syntax.
351 /// [`std::format!`] for information about the formatting syntax.
378 /// [`std::format!`] for information about the formatting syntax.
406 /// [`std::format!`] for information about the formatting syntax.
/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/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/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/Documentation/kbuild/
H A Dmakefiles.rst69 kbuild infrastructure. This chapter introduces the syntax used in the
187 the syntax above will also work. So, if you have CONFIG_EXT2_FS=y,
257 Kbuild also supports dedicated syntax, subdir-y and subdir-m, for
270 syntax is always used for directories.
304 in the next section) is the correct syntax to use.
445 This is a custom rule, following the normal syntax
527 If the target is already listed in the recognized syntax such as
760 The syntax used to define composite objects for host programs is
761 similar to the syntax used for kernel objects.
776 Note: The syntax <executable>-y is not permitted for host-programs.
[all …]
/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.

12345678910>>...16