Home
last modified time | relevance | path

Searched defs:lzo1x_worst_compress (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dlzo.h21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro
/kernel/linux/linux-6.6/include/linux/
H A Dlzo.h21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro

Completed in 1 milliseconds