Searched refs:LZMA_DIC_MIN (Results 1 – 4 of 4) sorted by relevance
315 #define LZMA_DIC_MIN (1 << 12) macro341 if (dictSize < LZMA_DIC_MIN) in DecodeProperties()342 dictSize = LZMA_DIC_MIN; in DecodeProperties()
119 #define LZMA_DIC_MIN (1 << 12) macro934 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()935 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
165 #define LZMA_DIC_MIN (1 << 12) macro1090 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()1091 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
59 #define LZMA_DIC_MIN (1 << 12)78 if (dictSize < LZMA_DIC_MIN)79 dictSize = LZMA_DIC_MIN;