Searched defs:tagTable (Results 1 – 2 of 2) sorted by relevance
843 FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const r… in ZSTD_row_prefetch()867 U16 const* const tagTable = ms->tagTable; in ZSTD_row_fillHashCache() local889 U16 const* tagTable, BYTE const* base, in ZSTD_row_nextCachedHash()911 U16* const tagTable = ms->tagTable; in ZSTD_row_update_internalImpl() local1128 U16* const tagTable = ms->tagTable; in ZSTD_RowFindBestMatch() local
215 …U16* tagTable; /* For row-based matchFinder: A row-based table containin… member