Home
last modified time | relevance | path

Searched refs:dmsTagTable (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1196 BYTE* const dmsTagTable = dms->tagTable; in ZSTD_RowFindBestMatch() local
1200 dmsTagRow = (BYTE*)(dmsTagTable + dmsRelRow); in ZSTD_RowFindBestMatch()
1202 ZSTD_row_prefetch(dmsHashTable, dmsTagTable, dmsRelRow, rowLog); in ZSTD_RowFindBestMatch()