Lines Matching refs:seqStore
91 /* Controls whether seqStore has a single "long" litLength or matchLength. See SeqStore_t. */
110 * in the seqStore that has a value larger than U16 (if it exists). To do so, we increment
126 MEM_STATIC ZSTD_SequenceLength ZSTD_getSequenceLength(SeqStore_t const* seqStore, SeqDef const* seq)
131 if (seqStore->longLengthPos == (U32)(seq - seqStore->sequencesStart)) {
132 if (seqStore->longLengthType == ZSTD_llt_literalLength) {
135 if (seqStore->longLengthType == ZSTD_llt_matchLength) {
495 SeqStore_t seqStore; /* sequences storage ptrs */
579 ZSTD_MatchState_t* bs, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
600 * because it's the format it's stored in seqStore->sequences */