Searched refs:startIdx (Results 1 – 1 of 1) sorted by relevance
3917 size_t startIdx, size_t endIdx) in ZSTD_deriveSeqStoreChunk() argument3920 if (startIdx > 0) { in ZSTD_deriveSeqStoreChunk()3921 resultSeqStore->sequences = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3927 … if (originalSeqStore->longLengthPos < startIdx || originalSeqStore->longLengthPos > endIdx) { in ZSTD_deriveSeqStoreChunk()3930 resultSeqStore->longLengthPos -= (U32)startIdx; in ZSTD_deriveSeqStoreChunk()3933 resultSeqStore->sequencesStart = originalSeqStore->sequencesStart + startIdx; in ZSTD_deriveSeqStoreChunk()3942 resultSeqStore->llCode += startIdx; in ZSTD_deriveSeqStoreChunk()3943 resultSeqStore->mlCode += startIdx; in ZSTD_deriveSeqStoreChunk()3944 resultSeqStore->ofCode += startIdx; in ZSTD_deriveSeqStoreChunk()4111 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument[all …]