Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dlzo.h48 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
/u-boot/fs/jffs2/
A Dcompr_lzo.c134 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
381 ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN)); in lzo1x_decompress()
/u-boot/lib/lzo/
A Dlzo1x_decompress.c347 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN)); in lzo1x_decompress_safe()

Completed in 6 milliseconds