HomeSort by relevance Sort by last modified time
    Searched defs:GetNumAvailableBytes (Results 1 - 7 of 7) 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/chromium_org/third_party/lzma_sdk/
LzFind.h 97 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 98 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
  /external/lzma/C/
LzFind.h 97 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;

Completed in 109 milliseconds