Home
last modified time | relevance | path

Searched full:literal (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/arch/xtensa/kernel/
DMakefile26 # Therefore, the .text and .literal section must be combined in parenthesis
27 # in the linker script, such as: *(.literal .text).
30 # *(xxx.text) to *(xxx.literal xxx.text) for the following text sections:
35 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
36 -e ':b; s/\*(\([^)]*\)\.text\(\.[a-z]*\)/*(\1.{text}\2.literal .{text}\2/; tb; ' \
37 -e ':c; s/\*(\([^)]*\)\(\.[a-z]*it\|\.ref\)\.text/*(\1\2.literal \2.{text}/; tc; ' \
38 -e ':d; s/\*(\([^)]\+ \|\)\.text/*(\1.literal .{text}/; td; ' \
/kernel/linux/linux-5.10/arch/xtensa/kernel/
DMakefile24 # Therefore, the .text and .literal section must be combined in parenthesis
25 # in the linker script, such as: *(.literal .text).
28 # *(xxx.text) to *(xxx.literal xxx.text) for the following text sections:
33 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
34 -e ':b; s/\*(\([^)]*\)\.text\(\.[a-z]*\)/*(\1.{text}\2.literal .{text}\2/; tb; ' \
35 -e ':c; s/\*(\([^)]*\)\(\.[a-z]*it\|\.ref\)\.text/*(\1\2.literal \2.{text}/; tc; ' \
36 -e ':d; s/\*(\([^)]\+ \|\)\.text/*(\1.literal .{text}/; td; ' \
/kernel/linux/linux-6.6/tools/perf/util/
Dexpr.c418 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument
423 if (!strcmp("#num_cpus", literal)) { in expr__get_literal()
427 if (!strcmp("#num_cpus_online", literal)) { in expr__get_literal()
435 if (!strcasecmp("#system_tsc_freq", literal)) { in expr__get_literal()
446 if (!strcasecmp("#smt_on", literal)) { in expr__get_literal()
450 if (!strcmp("#core_wide", literal)) { in expr__get_literal()
455 if (!strcmp("#num_packages", literal)) { in expr__get_literal()
460 if (!strcmp("#num_dies", literal)) { in expr__get_literal()
465 if (!strcmp("#num_cores", literal)) { in expr__get_literal()
470 if (!strcmp("#slots", literal)) { in expr__get_literal()
[all …]
Dexpr.l85 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() function
95 return LITERAL; in literal()
105 literal #[0-9a-zA-Z_\.\-]+
118 {literal} { return literal(yyscanner, sctx); }
/kernel/linux/linux-6.6/lib/xz/
Dxz_lzma2.h34 * - Literal: One 8-bit byte
40 * either short or long repeated match, and NONLIT means any non-literal.
60 /* The lowest 7 states indicate that the previous state was a literal. */
63 /* Indicate that the latest symbol was a literal. */
92 /* Test if the previous symbol was a literal. */
98 /* Each literal coder is divided in three sections:
104 * a literal (that is, it was some kind of match).
108 /* Maximum number of literal coders */
/kernel/linux/linux-5.10/lib/xz/
Dxz_lzma2.h34 * - Literal: One 8-bit byte
40 * either short or long repeated match, and NONLIT means any non-literal.
60 /* The lowest 7 states indicate that the previous state was a literal. */
63 /* Indicate that the latest symbol was a literal. */
92 /* Test if the previous symbol was a literal. */
98 /* Each literal coder is divided in three sections:
104 * a literal (that is, it was some kind of match).
108 /* Maximum number of literal coders */
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/
Dmanpage-bold-literal.xsl1 <!-- manpage-bold-literal.xsl:
6 <!-- render literal text as bold (instead of plain or monospace);
7 this makes literal text easier to distinguish in manpages
9 <xsl:template match="literal">
/kernel/linux/linux-6.6/tools/perf/Documentation/
Dmanpage-bold-literal.xsl1 <!-- manpage-bold-literal.xsl:
6 <!-- render literal text as bold (instead of plain or monospace);
7 this makes literal text easier to distinguish in manpages
9 <xsl:template match="literal">
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dmanpage-bold-literal.xsl1 <!-- manpage-bold-literal.xsl:
6 <!-- render literal text as bold (instead of plain or monospace);
7 this makes literal text easier to distinguish in manpages
9 <xsl:template match="literal">
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dmanpage-bold-literal.xsl1 <!-- manpage-bold-literal.xsl:
6 <!-- render literal text as bold (instead of plain or monospace);
7 this makes literal text easier to distinguish in manpages
9 <xsl:template match="literal">
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dmanpage-bold-literal.xsl1 <!-- manpage-bold-literal.xsl:
6 <!-- render literal text as bold (instead of plain or monospace);
7 this makes literal text easier to distinguish in manpages
9 <xsl:template match="literal">
/kernel/linux/linux-6.6/Documentation/usb/
Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/kernel/linux/linux-5.10/Documentation/usb/
Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/kernel/linux/linux-5.10/Documentation/ide/
Dchangelogs.rst5 :literal:
11 :literal:
17 :literal:
/kernel/linux/linux-5.10/Documentation/staging/
Dindex.rst26 :literal:
40 :literal:
54 :literal:
Dlzo.rst33 encoded on larger values), or a literal to be copied to the output buffer.
36 seems to be optimized for literal use only, since there is no dictionary yet
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
115 22..255 : copy literal string
124 If last instruction did not copy any literal (state == 0), this
125 encoding will be a copy of 4 or more literal, and must be interpreted
128 0 0 0 0 L L L L (0..15) : copy long literal string
/kernel/linux/linux-5.10/lib/
Dinflate.c29 the end of each deflated block is a special end-of-block (EOB) literal/
30 length code. The decoding process is basically: get a literal/length
31 code; if EOB then done; if a literal, emit the decoded byte; if a
45 an encoding of the literal/length and distance Huffman codes that are
79 6. There are up to 286 literal/length codes. Code 256 represents the
89 literal codes sent minus 257.
101 13. The literal/length and distance code bit lengths are read as a
135 means that v is a literal, 16 < e < 32 means that v is a pointer to
143 ush n; /* literal, length base, or distance base */
176 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */
[all …]
Dglob.c84 goto literal; in glob_match()
90 goto literal; in glob_match()
106 default: /* Literal character */ in glob_match()
107 literal: in glob_match()
/kernel/linux/linux-6.6/lib/
Dinflate.c29 the end of each deflated block is a special end-of-block (EOB) literal/
30 length code. The decoding process is basically: get a literal/length
31 code; if EOB then done; if a literal, emit the decoded byte; if a
45 an encoding of the literal/length and distance Huffman codes that are
79 6. There are up to 286 literal/length codes. Code 256 represents the
89 literal codes sent minus 257.
101 13. The literal/length and distance code bit lengths are read as a
135 means that v is a literal, 16 < e < 32 means that v is a pointer to
143 ush n; /* literal, length base, or distance base */
176 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_common.h23 * followed by assignment using compound literal syntax is done to preserve
26 * when copying literal, that compiler won't copy garbage in literal's padding
/kernel/linux/linux-6.6/Documentation/sphinx-static/
Dtheme_overrides.css112 /* inline literal: drop the borderbox, padding and red color */
122 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/kernel/linux/linux-5.10/Documentation/sphinx-static/
Dtheme_overrides.css124 /* inline literal: drop the borderbox, padding and red color */
134 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/kernel/linux/linux-6.6/Documentation/staging/
Dlzo.rst33 encoded on larger values), or a literal to be copied to the output buffer.
36 seems to be optimized for literal use only, since there is no dictionary yet
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
115 22..255 : copy literal string
124 If last instruction did not copy any literal (state == 0), this
125 encoding will be a copy of 4 or more literal, and must be interpreted
128 0 0 0 0 L L L L (0..15) : copy long literal string
/kernel/linux/linux-6.6/scripts/dtc/
Ddtc-lexer.l156 DPRINT("Integer Literal: '%s'\n", yytext);
162 lexical_error("Bad integer literal '%s'",
167 lexical_error("Integer literal '%s' out of range",
178 DPRINT("Character literal: %s\n", yytext);
182 lexical_error("Empty character literal");
188 lexical_error("Character literal has %d"
/kernel/linux/linux-5.10/scripts/dtc/
Ddtc-lexer.l156 DPRINT("Integer Literal: '%s'\n", yytext);
162 lexical_error("Bad integer literal '%s'",
167 lexical_error("Integer literal '%s' out of range",
178 DPRINT("Character literal: %s\n", yytext);
182 lexical_error("Empty character literal");
188 lexical_error("Character literal has %d"

12345678910>>...13