Home
last modified time | relevance | path

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

/external/syslinux/core/lzo/
Dleave.ash71 movl $8,%eax /* LZO_E_INPUT_NOT_CONSUMED */
/external/valgrind/coregrind/m_debuginfo/
Dlzoconf.h343 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
Dminilzo-inl.c4033 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
4559 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
/external/libvncserver/common/
Dlzoconf.h313 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
Dminilzo.c5473 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
6014 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
/external/syslinux/lzo/include/lzo/
Dlzoconf.h313 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
/external/syslinux/lzo/src/
Dlzo1x_oo.ch348 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
Dlzo1x_d.ch452 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));