Home
last modified time | relevance | path

Searched defs:kMatchMinLen (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
DBase.java52 public static final int kMatchMinLen = 2; field in Base
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaBase.cs39 public const uint kMatchMinLen = 2; field in SevenZip.Compression.LZMA.Base
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp271 #define kMatchMinLen 2 macro
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm480 kMatchMinLen equ 2 define
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S631 .equ kMatchMinLen , 2 define
/third_party/lzma/C/
DLzmaDec.c117 #define kMatchMinLen 2 macro