Lines Matching refs:lzo_bytep
41 do_compress ( const lzo_bytep in , lzo_uint in_len,
42 lzo_bytep out, lzo_uintp out_len,
45 const lzo_bytep ip;
46 lzo_bytep op;
47 const lzo_bytep const in_end = in + in_len;
48 const lzo_bytep const ip_end = in + in_len - 20;
49 const lzo_bytep ii;
59 const lzo_bytep m_pos;
337 DO_COMPRESS ( const lzo_bytep in , lzo_uint in_len,
338 lzo_bytep out, lzo_uintp out_len,
341 const lzo_bytep ip = in;
342 lzo_bytep op = out;
354 …if ((ll_end + ((t + ll) >> 5)) <= ll_end || (const lzo_bytep)(ll_end + ((t + ll) >> 5)) <= ip + ll)
368 const lzo_bytep ii = in + in_len - t;