Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp122 UInt64 okThreads = useLimit / (props.outBlockMax + props.inBlockMax + kOverheadSize); in Code() local
123 if (numThreads > okThreads) in Code()
124 numThreads = (UInt32)okThreads; in Code()