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

/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.c17 /// 2 * LZMA_THREADS_MAX buffers and we need some extra memory for other
19 #define BUF_SIZE_MAX (UINT64_MAX / LZMA_THREADS_MAX / 2 / 2)
26 if (threads > LZMA_THREADS_MAX || buf_size_max > BUF_SIZE_MAX)
H A Dcommon.h56 #define LZMA_THREADS_MAX 16384 macro
H A Dstream_encoder_mt.c23 #define BLOCK_SIZE_MAX (UINT64_MAX / LZMA_THREADS_MAX)
875 || options->threads > LZMA_THREADS_MAX)

Completed in 63 milliseconds