Searched refs:streamPos (Results 1 – 4 of 4) sorted by relevance
49 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 …]
18 UInt32 streamPos; member54 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)58 && (p)->streamPos == (p)->pos \
199 UInt32 num = mf->streamPos - mf->pos; in HashThreadFunc()
747 def __init__(self, *, streamPos): argument748 super().__init__('SKIP', bitLength=(-streamPos)&7)1668 self.verboseRead(FillerAlphabet(streamPos=self.stream.pos))1679 self.verboseRead(FillerAlphabet(streamPos=self.stream.pos))