Home
last modified time | relevance | path

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

12345

/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; ' \
/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 */
/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">
/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">
/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">
/linux-5.10/Documentation/usb/
Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/linux-5.10/Documentation/ide/
Dchangelogs.rst5 :literal:
11 :literal:
17 :literal:
/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
/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()
Ddecompress_bunzip2.c231 for symTotal literal symbols, plus two run symbols (RUNA, in get_next_block()
406 either a new literal byte, or a repeated run of the in get_next_block()
407 most recent literal byte. First, check if nextSym in get_next_block()
409 how many times to repeat the last literal. */ in get_next_block()
435 literal, so append that many copies to our buffer in get_next_block()
436 of decoded symbols (dbuf) now. (The last literal in get_next_block()
452 /* At this point, nextSym indicates a new literal in get_next_block()
454 MTF array at which this literal is currently to be in get_next_block()
460 non-literal nextSym values equals -1.) */ in get_next_block()
475 /* We have our literal byte. Save it into dbuf. */ in get_next_block()
/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
/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 {
/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"
/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
Dinflate.h41 LIT, /* o: waiting for output space to write literal */
94 unsigned length; /* literal or length of data to copy */
99 code const *lencode; /* starting table for length/literal codes */
Dinffast.c31 Decode literal, length, and distance codes and write out the resulting
32 literal and match bytes until either not enough input or output is
131 if (op == 0) { /* literal */ in inflate_fast()
305 strm->msg = (char *)"invalid literal/length code"; in inflate_fast()
336 - Swapping literal/length else
/linux-5.10/Documentation/sphinx/
Dautomarkup.py136 lit_text = nodes.literal(classes=['xref', 'c', class_s])
187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
248 # The nodes.literal test catches ``literal text``, its purpose is to
254 if not isinstance(node.parent, nodes.literal):
/linux-5.10/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/linux-5.10/Documentation/driver-api/
Dfirewire.rst23 :literal:
32 :literal:
/linux-5.10/fs/erofs/
Derofs_fs.h228 * 0 - literal (uncompressed) cluster
233 * 0 - literal (uncompressed) cluster,
235 * di_clusterofs = the literal data offset of the cluster
236 * di_blkaddr = the blkaddr of the literal cluster
/linux-5.10/arch/arm/probes/
Ddecode-thumb.c283 /* PLD (literal) 1111 1000 x001 1111 1111 xxxx xxxx xxxx */
284 /* PLI (literal) 1111 1001 x001 1111 1111 xxxx xxxx xxxx */
335 /* LDR (literal) 1111 1000 x101 1111 xxxx xxxx xxxx xxxx */
352 /* LDRB (literal) 1111 1000 x001 1111 xxxx xxxx xxxx xxxx */
353 /* LDRSB (literal) 1111 1001 x001 1111 xxxx xxxx xxxx xxxx */
354 /* LDRH (literal) 1111 1000 x011 1111 xxxx xxxx xxxx xxxx */
355 /* LDRSH (literal) 1111 1001 x011 1111 xxxx xxxx xxxx xxxx */
764 * Load from Literal Pool
765 * LDR (literal) 0100 1xxx xxxx xxxx
798 * ADR (literal) 1010 0xxx xxxx xxxx
/linux-5.10/Documentation/netlabel/
Ddraft_ietf.rst5 :literal:
/linux-5.10/Documentation/s390/
Dtext_files.rst5 :literal:

12345