Searched refs:outSeqs (Results 1 – 4 of 4) sorted by relevance
2320 ZSTD_Sequence* outSeqs = &zc->seqCollector.seqStart[zc->seqCollector.seqIndex]; in ZSTD_copyBlockSequences() local2325 outSeqs[i].offset = seqs[i].offset; in ZSTD_copyBlockSequences()2326 outSeqs[i].litLength = seqs[i].litLength; in ZSTD_copyBlockSequences()2327 outSeqs[i].matchLength = seqs[i].matchLength + MINMATCH; in ZSTD_copyBlockSequences()2331 outSeqs[i].litLength += 0x10000; in ZSTD_copyBlockSequences()2333 outSeqs[i].matchLength += 0x10000; in ZSTD_copyBlockSequences()2337 if (outSeqs[i].offset <= ZSTD_REP_NUM) { in ZSTD_copyBlockSequences()2338 outSeqs[i].rep = outSeqs[i].offset; in ZSTD_copyBlockSequences()2339 repIdx = (unsigned int)i - outSeqs[i].offset; in ZSTD_copyBlockSequences()2341 if (outSeqs[i].litLength == 0) { in ZSTD_copyBlockSequences()[all …]
2904 ZSTD_Sequence* outSeqs = &zc->seqCollector.seqStart[zc->seqCollector.seqIndex]; in ZSTD_copyBlockSequences() local2914 outSeqs[i].litLength = seqStoreSeqs[i].litLength; in ZSTD_copyBlockSequences()2915 outSeqs[i].matchLength = seqStoreSeqs[i].mlBase + MINMATCH; in ZSTD_copyBlockSequences()2916 outSeqs[i].rep = 0; in ZSTD_copyBlockSequences()2920 outSeqs[i].litLength += 0x10000; in ZSTD_copyBlockSequences()2922 outSeqs[i].matchLength += 0x10000; in ZSTD_copyBlockSequences()2928 outSeqs[i].rep = seqStoreSeqs[i].offBase; in ZSTD_copyBlockSequences()2929 if (outSeqs[i].litLength != 0) { in ZSTD_copyBlockSequences()2930 rawOffset = updatedRepcodes.rep[outSeqs[i].rep - 1]; in ZSTD_copyBlockSequences()2932 if (outSeqs[i].rep == 3) { in ZSTD_copyBlockSequences()[all …]
1262 ZSTDLIB_API size_t ZSTD_getSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs,
1393 ZSTDLIB_STATIC_API size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs,