Searched refs:ZSTD_row_prefetch (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 817 FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, BYTE const* tagTable, U32 const … in ZSTD_row_prefetch() function 851 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_fillHashCache() 874 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash() 1202 ZSTD_row_prefetch(dmsHashTable, dmsTagTable, dmsRelRow, rowLog); in ZSTD_RowFindBestMatch()
|