Lines Matching defs:match
81 const BYTE* match; in ZSTD_insertDUBT1() local
191 const BYTE* match = dictBase + dictMatchIndex; in ZSTD_DUBT_findBetterDictMatch() local
315 const BYTE* match; in ZSTD_DUBT_findBestMatch() local
544 const BYTE* match; in ZSTD_dedicatedDictSearch_lazy_search() local
586 const BYTE* match; in ZSTD_dedicatedDictSearch_lazy_search() local
692 const BYTE* const match = base + matchIndex; in ZSTD_HcFindBestMatch() local
697 const BYTE* const match = dictBase + matchIndex; in ZSTD_HcFindBestMatch() local
733 const BYTE* const match = dmsBase + matchIndex; in ZSTD_HcFindBestMatch() local
1225 const BYTE* const match = base + matchIndex; in ZSTD_RowFindBestMatch() local
1230 const BYTE* const match = dictBase + matchIndex; in ZSTD_RowFindBestMatch() local
1279 { const BYTE* const match = dmsBase + matchIndex; in ZSTD_RowFindBestMatch() local
1664 …const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : ba… in ZSTD_compressBlock_lazy_generic() local
2006 … const BYTE* match = (matchIndex < dictLimit) ? dictBase + matchIndex : base + matchIndex; in ZSTD_compressBlock_lazy_extDict_generic() local