Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c892 const Byte *pbyCur = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in ReadMatchDistances() local
893 const Byte *pby = pbyCur + lenRes; in ReadMatchDistances()
895 const Byte *pbyLim = pbyCur + numAvail; in ReadMatchDistances()
897 lenRes = (UInt32)(pby - pbyCur); in ReadMatchDistances()