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

  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 14 UInt32 GetNumAvailableBytes();
LzInWindow.cs 122 public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; }
LzBinTree.cs 77 public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailableBytes(); }
  /external/lzma/Java/SevenZip/Compression/LZ/
InWindow.java 122 public int GetNumAvailableBytes() { return _streamPos - _pos; }
  /external/lzma/C/
LzFind.h 95 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;

Completed in 57 milliseconds