/linux/tools/perf/util/ |
H A D | expr.c | 393 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr_id_data__source_count() 396 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); 404 pr_err("Failure to read '%s'", literal); in has_pmem() 406 } else if (!strcmp("#core_wide", literal)) { in has_pmem() 410 pr_err("Unrecognized literal '%s'", literal); in has_pmem() 413 pr_debug2("literal: %s = %f\n", literal, result); in has_pmem() 417 expr__get_literal(const char * literal,const struct expr_scanner_ctx * ctx) expr__get_literal() argument
|
H A D | expr.l | 85 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); }
|
H A D | expr.h | 56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
|
/linux/Documentation/usb/ |
H A D | text_files.rst | 5 :literal: 11 :literal: 23 :literal:
|
/linux/rust/kernel/ |
H A D | kunit.rs | 52 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => { 158 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
|
H A D | sync.rs | 66 ($name:literal) => {
|
/linux/lib/ |
H A D | glob.c | 86 goto literal; in glob_match() 92 goto literal; in glob_match() 109 literal: in glob_match()
|
/linux/Documentation/sphinx-static/ |
H A D | theme_overrides.css | 107 /* inline literal: drop the borderbox, padding and red color */ 117 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
/linux/arch/xtensa/boot/boot-redboot/ |
H A D | boot.ld | 11 *(.literal .text.literal .text)
|
/linux/Documentation/driver-api/ |
H A D | firewire.rst | 23 :literal: 32 :literal:
|
/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
|
/linux/Documentation/sphinx/ |
H A D | automarkup.py | 157 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/rust/macros/ |
H A D | helpers.rs | 14 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal() 15 Some(literal.to_string()) in try_literal()
|
/linux/Documentation/netlabel/ |
H A D | draft_ietf.rst | 5 :literal:
|
/linux/Documentation/arch/s390/ |
H A D | text_files.rst | 5 :literal:
|
/linux/Documentation/core-api/wrappers/ |
H A D | atomic_t.rst | 14 :literal:
|
H A D | atomic_bitops.rst | 14 :literal:
|
H A D | memory-barriers.rst | 14 :literal:
|
/linux/Documentation/admin-guide/aoe/ |
H A D | examples.rst | 5 :literal:
|
/linux/Documentation/translations/ko_KR/core-api/wrappers/ |
H A D | memory-barriers.rst | 14 :literal:
|
/linux/Documentation/translations/sp_SP/wrappers/ |
H A D | memory-barriers.rst | 15 :literal:
|
/linux/rust/kernel/sync/lock/ |
H A D | spinlock.rs | 13 ($inner:expr $(, $name:literal)? $(,)?) => {
|
H A D | mutex.rs | 13 ($inner:expr $(, $name:literal)? $(,)?) => {
|
/linux/Documentation/userspace-api/netlink/ |
H A D | c-code-gen.rst | 17 The upper case is used to denote literal values, e.g. ``$family-CMD`` 18 means the concatenation of ``$family``, a dash character, and the literal
|
/linux/tools/lib/perf/Documentation/ |
H A D | Makefile | 79 XMLTO_EXTRA += -m manpage-bold-literal.xsl
|