Home
last modified time | relevance | path

Searched refs:FSE_MAX_MEMORY_USAGE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h538 #ifndef FSE_MAX_MEMORY_USAGE
539 #define FSE_MAX_MEMORY_USAGE 14 macro
562 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE - 2)
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h664 #ifndef FSE_MAX_MEMORY_USAGE
665 # define FSE_MAX_MEMORY_USAGE 14 macro
670 #if (FSE_DEFAULT_MEMORY_USAGE > FSE_MAX_MEMORY_USAGE)
671 # error "FSE_DEFAULT_MEMORY_USAGE must be <= FSE_MAX_MEMORY_USAGE"
695 #define FSE_MAX_TABLELOG (FSE_MAX_MEMORY_USAGE-2)

Completed in 2 milliseconds