Home
last modified time | relevance | path

Searched defs:lit (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/include/asm/
H A Dmodule.h18 u32 lit[PLT_ENT_COUNT]; member
/linux/rust/syn/
H A Dlib.rs442 mod lit; module
H A Dattr.rs745 let lit: Option<Lit> = ahead.parse()?; in parse_meta_name_value_after_path() localVariable
H A Dpath.rs415 let lit = input.parse()?; in const_argument() localVariable
H A Dexpr.rs3035 let lit: LitInt = input.parse()?; in parse() localVariable
4129 let mut lit = Literal::i64_unsuffixed(i64::from(self.index)); in to_tokens() localVariable
/linux/lib/zstd/compress/
H A Dzstd_opt.c166 unsigned lit; in ZSTD_rescaleFreqs() local
218 unsigned lit = MaxLit; in ZSTD_rescaleFreqs() local
H A Dzstd_compress_internal.h100 BYTE* lit; /* ptr to end of literals */ member