Searched refs:tagRow (Results 1 – 1 of 1) sorted by relevance
799 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextIndex(BYTE* const tagRow, U32 const rowMask) { in ZSTD_row_nextIndex() argument800 U32 next = (*tagRow-1) & rowMask; in ZSTD_row_nextIndex()802 *tagRow = (BYTE)next; in ZSTD_row_nextIndex()902 BYTE* tagRow = tagTable + relRow; in ZSTD_row_update_internalImpl() local903 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_row_update_internalImpl()906 tagRow[pos] = hash & ZSTD_ROW_HASH_TAG_MASK; in ZSTD_row_update_internalImpl()1062 ZSTD_row_getMatchMask(const BYTE* const tagRow, const BYTE tag, const U32 headGrouped, const U32 ro… in ZSTD_row_getMatchMask() argument1064 const BYTE* const src = tagRow; in ZSTD_row_getMatchMask()1222 BYTE* tagRow = (BYTE*)(tagTable + relRow); in ZSTD_RowFindBestMatch() local1223 U32 const headGrouped = (*tagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch()[all …]