Lines Matching defs:m_pos
2850 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] argument
2853 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex] argument
2875 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \ argument
2878 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \ argument
2887 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \ argument
2892 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \ argument
2941 register const lzo_bytep m_pos; in do_compress() local
3268 # define TEST_LB(m_pos) if (m_pos < out || m_pos >= op) goto lookbehind_overrun argument
3269 # define TEST_LBO(m_pos,o) if (m_pos < out || m_pos >= op - (o)) goto lookbehind_overrun argument
3271 # define TEST_LB(m_pos) ((void) 0) argument
3272 # define TEST_LBO(m_pos,o) ((void) 0) argument
3322 register const lzo_bytep m_pos; local
3756 # define TEST_LB(m_pos) if (m_pos < out || m_pos >= op) goto lookbehind_overrun argument
3757 # define TEST_LBO(m_pos,o) if (m_pos < out || m_pos >= op - (o)) goto lookbehind_overrun argument
3759 # define TEST_LB(m_pos) ((void) 0) argument
3760 # define TEST_LBO(m_pos,o) ((void) 0) argument
3810 register const lzo_bytep m_pos; local