Home
last modified time | relevance | path

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

123

/linux-6.12.1/tools/perf/util/
Dexpr.c417 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument
422 if (!strcmp("#num_cpus", literal)) { in expr__get_literal()
426 if (!strcmp("#num_cpus_online", literal)) { in expr__get_literal()
434 if (!strcasecmp("#system_tsc_freq", literal)) { in expr__get_literal()
445 if (!strcasecmp("#smt_on", literal)) { in expr__get_literal()
449 if (!strcmp("#core_wide", literal)) { in expr__get_literal()
454 if (!strcmp("#num_packages", literal)) { in expr__get_literal()
459 if (!strcmp("#num_dies", literal)) { in expr__get_literal()
464 if (!strcmp("#num_cores", literal)) { in expr__get_literal()
469 if (!strcmp("#slots", literal)) { in expr__get_literal()
[all …]
Dexpr.l85 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() function
113 literal #[0-9a-zA-Z_\.\-]+
127 {literal} { return literal(yyscanner, sctx); }
Dexpr.h56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
/linux-6.12.1/Documentation/usb/
Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/linux-6.12.1/rust/kernel/
Dkunit.rs52 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => {
158 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
Dsync.rs64 ($name:literal) => {
/linux-6.12.1/lib/
Dglob.c86 goto literal; in glob_match()
92 goto literal; in glob_match()
109 literal: in glob_match()
/linux-6.12.1/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/linux-6.12.1/Documentation/sphinx-static/
Dtheme_overrides.css107 /* inline literal: drop the borderbox, padding and red color */
117 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/linux-6.12.1/Documentation/driver-api/
Dfirewire.rst23 :literal:
32 :literal:
/linux-6.12.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-6.12.1/Documentation/sphinx/
Dautomarkup.py157 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
217 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
300 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
/linux-6.12.1/Documentation/netlabel/
Ddraft_ietf.rst5 :literal:
/linux-6.12.1/Documentation/arch/s390/
Dtext_files.rst5 :literal:
/linux-6.12.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-6.12.1/Documentation/translations/ko_KR/core-api/wrappers/
Dmemory-barriers.rst14 :literal:
/linux-6.12.1/Documentation/core-api/wrappers/
Datomic_t.rst14 :literal:
Datomic_bitops.rst14 :literal:
Dmemory-barriers.rst14 :literal:
/linux-6.12.1/Documentation/admin-guide/aoe/
Dexamples.rst5 :literal:
/linux-6.12.1/Documentation/translations/sp_SP/wrappers/
Dmemory-barriers.rst15 :literal:
/linux-6.12.1/rust/kernel/sync/lock/
Dspinlock.rs13 ($inner:expr $(, $name:literal)? $(,)?) => {
Dmutex.rs13 ($inner:expr $(, $name:literal)? $(,)?) => {
/linux-6.12.1/arch/arm64/kernel/
Dftrace.c302 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops() local
303 return aarch64_insn_write_literal_u64((void *)literal, in ftrace_rec_set_ops()
/linux-6.12.1/tools/lib/perf/Documentation/
DMakefile79 XMLTO_EXTRA += -m manpage-bold-literal.xsl

123