Searched refs:LoUnit (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h53 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member in struct:__anon1080
H A Darchive_ppmd7.c210 if (p->LoUnit != p->HiUnit)
211 ((CPpmd7_Node *)p->LoUnit)->Stamp = 1;
281 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit))
283 void *retVal = p->LoUnit;
284 p->LoUnit += numBytes;
326 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
337 p->FoundState = (CPpmd_State *)p->LoUnit; /* AllocUnits(p, PPMD_NUM_INDEXES - 1); */
338 p->LoUnit += U2B(256 / 2);
427 if (p->HiUnit != p->LoUnit)
H A Darchive_ppmd8.c156 All blocks up to p->LoUnit can be free, so we need guard NODE at LoUnit. */
157 if (p->LoUnit != p->HiUnit)
158 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0;
236 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit))
238 void *retVal = p->LoUnit;
239 p->LoUnit += numBytes;
304 if (p->LoUnit != p->HiUnit)
305 ((CPpmd8_Node *)p->LoUnit)->Stamp = 0;
354 p->LoUnit
[all...]
H A Darchive_ppmd8_private.h62 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member in struct:__anon1086

Completed in 65 milliseconds