Searched refs:CProb (Results 1 – 6 of 6) sorted by relevance
106 CProb *cp = probs + res; \197 CProb *p = vs->Probs; in LzmaDecode()233 CProb *prob; in LzmaDecode()250 CProb *probLit; in LzmaDecode()262 CProb *probLit = prob + symbol; in LzmaDecode()337 CProb *probLen = prob + LenChoice; in LzmaDecode()403 CProb *prob3 = prob in LzmaDecode()
32 #define CProb UInt16 macro59 CProb *Probs;
52 mallocneeds = (LzmaGetNumProbs(&state.Properties) * sizeof(CProb)); in ulzman()57 state.Probs = (CProb *)scratchpad; in ulzman()
54 do { CProb *cp = probs + res; RC_GET_BIT(cp, res) } while(--i != 0); \135 CProb *p = vs->Probs; in LzmaDecode()164 CProb *prob; in LzmaDecode()189 CProb *probLit; in LzmaDecode()199 CProb *probLit = prob + symbol; in LzmaDecode()283 CProb *probLen = prob + LenChoice; in LzmaDecode()355 CProb *prob3 = prob + mi; in LzmaDecode()
30 #define CProb UInt16 macro56 CProb *Probs;
45 mallocneeds = (LzmaGetNumProbs(&state.Properties) * sizeof(CProb)); in ulzman()52 state.Probs = (CProb *)scratchpad; in ulzman()