Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzhDecoder.h20 const unsigned kMatchMinLen = 3; variable
H A DLzx.h20 const unsigned kMatchMinLen = 2; variable
H A DDeflateConst.h61 const unsigned kMatchMinLen = 3; variable
H A DQuantumDecoder.cpp18 static const unsigned kMatchMinLen = 3; variable
/aosp_15_r20/external/coreboot/payloads/libpayload/liblzma/
H A Dlzmadecode.c87 #define kMatchMinLen 2 macro
/aosp_15_r20/external/coreboot/src/lib/
H A Dlzmadecode.c144 #define kMatchMinLen 2 macro
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzmaDec.c85 #define kMatchMinLen 2 macro
/aosp_15_r20/external/lzma/Asm/x86/
H A DLzmaDecOpt.asm510 kMatchMinLen equ 2 define
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DArjHandler.cpp31 static const unsigned kMatchMinLen = 3; variable
/aosp_15_r20/external/lzma/Asm/arm64/
H A DLzmaDecOpt.S631 .equ kMatchMinLen , 2 define
/aosp_15_r20/external/lzma/C/
H A DLzmaDec.c117 #define kMatchMinLen 2 macro
/aosp_15_r20/external/erofs-utils/lib/
H A Dkite_deflate.c47 #define kMatchMinLen 3 macro