Home
last modified time | relevance | path

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

123

/linux/tools/perf/util/
H A Dexpr.c393 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 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); }
H A Dexpr.h56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
/linux/Documentation/usb/
H A Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/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 $(,)?) => {{
H A Dsync.rs66 ($name:literal) => {
/linux/lib/
H A Dglob.c86 goto literal; in glob_match()
92 goto literal; in glob_match()
109 literal: in glob_match()
/linux/Documentation/sphinx-static/
H A 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/arch/xtensa/boot/boot-redboot/
H A Dboot.ld11 *(.literal .text.literal .text)
/linux/Documentation/driver-api/
H A Dfirewire.rst23 :literal:
32 :literal:
/linux/Documentation/staging/
H A 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/Documentation/sphinx/
H A 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/rust/macros/
H A Dhelpers.rs14 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal()
15 Some(literal.to_string()) in try_literal()
/linux/Documentation/netlabel/
H A Ddraft_ietf.rst5 :literal:
/linux/Documentation/arch/s390/
H A Dtext_files.rst5 :literal:
/linux/Documentation/core-api/wrappers/
H A Datomic_t.rst14 :literal:
H A Datomic_bitops.rst14 :literal:
H A Dmemory-barriers.rst14 :literal:
/linux/Documentation/admin-guide/aoe/
H A Dexamples.rst5 :literal:
/linux/Documentation/translations/ko_KR/core-api/wrappers/
H A Dmemory-barriers.rst14 :literal:
/linux/Documentation/translations/sp_SP/wrappers/
H A Dmemory-barriers.rst15 :literal:
/linux/rust/kernel/sync/lock/
H A Dspinlock.rs13 ($inner:expr $(, $name:literal)? $(,)?) => {
H A Dmutex.rs13 ($inner:expr $(, $name:literal)? $(,)?) => {
/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst17 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 DMakefile79 XMLTO_EXTRA += -m manpage-bold-literal.xsl

123