Home
last modified time | relevance | path

Searched refs:LZMA2_DIC_SIZE_FROM_PROP_FULL (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp74 #define LZMA2_DIC_SIZE_FROM_PROP_FULL(p) ((p) == 40 ? 0xFFFFFFFF : (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11))) macro
113 const UInt32 dictSize = LZMA2_DIC_SIZE_FROM_PROP_FULL(_prop); in Code()

Completed in 1 milliseconds