Home
last modified time | relevance | path

Searched refs:LZMA_DIC_MIN (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp315 #define LZMA_DIC_MIN (1 << 12) macro
341 if (dictSize < LZMA_DIC_MIN) in DecodeProperties()
342 dictSize = LZMA_DIC_MIN; in DecodeProperties()
/external/u-boot/lib/lzma/
DLzmaDec.c119 #define LZMA_DIC_MIN (1 << 12) macro
934 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()
935 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
/external/lzma/C/
DLzmaDec.c165 #define LZMA_DIC_MIN (1 << 12) macro
1090 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()
1091 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
/external/lzma/DOC/
Dlzma-specification.txt59 #define LZMA_DIC_MIN (1 << 12)
78 if (dictSize < LZMA_DIC_MIN)
79 dictSize = LZMA_DIC_MIN;