Lines Matching refs:lzo_uint
40 static __lzo_noinline lzo_uint
41 do_compress ( const lzo_bytep in , lzo_uint in_len,
43 lzo_uint ti, lzo_voidp wrkmem)
61 LZO_DEFINE_UNINITIALIZED_VAR(lzo_uint, m_off, 0);
62 lzo_uint m_len;
63 lzo_uint dindex;
99 lzo_uint m_off;
100 lzo_uint m_len;
103 lzo_uint dindex;
122 lzo_uint t = pd(ip,ii);
150 lzo_uint tt = t - 18;
337 DO_COMPRESS ( const lzo_bytep in , lzo_uint in_len,
343 lzo_uint l = in_len;
344 lzo_uint t = 0;
348 lzo_uint ll = l;
357 lzo_memset(wrkmem, 0, ((lzo_uint)1 << D_BITS) * sizeof(lzo_dict_t));
378 lzo_uint tt = t - 18;