Searched refs:ip_end (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/lzo/ |
A D | lzo1x_decompress.c | 20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) argument 158 if (HAVE_IP(t + 1, ip_end, ip)) in lzo1x_decompress_safe() 166 while ((ip < ip_end)) { in lzo1x_decompress_safe() 171 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 176 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 183 if (HAVE_IP(t + 4, ip_end, ip)) in lzo1x_decompress_safe() 243 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 248 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 262 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() 267 if (HAVE_IP(1, ip_end, ip)) in lzo1x_decompress_safe() [all …]
|
/u-boot/fs/jffs2/ |
A D | compr_lzo.c | 97 #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; in lzo1x_decompress() local 379 return (ip == ip_end ? LZO_E_OK : in lzo1x_decompress() 381 ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN)); in lzo1x_decompress()
|
Completed in 4 milliseconds