Lines Matching refs:lhSize
485 size_t const lhSize = 3 + (srcSize >= 1 KB) + (srcSize >= 16 KB);
499 if (dstCapacity < lhSize + 1)
504 if (repeat == HUF_repeat_valid && lhSize == 3)
506 cLitSize = singleStream ? HUF_compress1X_repeat(ostart + lhSize, dstCapacity - lhSize, src, srcSize, 255, 11, zc->tmpCounters,
508 : HUF_compress4X_repeat(ostart + lhSize, dstCapacity - lhSize, src, srcSize, 255, 11, zc->tmpCounters,
528 switch (lhSize) {
541 default: /* should not be necessary, lhSize is only {3,4,5} */
550 return lhSize + cLitSize;