Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c178 if (p->LoUnit != p->HiUnit) in GlueFreeBlocks()
249 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits()
293 p->HiUnit = p->Text + p->Size; in RestartModel()
294 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE; in RestartModel()
301 p->MinContext = p->MaxContext = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); /* AllocContext(p); */ in RestartModel()
395 if (p->HiUnit != p->LoUnit) in CreateSuccessors()
396 c1 = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); in CreateSuccessors()
DPpmd7.h51 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member