Home
last modified time | relevance | path

Searched defs:tagTable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c843 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() local
889 U16 const* tagTable, BYTE const* base, in ZSTD_row_nextCachedHash()
911 U16* const tagTable = ms->tagTable; in ZSTD_row_update_internalImpl() local
1128 U16* const tagTable = ms->tagTable; in ZSTD_RowFindBestMatch() local
H A Dzstd_compress_internal.h215 …U16* tagTable; /* For row-based matchFinder: A row-based table containin… member