Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1166 BYTE* dmsTagRow = NULL; in ZSTD_RowFindBestMatch() local
1184 dmsTagRow = (BYTE*)(dmsTagTable + dmsRelRow); in ZSTD_RowFindBestMatch()
1266 { U32 const head = *dmsTagRow & rowMask; in ZSTD_RowFindBestMatch()
1270 ZSTD_VecMask matches = ZSTD_row_getMatchMask(dmsTagRow, (BYTE)dmsTag, head, rowEntries); in ZSTD_RowFindBestMatch()