Searched refs:originalSeqStore (Results 1 – 1 of 1) sorted by relevance
3309 const seqStore_t* originalSeqStore, in ZSTD_deriveSeqStoreChunk() argument3311 BYTE* const litEnd = originalSeqStore->lit; in ZSTD_deriveSeqStoreChunk()3315 *resultSeqStore = *originalSeqStore; in ZSTD_deriveSeqStoreChunk()3317 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3322 if (originalSeqStore->longLengthType != ZSTD_llt_none) { in ZSTD_deriveSeqStoreChunk()3323 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()3329 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3330 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk()3333 if (endIdx == (size_t)(originalSeqStore->sequences - originalSeqStore->sequencesStart)) { in ZSTD_deriveSeqStoreChunk()