Home
last modified time | relevance | path

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

123

/linux/Documentation/usb/
H A Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/linux/rust/syn/
H A Dbuffer.rs46 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 Dtoken.rs166 ($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 Dglob.c86 goto literal; in glob_match()
92 goto literal; in glob_match()
109 literal: in glob_match()
/linux/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.c396 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 Dexpr.h56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
/linux/arch/xtensa/boot/boot-redboot/
H A Dboot.ld11 *(.literal .text.literal .text)
/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/rust/proc-macro2/
H A Dfallback.rs109 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 Dconfigfs.rs892 $($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 Dstatic_assert.rs36 ($condition:expr $(,$arg:literal)?) => {
/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/rust/macros/
H A Dhelpers.rs25 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 Dftrace.c98 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 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/
H A Dpoll.rs18 ($($name:literal)?) => {

123