Searched refs:ip_end (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/lzo/
H A Dlzo1x_decompress.c21 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x))
145 const unsigned char * const ip_end = in + in_len; local
159 if (HAVE_IP(t + 1, ip_end, ip))
167 while ((ip < ip_end)) {
172 if (HAVE_IP(1, ip_end, ip))
177 if (HAVE_IP(1, ip_end, ip))
184 if (HAVE_IP(t + 4, ip_end, ip))
244 if (HAVE_IP(1, ip_end, ip))
249 if (HAVE_IP(1, ip_end, i
[all...]
/u-boot/fs/jffs2/
H A Dcompr_lzo.c97 #define TEST_IP (ip < ip_end)
101 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
159 const lzo_byte *const ip_end = in + in_len; local
379 return (ip == ip_end ? LZO_E_OK :
381 ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));

Completed in 38 milliseconds