Home | History | Annotate | Download | only in LZMA

Lines Matching defs:_counters

250 		int[] _counters = new int[Base.kNumPosStatesEncodingMax];

262 _counters[posState] = _tableSize;
274 if (--_counters[posState] == 0)