OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnitsStart
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_ppmd8.c
221
return ((UInt32)(p->
UnitsStart
- p->Text) > numBytes) ? (p->
UnitsStart
-= numBytes) : (NULL);
278
if ((Byte *)ptr != p->
UnitsStart
)
285
p->
UnitsStart
+= UNIT_SIZE;
293
if ((Byte *)oldPtr > p->
UnitsStart
+ 16 * 1024 || REF(oldPtr) > p->FreeList[indx])
297
if ((Byte*)oldPtr != p->
UnitsStart
)
300
p->
UnitsStart
+= U2B(I2U(indx));
313
CPpmd8_Node *node = (CPpmd8_Node *)p->
UnitsStart
;
319
p->
UnitsStart
= (Byte *)node;
361
p->LoUnit = p->
UnitsStart
= p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE
[
all
...]
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
266
return ((UInt32)(p->
UnitsStart
- p->Text) > numBytes) ? (p->
UnitsStart
-= numBytes) : (NULL);
331
p->LoUnit = p->
UnitsStart
= p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE;
509
if (p->Text >= p->
UnitsStart
)
Completed in 35 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026