Home
last modified time | relevance | path

Searched refs:LZO_E_EOF_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dlzo.h47 #define LZO_E_EOF_NOT_FOUND (-7) macro
/openbmc/linux/include/linux/
H A Dlzo.h45 #define LZO_E_EOF_NOT_FOUND (-7) macro
/openbmc/u-boot/fs/jffs2/
H A Dcompr_lzo.c133 #define LZO_E_EOF_NOT_FOUND (-7) macro
375 return LZO_E_EOF_NOT_FOUND; in lzo1x_decompress()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c342 return LZO_E_EOF_NOT_FOUND; in lzo1x_decompress_safe()