Searched refs:ZSTD_llt_literalLength (Results 1 - 3 of 3) sorted by path

/linux-master/lib/zstd/common/
H A Dzstd_internal.h285 ZSTD_llt_literalLength = 1, /* represents a long literal */ enumerator in enum:__anon160
323 if (seqStore->longLengthType == ZSTD_llt_literalLength) {
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c2313 if (seqStorePtr->longLengthType==ZSTD_llt_literalLength)
2828 if (seqStore->longLengthType == ZSTD_llt_literalLength) {
3283 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) {
H A Dzstd_compress_internal.h625 seqStorePtr->longLengthType = ZSTD_llt_literalLength;

Completed in 212 milliseconds