Searched refs:jobSizeKB (Results 1 – 1 of 1) sorted by relevance
1270 U32 const jobSizeKB = (U32)(mtctx->targetSectionSize >> 10); in ZSTDMT_initCStream_internal() local1271 U32 const rsyncBits = (assert(jobSizeKB >= 1), ZSTD_highbit32(jobSizeKB) + 10); in ZSTDMT_initCStream_internal()