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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c3019 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex]
3022 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex]
3044 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
3045 (m_pos == NULL || (m_off = pd(ip, m_pos)) > max_offset)
3047 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \
3051 (m_off = (lzo_uint) PTR_DIFF(ip,m_pos)) == 0 || \
3052 m_off > max_offset )))
3056 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
3057 (m_off
3221 lzo_uint m_off; local
3613 lzo_uint m_off; local
4139 lzo_uint m_off; local
[all...]

Completed in 31 milliseconds