Home
last modified time | relevance | path

Searched defs:literal (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm64/kernel/
H A Dstatic_call.c8 u64 literal; in arch_static_call_transform() local
/linux/tools/perf/util/
H A Dexpr.l85 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx) in literal() function
H A Dexpr.c396 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal()
/linux/Documentation/sphinx/
H A Dkernel_include.py282 def literal(self, path, tab_width, rawtext): member in KernelInclude
/linux/arch/riscv/kernel/
H A Dftrace.c98 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops() local
/linux/rust/proc-macro2/
H A Dparse.rs339 pub(crate) fn literal(input: Cursor) -> PResult<Literal> { in literal() function
948 let mut literal = crate::Literal::_new_fallback(Literal::string(comment)); in doc_comment() localVariable
H A Dwrapper.rs792 let literal = proc_macro::Literal::from_str_checked(repr)?; in from_str_checked() localVariable
795 let literal = fallback::Literal::from_str_checked(repr)?; in from_str_checked() localVariable
/linux/rust/syn/
H A Dbuffer.rs213 pub fn literal(mut self) -> Option<(Literal, Cursor<'a>)> { in literal() method
/linux/lib/xz/
H A Dxz_dec_lzma2.c210 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member