Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_lazy.c766 typedef U64 ZSTD_VecMask; /* Clarifies when we are interacting with a U64 representing a mask of … typedef
772 static U32 ZSTD_VecMask_next(ZSTD_VecMask val) { in ZSTD_VecMask_next()
978 FORCE_INLINE_TEMPLATE ZSTD_VecMask
1001 FORCE_INLINE_TEMPLATE ZSTD_VecMask
1067 ZSTD_VecMask matches = 0; in ZSTD_row_getMatchMask()
1192 ZSTD_VecMask matches = ZSTD_row_getMatchMask(tagRow, (BYTE)tag, head, rowEntries); in ZSTD_RowFindBestMatch()
1261 ZSTD_VecMask matches = ZSTD_row_getMatchMask(dmsTagRow, (BYTE)dmsTag, head, rowEntries); in ZSTD_RowFindBestMatch()