Lines Matching refs:BYTE

23     const BYTE* const base = ms->window.base;
24 const BYTE* ip = base + ms->nextToUpdate;
25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE;
103 const BYTE* const base = ms->window.base;
104 const BYTE* const istart = (const BYTE*)src;
107 const BYTE* const prefixStart = base + prefixStartIndex;
108 const BYTE* const iend = istart + srcSize;
109 const BYTE* const ilimit = iend - HASH_READ_SIZE;
111 const BYTE* anchor = istart;
112 const BYTE* ip0 = istart;
113 const BYTE* ip1;
114 const BYTE* ip2;
115 const BYTE* ip3;
128 const BYTE* match0;
136 const BYTE* nextStep;
381 const BYTE* const base = ms->window.base;
382 const BYTE* const istart = (const BYTE*)src;
383 const BYTE* ip = istart;
384 const BYTE* anchor = istart;
386 const BYTE* const prefixStart = base + prefixStartIndex;
387 const BYTE* const iend = istart + srcSize;
388 const BYTE* const ilimit = iend - HASH_READ_SIZE;
396 const BYTE* const dictBase = dms->window.base;
397 const BYTE* const dictStart = dictBase + dictStartIndex;
398 const BYTE* const dictEnd = dms->window.nextSrc;
430 const BYTE* match = base + matchIndex;
432 const BYTE* repMatch = (repIndex < prefixStartIndex) ?
439 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
446 const BYTE* dictMatch = dictBase + dictMatchIndex;
494 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ?
499 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;
557 const BYTE* const base = ms->window.base;
558 const BYTE* const dictBase = ms->window.dictBase;
559 const BYTE* const istart = (const BYTE*)src;
560 const BYTE* ip = istart;
561 const BYTE* anchor = istart;
565 const BYTE* const dictStart = dictBase + dictStartIndex;
568 const BYTE* const prefixStart = base + prefixStartIndex;
569 const BYTE* const dictEnd = dictBase + prefixStartIndex;
570 const BYTE* const iend = istart + srcSize;
571 const BYTE* const ilimit = iend - 8;
586 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base;
587 const BYTE* match = matchBase + matchIndex;
590 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base;
591 const BYTE* const repMatch = repBase + repIndex;
598 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend;
612 const BYTE* const lowMatchPtr = matchIndex < prefixStartIndex ? dictStart : prefixStart;
630 const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
633 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;