Searched refs:outSeqs (Results 1 – 2 of 2) sorted by relevance
2825 outSeqs[i].rep = 0; in ZSTD_copyBlockSequences()2829 outSeqs[i].litLength += 0x10000; in ZSTD_copyBlockSequences()2831 outSeqs[i].matchLength += 0x10000; in ZSTD_copyBlockSequences()2837 outSeqs[i].rep = seqStoreSeqs[i].offBase; in ZSTD_copyBlockSequences()2838 if (outSeqs[i].litLength != 0) { in ZSTD_copyBlockSequences()2841 if (outSeqs[i].rep == 3) { in ZSTD_copyBlockSequences()2848 outSeqs[i].offset = rawOffset; in ZSTD_copyBlockSequences()2854 literalsRead += outSeqs[i].litLength; in ZSTD_copyBlockSequences()2862 outSeqs[i].litLength = (U32)lastLLSize; in ZSTD_copyBlockSequences()2863 outSeqs[i].matchLength = outSeqs[i].offset = outSeqs[i].rep = 0; in ZSTD_copyBlockSequences()[all …]
1374 ZSTDLIB_STATIC_API size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs,