OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashNumAvail
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.h
72
UInt32
hashNumAvail
;
LzFindMt.c
225
p->
hashNumAvail
= p->hashBuf[p->hashBufPos++];
318
distances[1] = p->
hashNumAvail
;
324
distances[1] = numProcessed + p->
hashNumAvail
;
325
if (p->
hashNumAvail
>= p->numHashBytes)
327
for (; p->
hashNumAvail
!= 0; p->
hashNumAvail
--)
336
if (lenLimit >= p->
hashNumAvail
)
337
lenLimit = p->
hashNumAvail
;
339
UInt32 size2 = p->
hashNumAvail
- lenLimit + 1;
372
p->
hashNumAvail
-= pos - p->pos;
[
all
...]
Completed in 33 milliseconds