Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_lazy.c798 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextIndex(BYTE* const tagRow, U32 const rowMask) { in ZSTD_row_nextIndex()
901 BYTE* tagRow = tagTable + relRow; in ZSTD_row_update_internalImpl() local
1061 ZSTD_row_getMatchMask(const BYTE* const tagRow, const BYTE tag, const U32 headGrouped, const U32 ro… in ZSTD_row_getMatchMask()
1221 BYTE* tagRow = (BYTE*)(tagTable + relRow); in ZSTD_RowFindBestMatch() local