HomeSort by relevance Sort by last modified time
    Searched refs:last_m_off (Results 1 - 6 of 6) sorted by null

  /external/syslinux/lzo/src/
lzo1x_d.ch 58 lzo_uint last_m_off = 0;
175 last_m_off = m_off;
185 last_m_off = t;
212 m_off = last_m_off;
216 last_m_off = m_off;
237 assert(last_m_off > 0);
238 m_pos -= last_m_off;
244 last_m_off = off;
271 last_m_off = m_off;
280 last_m_off = off
    [all...]
lzo_mchw.ch 43 lzo_uint last_m_off;
124 c->last_m_len = c->last_m_off = 0;
lzo1x_9x.c 116 static lzo_uint last_m_len = 0, last_m_off = 0;
124 //if (m_len == last_m_len && m_off == last_m_off)
125 //printf("last_m_len + last_m_off\n");
127 if (m_off == last_m_off)
128 printf("last_m_off\n");
137 last_m_off = prev_m_off[prev_m_off_ptr] = m_off;
158 else if (m_len <= M2_MAX_LEN && (m_off <= M2_MAX_OFFSET || m_off == c->last_m_off))
175 if (m_off == c->last_m_off)
260 c->last_m_off = x_off;
461 if (*m_off == c->last_m_off && *m_len <= M2_MAX_LEN
    [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 165 unsigned int last_m_off; member in struct:ucl_compress
725 c->last_m_len = c->last_m_off = 0;
956 if (m_off == c->last_m_off)
979 c->last_m_off = m_off;
1013 if (m_off == c->last_m_off)
1106 c->last_m_off = 1;
1145 c->last_m_off)
1364 unsigned long ilen = 0, olen = 0, last_m_off = 1; local
1415 m_off = last_m_off;
1423 last_m_off = ++m_off
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c 3645 lzo_uint last_m_off = 0; local
4171 lzo_uint last_m_off = 0; local
    [all...]
  /external/libvncserver/common/
minilzo.c 5087 lzo_uint last_m_off = 0; local
5628 lzo_uint last_m_off = 0; local
    [all...]

Completed in 1243 milliseconds