Home
last modified time | relevance | path

Searched refs:minShare (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c2026 … U32 const minShare = MEM_64bits() ? 7 : 20; /* heuristic values, correspond to 2.73% and 7.81% */ local
2027 usePrefetchDecoder = (shareLongOffsets >= minShare);