OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HiUnit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7_private.h
53
Byte *Base, *LoUnit, *
HiUnit
, *Text, *UnitsStart;
archive_ppmd8_private.h
62
Byte *Base, *LoUnit, *
HiUnit
, *Text, *UnitsStart;
archive_ppmd7.c
210
if (p->LoUnit != p->
HiUnit
)
281
if (numBytes <= (UInt32)(p->
HiUnit
- p->LoUnit))
330
p->
HiUnit
= p->Text + p->Size;
331
p->LoUnit = p->UnitsStart = p->
HiUnit
- p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
338
p->MinContext = p->MaxContext = (CTX_PTR)(p->
HiUnit
-= UNIT_SIZE); /* AllocContext(p); */
432
if (p->
HiUnit
!= p->LoUnit)
433
c1 = (CTX_PTR)(p->
HiUnit
-= UNIT_SIZE);
archive_ppmd8.c
157
if (p->LoUnit != p->
HiUnit
)
236
if (numBytes <= (UInt32)(p->
HiUnit
- p->LoUnit))
309
if (p->LoUnit != p->
HiUnit
)
360
p->
HiUnit
= p->Text + p->Size;
361
p->LoUnit = p->UnitsStart = p->
HiUnit
- p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
368
p->MinContext = p->MaxContext = (CTX_PTR)(p->
HiUnit
-= UNIT_SIZE); /* AllocContext(p); */
548
return p->Size - (UInt32)(p->
HiUnit
- p->LoUnit) - (UInt32)(p->UnitsStart - p->Text) - U2B(v);
685
if (p->
HiUnit
!= p->LoUnit)
686
c1 = (CTX_PTR)(p->
HiUnit
-= UNIT_SIZE);
Completed in 18 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026