Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-4.19/arch/xtensa/kernel/
DMakefile22 # Therefore, the .text and .literal section must be combined in parenthesis
23 # in the linker script, such as: *(.literal .text).
26 # *(xxx.text) to *(xxx.literal xxx.text) for the following text sections:
31 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
32 -e ':b; s/\*(\([^)]*\)\.text\(\.[a-z]*\)/*(\1.{text}\2.literal .{text}\2/; tb; ' \
33 -e ':c; s/\*(\([^)]*\)\(\.[a-z]*it\|\.ref\)\.text/*(\1\2.literal \2.{text}/; tc; ' \
34 -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-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-4.19/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/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-4.19/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/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-4.19/arch/xtensa/boot/boot-elf/
Dbootstrap.S34 .literal RomInitAddr, CONFIG_KERNEL_LOAD_ADDRESS
36 .literal RomInitAddr, KERNELOFFSET
39 .literal RomBootParam, 0
41 .literal RomBootParam, _bootparam
/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-4.19/Documentation/sphinx-static/
Dtheme_overrides.css76 /* inline literal: drop the borderbox, padding and red color */
86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/kernel/linux/linux-4.19/Documentation/
Dlzo.txt33 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
95 22..255 : copy literal string
104 If last instruction did not copy any literal (state == 0), this
105 encoding will be a copy of 4 or more literal, and must be interpreted
108 0 0 0 0 L L L L (0..15) : copy long literal string
/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-4.19/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-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-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-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"
/kernel/linux/linux-4.19/lib/zlib_inflate/
Dinftrees.h18 the entry is a pointer to another table, a literal, a length or
25 of a literal, the base length or distance, or the offset from
34 00000000 - literal
/kernel/linux/linux-5.10/lib/zlib_inflate/
Dinftrees.h18 the entry is a pointer to another table, a literal, a length or
25 of a literal, the base length or distance, or the offset from
34 00000000 - literal
/kernel/linux/linux-4.19/scripts/dtc/
Ddtc-lexer.l171 DPRINT("Integer Literal: '%s'\n", yytext);
177 lexical_error("Bad integer literal '%s'",
182 lexical_error("Integer literal '%s' out of range",
193 DPRINT("Character literal: %s\n", yytext);
197 lexical_error("Empty character literal");
203 lexical_error("Character literal has %d"

12345678910