Home
last modified time | relevance | path

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

1234567

/Linux-v6.1/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; ' \
/Linux-v6.1/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-v6.1/tools/perf/util/
Dexpr.c407 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument
412 if (!strcmp("#num_cpus", literal)) { in expr__get_literal()
417 if (!strcasecmp("#system_tsc_freq", literal)) { in expr__get_literal()
435 if (!strcasecmp("#smt_on", literal)) { in expr__get_literal()
439 if (!strcmp("#core_wide", literal)) { in expr__get_literal()
444 if (!strcmp("#num_packages", literal)) { in expr__get_literal()
448 if (!strcmp("#num_dies", literal)) { in expr__get_literal()
452 if (!strcmp("#num_cores", literal)) { in expr__get_literal()
457 pr_err("Unrecognized literal '%s'", literal); in expr__get_literal()
459 pr_debug2("literal: %s = %f\n", literal, result); in expr__get_literal()
Dexpr.l82 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() function
90 return LITERAL; in literal()
100 literal #[0-9a-zA-Z_\.\-]+
111 {literal} { return literal(yyscanner, sctx); }
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/Documentation/usb/
Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/Linux-v6.1/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-v6.1/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 {
/Linux-v6.1/rust/macros/
Dhelpers.rs14 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal()
15 Some(literal.to_string()) in try_literal()
/Linux-v6.1/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
/Linux-v6.1/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-v6.1/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()
304 strm->msg = (char *)"invalid literal/length code"; in inflate_fast()
335 - Swapping literal/length else
/Linux-v6.1/tools/lib/bpf/
Dlibbpf_common.h54 * followed by assignment using compound literal syntax is done to preserve
57 * when copying literal, that compiler won't copy garbage in literal's padding
/Linux-v6.1/Documentation/sphinx/
Dautomarkup.py154 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
214 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
283 # The nodes.literal test catches ``literal text``, its purpose is to
286 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
/Linux-v6.1/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/Linux-v6.1/Documentation/driver-api/
Dfirewire.rst23 :literal:
32 :literal:
/Linux-v6.1/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-v6.1/fs/erofs/
Derofs_fs.h343 * 0 - literal (uncompressed) lcluster
348 * 0 - literal (uncompressed) lcluster,
350 * di_clusterofs = the literal data offset of the lcluster
351 * di_blkaddr = the blkaddr of the literal pcluster
/Linux-v6.1/fs/ntfs3/lib/
Dlzx_decompress.c14 /* Number of literal byte values */
170 * match/literal decoding, the decompressor must undo the translation.
403 * in two parts: one part for literal symbols, and one part for in lzx_read_block_header()
489 /* Literal */ in lzx_decompress_block()
530 * code. Otherwise, all the extra bits are literal. in lzx_decompress_block()

1234567