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

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 25 static final int kStartMaxLen = 1;
136 int maxLen = kStartMaxLen; // to avoid items for len < hashSize;
175 maxLen = kStartMaxLen;
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 25 const UInt32 kStartMaxLen = 1;
136 UInt32 maxLen = kStartMaxLen; // to avoid items for len < hashSize;
175 maxLen = kStartMaxLen;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.c 17 #define kStartMaxLen 3
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 19 #define kStartMaxLen 3
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 19 #define kStartMaxLen 3
  /external/lzma/C/
LzFind.c 17 #define kStartMaxLen 3

Completed in 240 milliseconds