Searched refs:tagTable (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_lazy.c | 849 PREFETCH_L1(tagTable + relRow); in ZSTD_row_prefetch() 851 PREFETCH_L1(tagTable + relRow + 32); in ZSTD_row_prefetch() 867 U16 const* const tagTable = ms->tagTable; in ZSTD_row_fillHashCache() local 875 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_fillHashCache() 889 U16 const* tagTable, BYTE const* base, in ZSTD_row_nextCachedHash() argument 895 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); 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 1171 U16* const dmsTagTable = dms->tagTable; in ZSTD_RowFindBestMatch() 1183 …U32 const hash = ZSTD_row_nextCachedHash(hashCache, hashTable, tagTable, base, curr, hashLog, rowL… in ZSTD_RowFindBestMatch() [all …]
|
A D | zstd_compress.c | 1702 ms->tagTable = (U16*)ZSTD_cwksp_reserve_aligned(ws, tagTableSize); in ZSTD_reset_matchState() 1703 if (ms->tagTable) ZSTD_memset(ms->tagTable, 0, tagTableSize); in ZSTD_reset_matchState() 2069 ZSTD_memcpy(cctx->blockState.matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict() 2070 cdict->matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict() 4178 ZSTD_memset(ms->tagTable, 0, tagTableSize); in ZSTD_loadDictionaryContent()
|
A D | zstd_compress_internal.h | 215 …U16* tagTable; /* For row-based matchFinder: A row-based table containin… member
|
Completed in 41 milliseconds