Searched defs:inBlockMax (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ | ||
D | Lzma2DecMt.h | 20 size_t inBlockMax; member |
/external/lzma/CPP/7zip/Compress/ | ||
D | Lzma2Decoder.cpp | 116 size_t inBlockMax = expectedBlockSize + expectedBlockSize / 16; in Code() local |