Home
last modified time | relevance | path

Searched defs:rowMask (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/lib/zstd/compress/
Dzstd_lazy.c826 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextIndex(BYTE* const tagRow, U32 const rowMask) { in ZSTD_row_nextIndex()
908 U32 const rowMask, U32 const useCache) in ZSTD_row_update_internalImpl()
937 U32 const rowMask, U32 const useCache) in ZSTD_row_update_internal()
970 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update() local
1144 const U32 rowMask = rowEntries - 1; in ZSTD_RowFindBestMatch() local