| /linux/Documentation/usb/ |
| H A D | text_files.rst | 5 :literal: 11 :literal: 23 :literal:
|
| /linux/rust/syn/ |
| H A D | buffer.rs | 46 TokenTree::Literal(literal) => entries.push(Entry::Literal(literal)), in recursive_new() 213 pub fn literal(mut self) -> Option<(Literal, Cursor<'a>)> { in literal() method 216 Entry::Literal(literal) => Some((literal.clone(), unsafe { self.bump_ignore_group() })), in literal() 309 Entry::Literal(literal) => (literal.clone().into(), 1), in token_tree() 324 Entry::Literal(literal) => literal.span(), in span()
|
| H A D | token.rs | 166 ($display:literal $($path:ident)::+ $get:ident) => { 184 impl_low_level_token!("literal" Literal literal); 204 ($($token:literal pub struct $name:ident)*) => { 322 ($name:ident/$len:literal) => {}; 326 ($($token:literal pub struct $name:ident/$len:tt #[doc = $usage:literal])*) => { 403 ($($token:literal pub struct $name:ident/$len:tt #[doc = $usage: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/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 | 396 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument 399 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); in expr__get_literal() 409 pr_err("Failure to read '%s'", literal); in expr__get_literal() 411 pr_err("Unrecognized literal '%s'", literal); in expr__get_literal() 414 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/arch/xtensa/boot/boot-redboot/ |
| H A D | boot.ld | 11 *(.literal .text.literal .text)
|
| /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/rust/proc-macro2/ |
| H A D | fallback.rs | 109 inner: crate::imp::Literal::Fallback(literal), in push_token_from_proc_macro() 111 inner: literal, in push_token_from_proc_macro() 113 }) if literal.repr.starts_with('-') => { in push_token_from_proc_macro() 114 push_negative_literal(vec, literal); in push_token_from_proc_macro() 120 fn push_negative_literal(mut vec: RcVecMut<TokenTree>, mut literal: Literal) { in push_token_from_proc_macro() 121 literal.repr.remove(0); in push_token_from_proc_macro() 123 punct.set_span(crate::Span::_new_fallback(literal.span)); in push_token_from_proc_macro() 125 vec.push(TokenTree::Literal(crate::Literal::_new_fallback(literal))); in push_token_from_proc_macro() 964 if let Ok((rest, mut literal)) = parse::literal(cursor) { in from_str_checked() 967 literal.repr.insert(0, '-'); in from_str_checked() [all …]
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 892 $($name:ident: $attr:literal),* $(,)? 912 $($name:ident: $attr:literal),* $(,)? 932 @attrs($($aname:ident $aattr:literal)*), 933 @eat($name:ident $attr:literal, $($rname:ident $rattr:literal,)*), 969 @attrs($($aname:ident $aattr:literal)*), 991 @attrs($($name:ident $attr:literal)*),
|
| H A D | static_assert.rs | 36 ($condition:expr $(,$arg:literal)?) => {
|
| /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/rust/macros/ |
| H A D | helpers.rs | 25 if let Some(TokenTree::Literal(literal)) = it.next() { in try_literal() 26 Some(literal.to_string()) in try_literal()
|
| /linux/arch/riscv/kernel/ |
| H A D | ftrace.c | 98 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops() local 100 return patch_text_nosync((void *)literal, &ops, sizeof(ops)); in ftrace_rec_set_ops()
|
| /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/ |
| H A D | poll.rs | 18 ($($name:literal)?) => {
|