Searched defs:maxElemsToPrefetch (Results 1 - 1 of 1) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ | ||
| H A D | zstd_lazy.c | 869 U32 const maxElemsToPrefetch = (base + idx) > iLimit ? 0 : (U32)(iLimit - (base + idx) + 1); in ZSTD_row_fillHashCache() local |
Completed in 7 milliseconds