Home
last modified time | relevance | path

Searched defs:kMatchMaxLen32 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DDeflateConst.h62 const unsigned kMatchMaxLen32 = kNumLenSymbols32 + kMatchMinLen - 1; // 256 + 2 variable
/aosp_15_r20/external/erofs-utils/lib/
H A Dkite_deflate.c48 #define kMatchMaxLen32 kNumLenSymbols32 + kMatchMinLen - 1 macro