Lines Matching defs:dictBase

75     const BYTE* const dictBase = ms->window.dictBase;
77 const BYTE* const ip = (curr>=dictLimit) ? base + curr : dictBase + curr;
78 const BYTE* const iend = (curr>=dictLimit) ? inputEnd : dictBase + dictLimit;
79 const BYTE* const dictEnd = dictBase + dictLimit;
109 base : dictBase;
115 match = dictBase + matchIndex;
172 const BYTE* const dictBase = dms->window.base;
191 const BYTE* match = dictBase + dictMatchIndex;
299 const BYTE* const dictBase = ms->window.dictBase;
301 const BYTE* const dictEnd = dictBase + dictLimit;
321 match = dictBase + matchIndex;
659 const BYTE* const dictBase = ms->window.dictBase;
662 const BYTE* const dictEnd = dictBase + dictLimit;
697 const BYTE* const match = dictBase + matchIndex;
1133 const BYTE* const dictBase = ms->window.dictBase;
1136 const BYTE* const dictEnd = dictBase + dictLimit;
1204 PREFETCH_L1(dictBase + matchIndex);
1230 const BYTE* const match = dictBase + matchIndex;
1501 const BYTE* const dictBase = isDxS ? dms->window.base : NULL;
1502 const BYTE* const dictLowest = isDxS ? dictBase + dictLowestIndex : NULL;
1505 prefixLowestIndex - (U32)(dictEnd - dictBase) :
1549 dictBase + (repIndex - dictIndexDelta) :
1592 dictBase + (repIndex - dictIndexDelta) :
1628 dictBase + (repIndex - dictIndexDelta) :
1664 const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + matchIndex;
1683 dictBase - dictIndexDelta + repIndex :
1878 const BYTE* const dictBase = ms->window.dictBase;
1879 const BYTE* const dictEnd = dictBase + dictLimit;
1880 const BYTE* const dictStart = dictBase + ms->window.lowLimit;
1913 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
1945 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
1977 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
2006 const BYTE* match = (matchIndex < dictLimit) ? dictBase + matchIndex : base + matchIndex;
2024 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;