ZSTD_llt_literalLength
if (seqStorePtr->longLengthType==ZSTD_llt_literalLength)
if (seqStore->longLengthType == ZSTD_llt_literalLength) {
if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) {
U32 const longLitLenIdx = seqStore->longLengthType == ZSTD_llt_literalLength ? seqStore->longLengthPos : nbSeq;
cctx->seqStore.longLengthType = ZSTD_llt_literalLength;
if (seqStore->longLengthType == ZSTD_llt_literalLength) {
seqStorePtr->longLengthType = ZSTD_llt_literalLength;