Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c79 #define LenChoice 0 macro
80 #define LenChoice2 (LenChoice + 1)
298 CLzmaProb *probLen = prob + LenChoice; in LzmaDec_DecodeReal()
330 CLzmaProb *probLen = prob + LenChoice; in LzmaDec_DecodeReal()
690 const CLzmaProb *probLen = prob + LenChoice; in LzmaDec_TryDummy()