Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 163) sorted by relevance

1234567

/openbmc/qemu/scripts/tracetool/format/
H A Dlog_stap.py37 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 Du-boot.lds43 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/tools/perf/util/
H A Dexpr.c426 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()
477 if (!strcmp("#has_pmem", literal)) { in expr__get_literal()
[all …]
H A Dexpr.l85 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() function
105 literal #[0-9a-zA-Z_\.\-]+
118 {literal} { return literal(yyscanner, sctx); }
/openbmc/linux/Documentation/usb/
H A Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/openbmc/linux/lib/
H A Dglob.c84 goto literal; in glob_match()
90 goto literal; in glob_match()
107 literal: in glob_match()
/openbmc/linux/rust/kernel/
H A Dkunit.rs52 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => {
158 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dldscript.h67 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/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc26 .. 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 Dtarget-i386-desc.rst.inc53 .. parsed-literal::
59 .. parsed-literal::
70 .. parsed-literal::
H A Dlinuxboot.rst12 .. parsed-literal::
24 .. parsed-literal::
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py126 doc = nodes.literal('', doc)
142 term = [nodes.literal('', member.name)]
145 term.append(nodes.literal('', member.type.doc_type()))
160 nodes.literal('', branches.tag_member.name),
162 nodes.literal('', '"%s"' % variant.name)]
182 nodes.literal('', base.doc_type())],
191 nodes.literal('', v.type.doc_type())]
207 termtext = [nodes.literal('', section.member.name)]
234 nodes.literal('', arg_type.name)],
247 [nodes.literal('', section.member.name)], dedent(section.text))
[all …]
/openbmc/u-boot/Documentation/sphinx-static/
H A 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 {
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A Dboot.ld11 *(.literal .text.literal .text)
/openbmc/qemu/docs/system/devices/
H A Dusb-u2f.rst30 .. parsed-literal::
37 .. parsed-literal::
70 .. parsed-literal::
81 .. parsed-literal::
92 .. parsed-literal::
H A Divshmem.rst7 .. parsed-literal::
24 .. parsed-literal::
56 .. parsed-literal::
/openbmc/qemu/docs/
H A Ddefs.rst.inc7 used inside a parsed-literal block: the definition must not include
8 extra literal formatting with ``..``: this works in the HTML output
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch19 'but is missing {}.'.format(minimum_literal - set(literal)))
21 cpu_family = literal['cpu_family']
27 endian = literal['endian']
/openbmc/linux/Documentation/sphinx-static/
H A 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 {
/openbmc/qemu/docs/tools/
H A Dqemu-trace-stap.rst52 .. parsed-literal::
59 .. parsed-literal::
96 .. parsed-literal::
102 .. parsed-literal::
110 .. parsed-literal::
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css111 /* inline literal: drop the borderbox, padding and red color */
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dtheme_overrides.css111 /* inline literal: drop the borderbox, padding and red color */
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DAsset.interface.yaml20 YYYYMMDDThhmmssZ. Where 'T' is a literal character to separate date
21 fields from time and 'Z' is a literal character to indicate UTC.
/openbmc/linux/Documentation/driver-api/
H A Dfirewire.rst23 :literal:
32 :literal:
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A Dfix-security-format.patch6 zip.c:1031:5: error: format not a string literal and no format arguments [-Werror=format-security]
10 zip.c:1228:5: error: format not a string literal and no format arguments [-Werror=format-security]

1234567