HomeSort by relevance Sort by last modified time
    Searched refs:UnitsStart (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
Ppmd7.h 51 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart;
Ppmd7.c 232 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL);
292 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
471 if (p->Text >= p->UnitsStart)

Completed in 53 milliseconds