/openbmc/qemu/scripts/tracetool/format/ |
H A D | log_stap.py | 37 literal = "" 47 raise Exception("Unexpected escape outside string literal") 48 literal = literal + fmt[i] 52 bits.append(literal) 53 literal = "" 65 literal = literal + fmt[i] 72 literal = literal + fmt[i] 79 bits.append(literal)
|
/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | u-boot.lds | 43 RELOCATE2(KernelExceptionVector,literal); 45 RELOCATE2(UserExceptionVector,literal); 47 RELOCATE2(DoubleExceptionVector,literal); 59 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8, 62 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8, 66 FOLLOWING(.KernelExceptionVector.literal)) 67 SECTION_VECTOR(UserExceptionVector,literal,XCHAL_USER_VECTOR_VADDR-8, 70 FOLLOWING(.UserExceptionVector.literal)) 71 SECTION_VECTOR(DoubleExceptionVector,literal,XCHAL_DOUBLEEXC_VECTOR_VADDR-8, 74 FOLLOWING(.DoubleExceptionVector.literal))
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | Makefile | 26 # 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; ' \
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | patchtest_patterns.py | 11 colon = pyparsing.Literal(":") 14 lessthan = pyparsing.Literal("<") 15 greaterthan = pyparsing.Literal(">") 21 inappropriateinfo = pyparsing.Literal("Inappropriate") + nestexpr 22 submittedinfo = pyparsing.Literal("Submitted") + nestexpr 80 signed_off_by_prefix = pyparsing.Literal("Signed-off-by:") 92 [pyparsing.Literal(status) for status in upstream_status_literal_valid_status] 95 upstream_status_prefix = pyparsing.Literal("Upstream-Status")
|
/openbmc/qemu/docs/system/ |
H A D | device-url-syntax.rst.inc | 26 .. parsed-literal:: 34 .. parsed-literal:: 40 .. parsed-literal:: 65 .. parsed-literal:: 71 .. parsed-literal:: 80 .. parsed-literal:: 95 .. parsed-literal:: 107 .. parsed-literal:: 187 .. parsed-literal:: 196 .. parsed-literal:: [all …]
|
H A D | replay.rst | 36 .. parsed-literal:: 47 .. parsed-literal:: 105 .. parsed-literal:: 126 .. parsed-literal:: 136 .. parsed-literal:: 151 .. parsed-literal:: 167 .. parsed-literal:: 183 .. parsed-literal::
|
H A D | vnc-security.rst | 19 .. parsed-literal:: 45 .. parsed-literal:: 65 .. parsed-literal:: 89 .. parsed-literal:: 103 .. parsed-literal:: 129 .. parsed-literal:: 145 .. parsed-literal::
|
H A D | qemu-block-drivers.rst.inc | 475 .. parsed-literal:: 485 .. parsed-literal:: 492 .. parsed-literal:: 509 .. parsed-literal:: 516 .. parsed-literal:: 522 .. parsed-literal:: 528 .. parsed-literal:: 534 .. parsed-literal:: 542 .. parsed-literal:: 550 .. parsed-literal:: [all …]
|
H A D | target-i386-desc.rst.inc | 53 .. parsed-literal:: 59 .. parsed-literal:: 70 .. parsed-literal::
|
/openbmc/linux/tools/perf/util/ |
H A D | expr.c | 421 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument 426 if (!strcmp("#num_cpus", literal)) { in expr__get_literal() 430 if (!strcmp("#num_cpus_online", literal)) { in expr__get_literal() 438 if (!strcasecmp("#system_tsc_freq", literal)) { in expr__get_literal() 449 if (!strcasecmp("#smt_on", literal)) { in expr__get_literal() 453 if (!strcmp("#core_wide", literal)) { in expr__get_literal() 458 if (!strcmp("#num_packages", literal)) { in expr__get_literal() 463 if (!strcmp("#num_dies", literal)) { in expr__get_literal() 468 if (!strcmp("#num_cores", literal)) { in expr__get_literal() 473 if (!strcmp("#slots", literal)) { in expr__get_literal() [all …]
|
H A D | expr.l | 85 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); }
|
/openbmc/linux/lib/xz/ |
H A D | xz_lzma2.h | 34 * - 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 */
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | manpage-bold-literal.xsl | 1 <!-- 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">
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | manpage-bold-literal.xsl | 1 <!-- 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">
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 91 term should be a list of Text and literal nodes. 94 - a list of Text and literal nodes, which will be put into 117 """Return list of Text, literal nodes for the ifcond 126 doc = nodes.literal('', doc) 136 """Return list of Text, literal nodes for this member 142 term = [nodes.literal('', member.name)] 145 term.append(nodes.literal('', member.type.doc_type())) 153 """Return list of Text, literal nodes for variant 'when' clause 160 nodes.literal('', branches.tag_member.name), 162 nodes.literal('', '"%s"' % variant.name)] [all …]
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 30 .. parsed-literal:: 37 .. parsed-literal:: 70 .. parsed-literal:: 81 .. parsed-literal:: 92 .. parsed-literal::
|
/openbmc/linux/Documentation/usb/ |
H A D | text_files.rst | 5 :literal: 11 :literal: 23 :literal:
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-trace-stap.rst | 52 .. parsed-literal:: 59 .. parsed-literal:: 96 .. parsed-literal:: 102 .. parsed-literal:: 110 .. parsed-literal::
|
/openbmc/u-boot/Documentation/sphinx-static/ |
H A D | theme_overrides.css | 76 /* inline literal: drop the borderbox, padding and red color */ 86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
/openbmc/linux/lib/ |
H A D | inflate.c | 29 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 …]
|
/openbmc/linux/Documentation/sphinx-static/ |
H A D | theme_overrides.css | 112 /* inline literal: drop the borderbox, padding and red color */ 122 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | ldscript.h | 67 KEEP(*(.reset.literal .reset.text)) \ 74 *(.literal .text) \ 75 *(.literal.* .text.* .stub) \ 76 *(.gnu.warning .gnu.linkonce.literal.*) \ 77 *(.gnu.linkonce.t.*.literal .gnu.linkonce.t.*) \ 78 *(.fini.literal) \
|
/openbmc/openbmc-test-automation/extended/ |
H A D | run_keyword.py | 68 # could take the output of the first call and specify it as a literal on 75 # You wish to take the output of that call and specify it as a literal 77 # Want Dictionary parm=<literal dictionary specification> 79 # literal in Robot Framework.
|
/openbmc/linux/Documentation/staging/ |
H A D | lzo.rst | 33 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
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc-lexer.l | 156 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"
|