Searched defs:matchPtr (Results 1 – 2 of 2) sorted by relevance
376 const BYTE* const matchPtr = dictCtx->prefixStart - dictCtx->dictLimit + lDictMatchIndex; in LZ4HC_searchExtDict() local434 … const BYTE* const matchPtr = dictCtx->prefixStart - dictCtx->dictLimit + l8DictMatchIndex; in LZ4MID_searchExtDict() local452 … const BYTE* const matchPtr = dictCtx->prefixStart - dictCtx->dictLimit + l4DictMatchIndex; in LZ4MID_searchExtDict() local581 const BYTE* const matchPtr = prefixPtr + pos8 - prefixIdx; in LZ4MID_compress() local592 const BYTE* const matchPtr = dictStart + (pos8 - dictIdx); in LZ4MID_compress() local613 const BYTE* const matchPtr = prefixPtr + (pos4 - prefixIdx); in LZ4MID_compress() local640 const BYTE* const matchPtr = dictStart + (pos4 - dictIdx); in LZ4MID_compress() local930 const BYTE* const matchPtr = prefixPtr + (matchIndex - prefixIdx); in LZ4HC_InsertAndGetWiderMatch() local945 const BYTE* const matchPtr = dictStart + (matchIndex - dictIdx); in LZ4HC_InsertAndGetWiderMatch() local1003 …const BYTE* const matchPtr = extDict ? dictStart + (matchCandidateIdx - dictIdx) : prefixPtr + (ma… in LZ4HC_InsertAndGetWiderMatch() local[all …]
245 const BYTE* matchPtr = base + matchIndex; in LZ4HC_InsertAndGetWiderMatch() local269 const BYTE* matchPtr = dictBase + matchIndex; in LZ4HC_InsertAndGetWiderMatch() local