| /linux-6.15/Documentation/usb/ |
| H A D | text_files.rst | 5 :literal: 11 :literal: 23 :literal:
|
| /linux-6.15/lib/ |
| H A D | glob.c | 86 goto literal; in glob_match() 92 goto literal; in glob_match() 109 literal: in glob_match()
|
| /linux-6.15/tools/perf/util/ |
| 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.c | 392 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 D | expr.h | 56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
|
| /linux-6.15/arch/xtensa/boot/boot-redboot/ |
| H A D | boot.ld | 11 *(.literal .text.literal .text)
|
| /linux-6.15/rust/kernel/ |
| H A D | kunit.rs | 54 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => { 160 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
|
| H A D | sync.rs | 111 ($name:literal) => {
|
| /linux-6.15/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-6.15/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-6.15/Documentation/driver-api/ |
| H A D | firewire.rst | 23 :literal: 32 :literal:
|
| /linux-6.15/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-6.15/Documentation/netlabel/ |
| H A D | draft_ietf.rst | 5 :literal:
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | text_files.rst | 5 :literal:
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | automarkup.py | 147 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 D | examples.rst | 5 :literal:
|
| /linux-6.15/Documentation/core-api/wrappers/ |
| H A D | atomic_bitops.rst | 14 :literal:
|
| H A D | atomic_t.rst | 14 :literal:
|
| H A D | memory-barriers.rst | 14 :literal:
|
| /linux-6.15/Documentation/translations/ko_KR/core-api/wrappers/ |
| H A D | memory-barriers.rst | 14 :literal:
|
| /linux-6.15/Documentation/translations/sp_SP/wrappers/ |
| H A D | memory-barriers.rst | 15 :literal:
|
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | mutex.rs | 13 ($inner:expr $(, $name:literal)? $(,)?) => {
|
| H A D | spinlock.rs | 13 ($inner:expr $(, $name:literal)? $(,)?) => {
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | poll.rs | 19 ($($name:literal)?) => {
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | ftrace.c | 364 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()
|