Home
last modified time | relevance | path

Searched refs:SpecPos (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/C/
DLzmaDec.c139 #define SpecPos (-kStartOffset) macro
140 #define IsRep0Long (SpecPos + kNumFullDistances)
476 prob = probs + SpecPos; in LZMA_DECODE_REAL()
870 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits); in LzmaDec_TryDummy()
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm484 SpecPos equ (-kStartOffset) define
485 IsRep0Long equ (SpecPos + kNumFullDistances)
1186 lea sym_R, [probs + sym_R * PMULT + SpecPos * PMULT + 1 * PMULT]
1196 sub sym, SpecPos * PMULT
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S636 .equ SpecPos , (-kStartOffset) define
637 .equ IsRep0Long , (SpecPos + kNumFullDistances)
784 add_big probs_IsMatch, probs_Spec, ((IsMatch - SpecPos) << PSHIFT)