Searched refs:HAVE_IP (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/lzo/ |
D | lzo1x_decompress.c | 20 #define HAVE_IP(x, ip_end, ip) ((size_t)(ip_end - ip) < (x)) macro 158 if (HAVE_IP(t + 1, ip_end, ip)) 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() 327 if (HAVE_IP(t + 1, ip_end, ip)) in lzo1x_decompress_safe()
|