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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c3172 const lzo_bytep const ip_end = in + in_len - 20; local
3189 if __lzo_unlikely(ip >= ip_end)
3229 if __lzo_unlikely(ip >= ip_end)
3317 if __lzo_unlikely(ip + m_len >= ip_end)
3340 if __lzo_unlikely(ip + m_len >= ip_end)
3360 if __lzo_unlikely(ip + m_len >= ip_end)
3542 # define TEST_IP (ip < ip_end)
3546 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
3570 # define TEST_IP (ip < ip_end)
3619 const lzo_bytep const ip_end local
4145 const lzo_bytep const ip_end = in + in_len; local
[all...]

Completed in 72 milliseconds