Searched refs:nbLiterals (Results 1 – 1 of 1) sorted by relevance
497 size_t const nbLiterals = (size_t)(lend - lstart); in ZSTD_compressSubBlock_multi() local517 ZSTD_estimateSubBlockSize(lp, nbLiterals, in ZSTD_compressSubBlock_multi()523 … size_t const avgLitCost = nbLiterals ? (ebs.estLitSize * BYTESCALE) / nbLiterals : BYTESCALE; in ZSTD_compressSubBlock_multi()