Searched refs:ZSTD_row_nextCachedHash (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_lazy.c | 888 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, in ZSTD_row_nextCachedHash() function 917 …U32 const hash = useCache ? ZSTD_row_nextCachedHash(ms->hashCache, hashTable, tagTable, base, upda… in ZSTD_row_update_internalImpl() 1183 …U32 const hash = ZSTD_row_nextCachedHash(hashCache, hashTable, tagTable, base, curr, hashLog, rowL… in ZSTD_RowFindBestMatch()
|