Searched refs:LZMA_DIC_MIN (Results 1 – 1 of 1) sorted by relevance
133 #define LZMA_DIC_MIN (1 << 12) macro931 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()932 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()