Home
last modified time | relevance | path

Searched refs:FSE_NCOUNTBOUND (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h234 #define FSE_NCOUNTBOUND 512 macro
236 #define FSE_COMPRESSBOUND(size) (FSE_NCOUNTBOUND + FSE_BLOCKBOUND(size)) /* Macro version, useful for static allocation */
H A Dfse_compress.c200 return maxSymbolValue ? maxHeaderSize : FSE_NCOUNTBOUND; /* maxSymbolValue==0 ? use default */ in FSE_NCountWriteBound()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h300 #define FSE_NCOUNTBOUND 512 macro
302 #define FSE_COMPRESSBOUND(size) (FSE_NCOUNTBOUND + FSE_BLOCKBOUND(size)) /* Macro version, useful for static allocation */
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c73 BYTE wksp[FSE_NCOUNTBOUND]; in ZSTD_NCountCost()
H A Dfse_compress.c229 return maxSymbolValue ? maxHeaderSize : FSE_NCOUNTBOUND; /* maxSymbolValue==0 ? use default */ in FSE_NCountWriteBound()

Completed in 6 milliseconds