Home
last modified time | relevance | path

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

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