Searched refs:originalSeqStore (Results 1 – 1 of 1) sorted by relevance
3400 const seqStore_t* originalSeqStore, in ZSTD_deriveSeqStoreChunk() argument3402 BYTE* const litEnd = originalSeqStore->lit; in ZSTD_deriveSeqStoreChunk()3406 *resultSeqStore = *originalSeqStore; in ZSTD_deriveSeqStoreChunk()3408 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3413 if (originalSeqStore->longLengthType != ZSTD_llt_none) { in ZSTD_deriveSeqStoreChunk()3414 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()3420 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3421 resultSeqStore->sequences = originalSeqStore->sequencesStart + endIdx; in ZSTD_deriveSeqStoreChunk()3424 if (endIdx == (size_t)(originalSeqStore->sequences - originalSeqStore->sequencesStart)) { in ZSTD_deriveSeqStoreChunk()