HomeSort by relevance Sort by last modified time
    Searched refs:pby (Results 1 - 5 of 5) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZ/
InWindow.java 114 // Byte *pby = _buffer + (size_t)_pos + index;
115 int pby = _bufferOffset + _pos + index; local
118 for (i = 0; i < limit && _bufferBase[pby + i] == _bufferBase[pby + i - distance]; i++);
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 114 // Byte *pby = _buffer + (size_t)_pos + index;
115 UInt32 pby = _bufferOffset + _pos + (UInt32)index;
118 for (i = 0; i < limit && _bufferBase[pby + i] == _bufferBase[pby + i - distance]; i++);
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 835 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; local
841 const Byte *pby2 = pby - distance;
842 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 836 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; local
842 const Byte *pby2 = pby - distance;
843 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++);
    [all...]
  /external/lzma/C/
LzmaEnc.c 835 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; local
841 const Byte *pby2 = pby - distance;
842 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++);
    [all...]

Completed in 53 milliseconds