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

/external/syslinux/lzo/src/
H A Dlzo1x_9x.c107 code_match ( LZO_COMPRESS_T *c, lzo_bytep op, lzo_uint m_len, lzo_uint m_off )
110 lzo_uint x_off = m_off;
121 //if (m_len >= 3 && m_len <= M2_MAX_LEN && m_off <= M2_MAX_OFFSET)
124 //if (m_len == last_m_len && m_off == last_m_off)
127 if (m_off == last_m_off)
132 if (m_off == prev_m_off[i])
133 printf("prev_m_off %u: %5ld\n",i,(long)m_off);
137 last_m_off = prev_m_off[prev_m_off_ptr] = m_off;
145 assert(m_off <= M1_MAX_OFFSET);
147 m_off
335 len_of_coded_match( lzo_uint m_len, lzo_uint m_off, lzo_uint lit ) argument
536 lzo_uint m_len, m_off; local
[all...]
/external/syslinux/gpxe/src/util/
H A Dnrv2b.c162 unsigned int m_off; member in struct:ucl_compress
235 unsigned int m_off; member in struct:ucl_swd
278 unsigned int m_off )
285 if (m_off <= (unsigned int) (c->bp - c->in))
287 assert(c->bp - m_off + m_len < c->ip);
288 assert(memcmp(c->bp, c->bp - m_off, m_len) == 0);
293 d_off = m_off - (unsigned int) (c->bp - c->in);
674 s->m_off = 0;
683 s->m_off = swd_pos2off(s,s->m_pos);
767 c->m_off
939 code_match(struct ucl_compress *c, unsigned int m_len, const unsigned int m_off) argument
1001 len_of_coded_match(struct ucl_compress *c, unsigned int m_len, unsigned int m_off) argument
1046 unsigned int m_len, m_off; local
1401 unsigned int m_off, m_len; local
[all...]
/external/valgrind/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...]
/external/libvncserver/common/
H A Dminilzo.c4521 # define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex]
4524 # define GINDEX(m_pos,m_off,dict,dindex,in) m_off = dict[dindex]
4546 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
4547 (m_pos == NULL || (m_off = pd(ip, m_pos)) > max_offset)
4549 #define LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,max_offset) \
4553 (m_off = (lzo_uint) PTR_DIFF(ip,m_pos)) == 0 || \
4554 m_off > max_offset )))
4558 #define LZO_CHECK_MPOS_DET(m_pos,m_off,in,ip,max_offset) \
4559 (m_off
4653 lzo_uint m_off; local
5076 lzo_uint m_off; local
5617 lzo_uint m_off; local
[all...]

Completed in 208 milliseconds