HomeSort by relevance Sort by last modified time
    Searched refs:HiUnit (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
Ppmd7.c 176 if (p->LoUnit != p->HiUnit)
247 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit))
291 p->HiUnit = p->Text + p->Size;
292 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
299 p->MinContext = p->MaxContext = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); /* AllocContext(p); */
393 if (p->HiUnit != p->LoUnit)
394 c1 = (CTX_PTR)(p->HiUnit -= UNIT_SIZE);
Ppmd7.h 51 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart;

Completed in 72 milliseconds