Lines Matching refs:base
388 const BYTE* const base = ms->window.base;
390 U32 const target = (U32)(ip - base);
395 hashTable3[ZSTD_hash3Ptr(base+idx, hashLog3)] = idx;
426 const BYTE* const base = ms->window.base;
430 const BYTE* const prefixStart = base + dictLimit;
432 const U32 curr = (U32)(ip-base);
486 match = base + matchIndex;
492 match = base + matchIndex; /* to prepare for next usage of match[matchLength] */
535 const BYTE* const base = ms->window.base;
536 U32 const target = (U32)(ip - base);
542 U32 const forward = ZSTD_insertBt1(ms, base+idx, iend, target, mls, dictMode == ZSTD_extDict);
546 assert((size_t)(ip - base) <= (size_t)(U32)(-1));
547 assert((size_t)(iend - base) <= (size_t)(U32)(-1));
568 const BYTE* const base = ms->window.base;
569 U32 const curr = (U32)(ip-base);
582 const BYTE* const prefixStart = base + dictLimit;
596 const BYTE* const dmsBase = dictMode == ZSTD_dictMatchState ? dms->window.base : NULL;
662 const BYTE* const match = base + matchIndex3;
697 match = base + matchIndex;
705 match = base + matchIndex; /* prepare for match[matchLength] read */
753 match = base + dictMatchIndex + dmsIndexDelta; /* to prepare for next usage of match[matchLength] */
809 if (ip < ms->window.base + ms->nextToUpdate)
1050 const BYTE* const base = ms->window.base;
1051 const BYTE* const prefixStart = base + ms->window.dictLimit;
1071 (U32)(ip - base), ms->window.dictLimit, ms->nextToUpdate);
1373 ms->window.base -= srcSize;
1392 U32 const curr = (U32)((const BYTE*)src - ms->window.base);