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

  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 48 CDecoder(bool multiThread);
7zDecode.cpp 80 CDecoder::CDecoder(bool multiThread)
83 multiThread = true;
85 _multiThread = multiThread;
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 849 inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary)
862 (1 << 20) + (multiThread ? (6 << 20) : 0);
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 328 Bool multiThread;
439 p->multiThread = (props.numThreads > 1);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 329 Bool multiThread;
440 p->multiThread = (props.numThreads > 1);
    [all...]
  /external/lzma/C/
LzmaEnc.c 328 Bool multiThread;
439 p->multiThread = (props.numThreads > 1);
    [all...]

Completed in 151 milliseconds