Home
last modified time | relevance | path

Searched defs:LZO_E_NOT_COMPRESSIBLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dlzo.h43 #define LZO_E_NOT_COMPRESSIBLE (-3) macro
/openbmc/linux/include/linux/
H A Dlzo.h41 #define LZO_E_NOT_COMPRESSIBLE (-3) macro
/openbmc/u-boot/fs/jffs2/
H A Dcompr_lzo.c129 #define LZO_E_NOT_COMPRESSIBLE (-3) /* not used right now */ macro