Searched defs:m_off (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | minilzo-inl.c | 3021 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] argument 3024 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex] argument 3046 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \ argument 3049 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \ argument 3058 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \ argument 3063 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \ argument 3227 lzo_uint m_off; in do_compress() local 3634 lzo_uint m_off; local 4160 lzo_uint m_off; local
|
/external/libvncserver/common/ |
D | minilzo.c | 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 3319 lzo_uint m_off; local 3807 lzo_uint m_off; local
|