Lines Matching refs:vBase
85 const void *vBase; /* virtual start of previous segment if it was just before curr one */
112 dctx->vBase = NULL;
881 const BYTE *const vBase, const BYTE *const dictEnd)
910 if (sequence.offset > (size_t)(oLitEnd - vBase))
1008 const BYTE *const vBase, const BYTE *const dictEnd)
1023 return ZSTD_execSequenceLast7(op, oend, sequence, litPtr, litLimit, base, vBase, dictEnd);
1036 if (sequence.offset > (size_t)(oLitEnd - vBase))
1103 const BYTE *const vBase = (const BYTE *)(dctx->vBase);
1133 size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequence, &litPtr, litEnd, base, vBase, dictEnd);
1264 const BYTE *const vBase, const BYTE *const dictEnd)
1279 return ZSTD_execSequenceLast7(op, oend, sequence, litPtr, litLimit, base, vBase, dictEnd);
1292 if (sequence.offset > (size_t)(oLitEnd - vBase))
1358 const BYTE *const vBase = (const BYTE *)(dctx->vBase);
1406 ZSTD_execSequenceLong(op, oend, sequences[(seqNb - ADVANCED_SEQS) & STOSEQ_MASK], &litPtr, litEnd, base, vBase, dictEnd);
1419 size_t const oneSeqSize = ZSTD_execSequenceLong(op, oend, sequences[seqNb & STOSEQ_MASK], &litPtr, litEnd, base, vBase, dictEnd);
1473 dctx->vBase = (const char *)dst - ((const char *)(dctx->previousDstEnd) - (const char *)(dctx->base));
1865 dctx->vBase = (const char *)dict - ((const char *)(dctx->previousDstEnd) - (const char *)(dctx->base));
2001 dstDCtx->vBase = ddict->dictContent;