Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp22 void LzmaEnc_GetLzThreads(CLzmaEncHandle pp, HANDLE lz_threads[2]);
342 HANDLE lz_threads[2]; in Code() local
343 LzmaEnc_GetLzThreads(_encoder, lz_threads); in Code()
346 printf("Hash: "); PrintStat(lz_threads[0], totalTime, NULL); in Code()
347 printf("BinT: "); PrintStat(lz_threads[1], totalTime, NULL); in Code()

Completed in 1 milliseconds