| /linux/Documentation/usb/ |
| H A D | text_files.rst | 5 :literal: 11 :literal: 23 :literal:
|
| /linux/arch/arm64/kernel/ |
| H A D | static_call.c | 9 u64 literal; in arch_static_call_transform() local 16 literal = ALIGN_DOWN((u64)tramp + 4, SZ_4K) + in arch_static_call_transform() 21 ret = aarch64_insn_write_literal_u64((void *)literal, (u64)func); in arch_static_call_transform()
|
| /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/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_\.\-]+ 128 {literal} { return literal(yyscanner, sctx); }
|
| H A D | expr.c | 415 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() 418 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); 428 pr_err("Failure to read '%s'\n", literal); in expr__has_event() 430 pr_err("Unrecognized literal '%s'\n", literal); in expr__has_event() 433 pr_debug2("literal: %s = %f\n", literal, result); in expr__has_event() 396 expr__get_literal(const char * literal,const struct expr_scanner_ctx * ctx) expr__get_literal() argument
|
| /linux/lib/ |
| H A D | glob.c | 116 goto literal; in glob_match_str() 122 goto literal; in glob_match_str() 140 literal: in glob_match_str()
|
| /linux/rust/zerocopy/src/util/ |
| H A D | macros.rs | 880 arity = $arity:literal, 883 @index $n:literal 884 @title $title:literal 948 arity = $arity:literal, 951 @index $index:literal 952 @title $title:literal 953 @variant $variant:literal 996 arity = $arity:literal, 999 @index $index:literal 1000 @title $title:literal [all …]
|
| /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/kernel/ |
| H A D | kunit.rs | 61 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => { 167 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
|
| 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 | |
| H A D | bitfield.rs | 354 $($(#[doc = $doc:expr])* $hi:literal:$lo:literal $field:ident 424 $hi:literal:$lo:literal $field:ident => $into_type:ty
|
| /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/Documentation/driver-api/ |
| H A D | firewire.rst | 23 :literal: 32 :literal:
|
| /linux/rust/macros/ |
| H A D | helpers.rs | 16 /// A string literal that is required to have ASCII value only. in try_sign() 23 return Err(Error::new_spanned(s, "expected ASCII-only string 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/sp_SP/wrappers/ |
| H A D | memory-barriers.rst | 15 :literal:
|
| /linux/rust/kernel/sync/ |
| H A D | poll.rs | 28 ($($name:literal)?) => {
|