Home
last modified time | relevance | path

Searched refs:UnitsStart (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c221 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare()
273 if ((Byte *)ptr != p->UnitsStart) in SpecialFreeUnit()
280 p->UnitsStart += UNIT_SIZE; in SpecialFreeUnit()
292 if ((Byte*)oldPtr != p->UnitsStart) in MoveUnitsUp()
295 p->UnitsStart += U2B(I2U(indx)); in MoveUnitsUp()
308 CPpmd8_Node *node = (CPpmd8_Node *)p->UnitsStart; in ExpandTextArea()
314 p->UnitsStart = (Byte *)node; in ExpandTextArea()
452 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) >= p->UnitsStart) in CutOff()
468 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) < p->UnitsStart) in CutOff()
856 if (p->Text >= p->UnitsStart) in UpdateModel()
[all …]
H A Darchive_ppmd7_private.h53 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member
H A Darchive_ppmd8_private.h62 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member
H A Darchive_ppmd7.c266 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare()
326 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE; in RestartModel()
504 if (p->Text >= p->UnitsStart) in UpdateModel()