Searched defs:m_pos (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) \
3049 m_pos = ip - (lzo_uint) PTR_DIFF(ip,m_pos), \
3050 PTR_LT(m_pos,i
3183 const lzo_bytep m_pos; local
3357 _lzo_unlikely(ip[m_len] == m_pos[m_len]) argument
3616 register const lzo_bytep m_pos; local
4142 register const lzo_bytep m_pos; local
[all...]

Completed in 51 milliseconds