Searched refs:startIdx (Results 1 – 1 of 1) sorted by relevance
3310 size_t startIdx, size_t endIdx) { in ZSTD_deriveSeqStoreChunk() argument3316 if (startIdx > 0) { in ZSTD_deriveSeqStoreChunk()3317 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3323 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()3326 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()3329 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3339 resultSeqStore->llCode += startIdx; in ZSTD_deriveSeqStoreChunk()3340 resultSeqStore->mlCode += startIdx; in ZSTD_deriveSeqStoreChunk()3341 resultSeqStore->ofCode += startIdx; in ZSTD_deriveSeqStoreChunk()3495 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument[all …]