Home
last modified time | relevance | path

Searched refs:FSE_COMPRESSBOUND (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h236 #define FSE_COMPRESSBOUND(size) (FSE_NCOUNTBOUND + FSE_BLOCKBOUND(size)) /* Macro version, useful for static allocation */ macro
H A Dfse_compress.c795 size_t FSE_compressBound(size_t size) { return FSE_COMPRESSBOUND(size); } in FSE_compressBound()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h302 #define FSE_COMPRESSBOUND(size) (FSE_NCOUNTBOUND + FSE_BLOCKBOUND(size)) /* Macro version, useful for static allocation */ macro
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c665 size_t FSE_compressBound(size_t size) { return FSE_COMPRESSBOUND(size); } in FSE_compressBound()

Completed in 5 milliseconds