Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:ll

3467         lzo_uint ll = l;
3470 ll = LZO_MIN(ll, 49152);
3472 ll_end = (lzo_uintptr_t)ip + ll;
3473 if ((ll_end + ((t + ll) >> 5)) <= ll_end || (const lzo_bytep)(ll_end + ((t + ll) >> 5)) <= ip + ll)
3478 t = do_compress(ip,ll,op,out_len,t,wrkmem);
3479 ip += ll;
3481 l -= ll;