Lines Matching refs:lzo_bytep

2189 LZO_EXTERN(const lzo_bytep) lzo_copyright(void);
2210 #define PTR(a) ((lzo_bytep) (a))
2214 #define PTR(a) ((lzo_bytep) (a))
2256 lzo_bytep a_lzo_bytep;
2286 # define lzo_dict_t const lzo_bytep
2352 LZO_PUBLIC(const lzo_bytep)
2358 return (const lzo_bytep) __lzo_copyright;
2402 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len)
2449 #define lzo_hbyte_p lzo_bytep
2636 #define u2p(ptr,off) ((lzo_voidp) (((lzo_bytep)(lzo_voidp)(ptr)) + (off)))
2640 return (lzo_voidp) ((lzo_bytep) ptr + off);
2659 r &= ((* (lzo_bytep) p) == 0);
3006 DVAL_ASSERT(lzo_xint dv, const lzo_bytep p)
3165 do_compress ( const lzo_bytep in , lzo_uint in_len,
3166 lzo_bytep out, lzo_uintp out_len,
3169 register const lzo_bytep ip;
3170 lzo_bytep op;
3171 const lzo_bytep const in_end = in + in_len;
3172 const lzo_bytep const ip_end = in + in_len - 20;
3173 const lzo_bytep ii;
3183 const lzo_bytep m_pos;
3435 DO_COMPRESS ( const lzo_bytep in , lzo_uint in_len,
3436 lzo_bytep out, lzo_uintp out_len,
3439 const lzo_bytep ip = in;
3440 lzo_bytep op = out;
3452 if ((ll_end + ((t + ll) >> 5)) <= ll_end || (const lzo_bytep)(ll_end + ((t + ll) >> 5)) <= ip + ll)
3466 const lzo_bytep ii = in + in_len - t;
3604 DO_DECOMPRESS ( const lzo_bytep in , lzo_uint in_len,
3605 lzo_bytep out, lzo_uintp out_len,
3609 register lzo_bytep op;
3610 register const lzo_bytep ip;
3614 const lzo_bytep dict_end;
3616 register const lzo_bytep m_pos;
3619 const lzo_bytep const ip_end = in + in_len;
3621 lzo_bytep const op_end = out + *out_len;
3895 last_m_off = pd((const lzo_bytep)op, m_pos);
4130 DO_DECOMPRESS ( const lzo_bytep in , lzo_uint in_len,
4131 lzo_bytep out, lzo_uintp out_len,
4135 register lzo_bytep op;
4136 register const lzo_bytep ip;
4140 const lzo_bytep dict_end;
4142 register const lzo_bytep m_pos;
4145 const lzo_bytep const ip_end = in + in_len;
4147 lzo_bytep const op_end = out + *out_len;
4421 last_m_off = pd((const lzo_bytep)op, m_pos);