Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_lazy.c843 FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const relRow, U32 const rowLog) { in ZSTD_row_prefetch() argument
867 U16 const* const tagTable = ms->tagTable; in ZSTD_row_fillHashCache() local
888 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, U16 const* tagTable, BYTE const* base, U32 idx, U32 const hashLog, U32 const rowLog, U32 const mls) ZSTD_row_nextCachedHash() argument
911 U16* const tagTable = ms->tagTable; ZSTD_row_update_internalImpl() local
1128 U16* const tagTable = ms->tagTable; ZSTD_RowFindBestMatch() local
[all...]
H A Dzstd_compress_internal.h215 U16* tagTable; /* For row-based matchFinder: A row-based table containing the hashes and head index. */ member

Completed in 6 milliseconds