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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c3186 lzo_uint m_len; local
3222 lzo_uint m_len; local
3308 m_len = 4;
3312 v = UA_GET64(ip + m_len) ^ UA_GET64(m_pos + m_len);
3315 m_len += 8;
3316 v = UA_GET64(ip + m_len) ^ UA_GET64(m_pos + m_len);
3317 if __lzo_unlikely(ip + m_len >= ip_end)
3322 m_len
[all...]

Completed in 62 milliseconds