OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoUnit
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Ppmd7.c
178
if (p->
LoUnit
!= p->HiUnit)
179
((CPpmd7_Node *)p->
LoUnit
)->Stamp = 1;
249
if (numBytes <= (UInt32)(p->HiUnit - p->
LoUnit
))
251
void *retVal = p->
LoUnit
;
252
p->
LoUnit
+= numBytes;
294
p->
LoUnit
= p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
305
p->FoundState = (CPpmd_State *)p->
LoUnit
; /* AllocUnits(p, PPMD_NUM_INDEXES - 1); */
306
p->
LoUnit
+= U2B(256 / 2);
395
if (p->HiUnit != p->
LoUnit
)
Ppmd7.h
51
Byte *Base, *
LoUnit
, *HiUnit, *Text, *UnitsStart;
Completed in 49 milliseconds