HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_llt_literalLength (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 94 ZSTD_llt_literalLength = 1, /* represents a long literal */
132 if (seqStore->longLengthType == ZSTD_llt_literalLength) {
746 seqStorePtr->longLengthType = ZSTD_llt_literalLength;
zstd_compress.c 2714 if (seqStorePtr->longLengthType==ZSTD_llt_literalLength)
3462 if (seqStore->longLengthType == ZSTD_llt_literalLength) {
3977 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) {
4074 U32 const longLitLenIdx = seqStore->longLengthType == ZSTD_llt_literalLength ? seqStore->longLengthPos : nbSeq;
7351 cctx->seqStore.longLengthType = ZSTD_llt_literalLength;

Completed in 61 milliseconds