Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c200 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
203 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
204 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal()
548 CLzmaProb *probLit; in LzmaDec_TryDummy() local
551 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy()
552 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()