Searched refs:kNumLitStates (Results 1 – 3 of 3) sorted by relevance
88 #define kNumLitStates 7 macro180 if (state < kNumLitStates) in LzmaDec_DecodeReal()256 state = state < kNumLitStates ? 9 : 11; in LzmaDec_DecodeReal()291 state = state < kNumLitStates ? 8 : 11; in LzmaDec_DecodeReal()451 state = (state < kNumStates + kNumLitStates) ? kNumLitStates : kNumLitStates + 3; in LzmaDec_DecodeReal()606 if (state < kNumLitStates) in LzmaDec_TryDummy()
90 #define kNumLitStates 7 macro182 if (state < kNumLitStates) in LzmaDec_DecodeReal()258 state = state < kNumLitStates ? 9 : 11; in LzmaDec_DecodeReal()293 state = state < kNumLitStates ? 8 : 11; in LzmaDec_DecodeReal()453 state = (state < kNumStates + kNumLitStates) ? kNumLitStates : kNumLitStates + 3; in LzmaDec_DecodeReal()608 if (state < kNumLitStates) in LzmaDec_TryDummy()