Searched defs:pby (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DLzmaEnc.c893 const Byte *pby = pbyCur + lenRes; local
896 for (; pby != pbyLim && *pby == pby[dif]; pby++);
897 lenRes = (UInt32)(pby - pbyCur);

Completed in 270 milliseconds