Home | History | Annotate | Download | only in common

Lines Matching refs:tt

4702                     lzo_uint tt = t - 18;
4704 while __lzo_unlikely(tt > 255)
4706 tt -= 255;
4710 assert(tt > 0);
4711 *op++ = LZO_BYTE(tt);
4925 lzo_uint tt = t - 18;
4928 while (tt > 255)
4930 tt -= 255;
4934 assert(tt > 0);
4935 *op++ = LZO_BYTE(tt);