Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c264 UInt32 numBytes = U2B(I2U(indx)); in AllocUnitsRare() local
266 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare()
277 UInt32 numBytes; in AllocUnits() local
280 numBytes = U2B(I2U(indx)); in AllocUnits()
281 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits()
284 p->LoUnit += numBytes; in AllocUnits()
H A Darchive_ppmd8.c219 UInt32 numBytes = U2B(I2U(indx)); in AllocUnitsRare() local
221 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare()
232 UInt32 numBytes; in AllocUnits() local
235 numBytes = U2B(I2U(indx)); in AllocUnits()
236 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits()
239 p->LoUnit += numBytes; in AllocUnits()