HomeSort by relevance Sort by last modified time
    Searched refs:dicLog (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 205 UInt32 dicLog;
206 if (!GetNumber(parser[NKey::kDict].PostStrings[0], dicLog))
208 dict = 1 << dicLog;
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 174 Int32 dicLog;
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
177 dictionary = (Int32)1 << dicLog;

Completed in 245 milliseconds