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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c3021 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex]
3024 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex]
3046 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
3047 (m_pos == NULL || (m_off = pd(ip, m_pos)) > max_offset)
3049 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \
3053 (m_off = (lzo_uint) PTR_DIFF(ip,m_pos)) == 0 || \
3054 m_off > max_offset )))
3058 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
3059 (m_off
3227 lzo_uint m_off; local
3634 lzo_uint m_off; local
4160 lzo_uint m_off; local
[all...]

Completed in 112 milliseconds