Lines Matching refs:lzo_uint

2093 #define lzo_sizeof(type)    ((lzo_uint) (sizeof(type)))
2095 #define LZO_HIGH(array) ((lzo_uint) (sizeof(array)/sizeof(*(array))))
2103 #define LZO_USIZE(bits) ((lzo_uint) 1 << (bits))
2184 lzo_memset((lzo_voidp)(s),0,(lzo_uint)(l)*(n))
2229 #define pd(a,b) ((lzo_uint) ((a)-(b)))
2245 lzo_uint a_lzo_uint;
2259 lzo_uint * a_lzo_uint_p;
2289 # define lzo_dict_t lzo_uint
2315 __lzo_align_gap(const lzo_voidp ptr, lzo_uint size)
2402 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len)
2447 #define lzo_hsize_t lzo_uint
2539 ACCCHK_ASSERT_IS_UNSIGNED_T(lzo_uint)
2558 ACCCHK_ASSERT(sizeof(lzo_xint) >= sizeof(lzo_uint))
2559 ACCCHK_ASSERT(sizeof(lzo_xint) == sizeof(lzo_uint32) || sizeof(lzo_xint) == sizeof(lzo_uint))
2638 static __lzo_noinline lzo_voidp u2p(lzo_voidp ptr, lzo_uint off)
2653 unsigned short x[2]; lzo_uint32 y[2]; lzo_uint z[2];
2662 u.a[0] = u.a[1] = 0; u.b[sizeof(lzo_uint) - 1] = 128;
2740 (s5 == -1 || s5 == (int) sizeof(lzo_uint)) &&
2950 #define DMS(v,s) ((lzo_uint) (((v) & (D_MASK >> (s))) << (s)))
2984 #define DINDEX(dv,p) ((lzo_uint)((_DINDEX(dv,p)) & DL_MASK) << DD_BITS)
3049 m_pos = ip - (lzo_uint) PTR_DIFF(ip,m_pos), \
3051 (m_off = (lzo_uint) PTR_DIFF(ip,m_pos)) == 0 || \
3164 static __lzo_noinline lzo_uint
3165 do_compress ( const lzo_bytep in , lzo_uint in_len,
3167 lzo_uint ti, lzo_voidp wrkmem)
3185 LZO_DEFINE_UNINITIALIZED_VAR(lzo_uint, m_off, 0);
3186 lzo_uint m_len;
3187 lzo_uint dindex;
3221 lzo_uint m_off;
3222 lzo_uint m_len;
3225 lzo_uint dindex;
3241 register lzo_uint t = pd(ip,ii);
3276 register lzo_uint tt = t - 18;
3435 DO_COMPRESS ( const lzo_bytep in , lzo_uint in_len,
3441 lzo_uint l = in_len;
3442 lzo_uint t = 0;
3446 lzo_uint ll = l;
3455 lzo_memset(wrkmem, 0, ((lzo_uint)1 << D_BITS) * sizeof(lzo_dict_t));
3476 lzo_uint tt = t - 18;
3546 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
3557 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun
3604 DO_DECOMPRESS ( const lzo_bytep in , lzo_uint in_len,
3611 register lzo_uint t;
3613 lzo_uint m_off;
3624 lzo_uint last_m_off = 0;
3791 lzo_uint off = t & 0x1f;
3835 lzo_uint off = 1 + (ip[0] << 6) + (ip[1] >> 2);
4072 if ((lzo_uint)(ip_end - ip) < (lzo_uint)(x)) goto input_overrun
4083 if ((lzo_uint)(op_end - op) < (lzo_uint)(x)) goto output_overrun
4130 DO_DECOMPRESS ( const lzo_bytep in , lzo_uint in_len,
4137 register lzo_uint t;
4139 lzo_uint m_off;
4150 lzo_uint last_m_off = 0;
4317 lzo_uint off = t & 0x1f;
4361 lzo_uint off = 1 + (ip[0] << 6) + (ip[1] >> 2);