Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c180 if (p->LoUnit != p->HiUnit) in GlueFreeBlocks()
251 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits()
295 p->HiUnit = p->Text + p->Size; in RestartModel()
296 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE; in RestartModel()
303 p->MinContext = p->MaxContext = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); /* AllocContext(p); */ in RestartModel()
397 if (p->HiUnit != p->LoUnit) in CreateSuccessors()
398 c1 = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); in CreateSuccessors()
DPpmd7.h51 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member