Searched refs:tagRow (Results 1 – 1 of 1) sorted by relevance
826 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextIndex(BYTE* const tagRow, U32 const rowMask) { in ZSTD_row_nextIndex() argument827 U32 const next = (*tagRow - 1) & rowMask; in ZSTD_row_nextIndex()828 *tagRow = (BYTE)next; in ZSTD_row_nextIndex()921 …BYTE* tagRow = (BYTE*)(tagTable + relRow); /* Though tagTable is laid out as a table of U16, each… in ZSTD_row_update_internalImpl() local923 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_row_update_internalImpl()926 ((BYTE*)tagRow)[pos + ZSTD_ROW_HASH_TAG_OFFSET] = hash & ZSTD_ROW_HASH_TAG_MASK; in ZSTD_row_update_internalImpl()1002 ZSTD_row_getMatchMask(const BYTE* const tagRow, const BYTE tag, const U32 head, const U32 rowEntrie… in ZSTD_row_getMatchMask() argument1004 const BYTE* const src = tagRow + ZSTD_ROW_HASH_TAG_OFFSET; in ZSTD_row_getMatchMask()1187 BYTE* tagRow = (BYTE*)(tagTable + relRow); in ZSTD_RowFindBestMatch() local1188 U32 const head = *tagRow & rowMask; in ZSTD_RowFindBestMatch()[all …]