Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlz4.h66 #define LZ4_ACCELERATION_DEFAULT 1 macro
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c476 acceleration = LZ4_ACCELERATION_DEFAULT; in LZ4_compress_fast_extState()
515 maxOutputSize, LZ4_ACCELERATION_DEFAULT, wrkmem); in LZ4_compress_default()
877 acceleration = LZ4_ACCELERATION_DEFAULT; in LZ4_compress_fast_continue()