Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
/openbmc/linux/include/linux/
H A Dlzo.h21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro