HomeSort by relevance Sort by last modified time
    Searched defs:GetNumAvailableBytes (Results 1 - 8 of 8) 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; }
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.h 98 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 98 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 98 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
  /external/lzma/C/
LzFind.h 98 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;

Completed in 87 milliseconds