Home
last modified time | relevance | path

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

123

/linux-6.15/Documentation/usb/
H A Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/linux-6.15/lib/
H A Dglob.c86 goto literal; in glob_match()
92 goto literal; in glob_match()
109 literal: in glob_match()
/linux-6.15/tools/perf/util/
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.c392 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument
395 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); in expr__get_literal()
403 pr_err("Failure to read '%s'", literal); in expr__get_literal()
405 } else if (!strcmp("#core_wide", literal)) { in expr__get_literal()
409 pr_err("Unrecognized literal '%s'", literal); in expr__get_literal()
412 pr_debug2("literal: %s = %f\n", literal, result); in expr__get_literal()
H A Dexpr.h56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
/linux-6.15/arch/xtensa/boot/boot-redboot/
H A Dboot.ld11 *(.literal .text.literal .text)
/linux-6.15/rust/kernel/
H A Dkunit.rs54 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => {
160 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
H A Dsync.rs111 ($name:literal) => {
/linux-6.15/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-6.15/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-6.15/Documentation/driver-api/
H A Dfirewire.rst23 :literal:
32 :literal:
/linux-6.15/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-6.15/Documentation/netlabel/
H A Ddraft_ietf.rst5 :literal:
/linux-6.15/Documentation/arch/s390/
H A Dtext_files.rst5 :literal:
/linux-6.15/Documentation/sphinx/
H A Dautomarkup.py147 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
207 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
338 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
/linux-6.15/Documentation/admin-guide/aoe/
H A Dexamples.rst5 :literal:
/linux-6.15/Documentation/core-api/wrappers/
H A Datomic_bitops.rst14 :literal:
H A Datomic_t.rst14 :literal:
H A Dmemory-barriers.rst14 :literal:
/linux-6.15/Documentation/translations/ko_KR/core-api/wrappers/
H A Dmemory-barriers.rst14 :literal:
/linux-6.15/Documentation/translations/sp_SP/wrappers/
H A Dmemory-barriers.rst15 :literal:
/linux-6.15/rust/kernel/sync/lock/
H A Dmutex.rs13 ($inner:expr $(, $name:literal)? $(,)?) => {
H A Dspinlock.rs13 ($inner:expr $(, $name:literal)? $(,)?) => {
/linux-6.15/rust/kernel/sync/
H A Dpoll.rs19 ($($name:literal)?) => {
/linux-6.15/arch/arm64/kernel/
H A Dftrace.c364 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops() local
365 return aarch64_insn_write_literal_u64((void *)literal, in ftrace_rec_set_ops()

123