Home
last modified time | relevance | path

Searched refs:streamPos (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzFind.c49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
55 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
67 UInt32 curSize = 0xFFFFFFFF - (p->streamPos - p->pos); in MatchFinder_ReadBlock()
71 p->streamPos += curSize; in MatchFinder_ReadBlock()
79 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
92 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()
93 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()
102 (size_t)(p->streamPos - p->pos) + p->keepSizeBefore); in MatchFinder_MoveBlock()
118 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()
273 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
[all …]
DLzFind.h18 UInt32 streamPos; member
54 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
58 && (p)->streamPos == (p)->pos \
DLzFindMt.c199 UInt32 num = mf->streamPos - mf->pos; in HashThreadFunc()
/external/brotli/research/
Dbrotlidump.py747 def __init__(self, *, streamPos): argument
748 super().__init__('SKIP', bitLength=(-streamPos)&7)
1668 self.verboseRead(FillerAlphabet(streamPos=self.stream.pos))
1679 self.verboseRead(FillerAlphabet(streamPos=self.stream.pos))