Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dlz4.h66 #define LZ4_ACCELERATION_DEFAULT 1 macro
/linux-5.19.10/lib/lz4/
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()