Home
last modified time | relevance | path

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

12345

/Linux-v5.4/arch/xtensa/kernel/
DMakefile23 # Therefore, the .text and .literal section must be combined in parenthesis
24 # in the linker script, such as: *(.literal .text).
27 # *(xxx.text) to *(xxx.literal xxx.text) for the following text sections:
32 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
33 -e ':b; s/\*(\([^)]*\)\.text\(\.[a-z]*\)/*(\1.{text}\2.literal .{text}\2/; tb; ' \
34 -e ':c; s/\*(\([^)]*\)\(\.[a-z]*it\|\.ref\)\.text/*(\1\2.literal \2.{text}/; tc; ' \
35 -e ':d; s/\*(\([^)]\+ \|\)\.text/*(\1.literal .{text}/; td; ' \
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/Documentation/ide/
Dchangelogs.rst5 :literal:
11 :literal:
17 :literal:
/Linux-v5.4/Documentation/usb/
Dtext_files.rst5 :literal:
11 :literal:
29 :literal:
/Linux-v5.4/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-v5.4/Documentation/sphinx-static/
Dtheme_overrides.css114 /* inline literal: drop the borderbox, padding and red color */
124 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/Linux-v5.4/Documentation/sphinx/
Dautomarkup.py54 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
88 # The nodes.literal test catches ``literal text``, its purpose is to
94 if not isinstance(node.parent, nodes.literal):
/Linux-v5.4/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
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-v5.4/scripts/dtc/
Ddtc-lexer.l157 DPRINT("Integer Literal: '%s'\n", yytext);
163 lexical_error("Bad integer literal '%s'",
168 lexical_error("Integer literal '%s' out of range",
179 DPRINT("Character literal: %s\n", yytext);
183 lexical_error("Empty character literal");
189 lexical_error("Character literal has %d"
/Linux-v5.4/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.h39 LIT, /* o: waiting for output space to write literal */
92 unsigned length; /* literal or length of data to copy */
97 code const *lencode; /* starting table for length/literal codes */
Dinffast.c52 Decode literal, length, and distance codes and write out the resulting
53 literal and match bytes until either not enough input or output is
152 if (op == 0) { /* literal */ in inflate_fast()
326 strm->msg = (char *)"invalid literal/length code"; in inflate_fast()
357 - Swapping literal/length else
/Linux-v5.4/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/Linux-v5.4/Documentation/driver-api/
Dfirewire.rst23 :literal:
32 :literal:
/Linux-v5.4/fs/erofs/
Derofs_fs.h227 * 0 - literal (uncompressed) cluster
232 * 0 - literal (uncompressed) cluster,
234 * di_clusterofs = the literal data offset of the cluster
235 * di_blkaddr = the blkaddr of the literal cluster
/Linux-v5.4/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-v5.4/lib/zlib_deflate/
Ddefutil.h16 /* number of literal bytes 0..255 */
19 /* number of Literal or Length codes, including the END_BLOCK code */
168 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
172 struct tree_desc_s l_desc; /* desc. for literal tree */
Ddeftree.c53 /* end of block literal code */
89 /* The static literal tree. Since the bit lengths are imposed, there is no
271 /* Construct the codes of the static literal tree */ in tr_static_init()
623 * Scan a literal or distance tree to determine the frequencies of the codes
669 * Send a literal or distance tree in compressed form, using the codes in
730 /* Determine the bit length frequencies for literal and distance trees */ in build_bl_tree()
757 * lengths of the bit length codes, the literal tree and the distance tree.
782 send_tree(s, (ct_data *)s->dyn_ltree, lcodes-1); /* literal tree */ in send_all_trees()
872 /* Construct the literal and distance trees */
1020 ct_data *ltree, /* literal tree */
[all …]
/Linux-v5.4/Documentation/netlabel/
Ddraft_ietf.rst5 :literal:
/Linux-v5.4/Documentation/s390/
Dtext_files.rst5 :literal:
/Linux-v5.4/Documentation/devicetree/bindings/
Dexample-schema.yaml24 Literal blocks are marked with the '|' at the beginning. The end is marked by
25 indentation less than the first line of the literal block. Lines also cannot

12345