Home
last modified time | relevance | path

Searched defs:HUF_BLOCKBOUND (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf.h78 #define HUF_BLOCKBOUND(size) (size + (size >> 8) + 8) /* only true if incompressible pre-filtered with fast heuristic */ macro
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dhuf.h131 #define HUF_BLOCKBOUND(size) (size + (size>>8) + 8) /* only true when incompressible is pre-filtered with fast heuristic */ macro

Completed in 2 milliseconds