Searched refs:literal (Results 1 – 25 of 45) sorted by relevance
12
/linux-6.1.9/tools/perf/util/ |
D | expr.c | 407 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()
|
D | expr.l | 82 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() function 100 literal #[0-9a-zA-Z_\.\-]+ 111 {literal} { return literal(yyscanner, sctx); }
|
D | expr.h | 60 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
|
/linux-6.1.9/Documentation/usb/ |
D | text_files.rst | 5 :literal: 11 :literal: 23 :literal:
|
/linux-6.1.9/lib/ |
D | glob.c | 84 goto literal; in glob_match() 90 goto literal; in glob_match() 107 literal: in glob_match()
|
/linux-6.1.9/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 11 *(.literal .text.literal .text)
|
/linux-6.1.9/Documentation/sphinx-static/ |
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 {
|
/linux-6.1.9/rust/macros/ |
D | helpers.rs | 14 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal() 15 Some(literal.to_string()) in try_literal()
|
/linux-6.1.9/Documentation/driver-api/ |
D | firewire.rst | 23 :literal: 32 :literal:
|
/linux-6.1.9/Documentation/staging/ |
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
|
/linux-6.1.9/Documentation/sphinx/ |
D | automarkup.py | 154 lit_text = nodes.literal(classes=['xref', 'c', 'c-func']) 214 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]]) 286 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
|
/linux-6.1.9/Documentation/netlabel/ |
D | draft_ietf.rst | 5 :literal:
|
/linux-6.1.9/Documentation/s390/ |
D | text_files.rst | 5 :literal:
|
/linux-6.1.9/Documentation/translations/ko_KR/ |
D | index.rst | 25 :literal:
|
/linux-6.1.9/Documentation/admin-guide/aoe/ |
D | examples.rst | 5 :literal:
|
/linux-6.1.9/Documentation/core-api/wrappers/ |
D | atomic_bitops.rst | 14 :literal:
|
D | atomic_t.rst | 14 :literal:
|
D | memory-barriers.rst | 14 :literal:
|
/linux-6.1.9/tools/lib/perf/Documentation/ |
D | Makefile | 79 XMLTO_EXTRA += -m manpage-bold-literal.xsl
|
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | Makefile | 97 XMLTO_EXTRA += -m manpage-bold-literal.xsl
|
/linux-6.1.9/arch/xtensa/ |
D | Kconfig.debug | 18 The default linker behavior is to combine identical literal
|
/linux-6.1.9/lib/lzo/ |
D | lzo1x_compress.c | 44 literal: in lzo1x_1_do_compress() 110 goto literal; in lzo1x_1_do_compress()
|
/linux-6.1.9/Documentation/block/ |
D | biovecs.rst | 27 bio_iovec() and bio_iter_iovec() macros that return literal struct biovecs, 103 literal struct bio_vec - constructed on the fly from the raw biovec but
|
/linux-6.1.9/tools/perf/Documentation/ |
D | Makefile | 127 XMLTO_EXTRA += -m manpage-bold-literal.xsl
|
/linux-6.1.9/Documentation/doc-guide/ |
D | parse-headers.rst | 65 included via ..parsed-literal block with cross-references for the
|
12