Home | History | Annotate | Download | only in common

Lines Matching refs:tt

3036                 register lzo_uint tt = t - 18;
3039 while (tt > 255)
3041 tt -= 255;
3044 assert(tt > 0);
3045 *op++ = LZO_BYTE(tt);
3187 lzo_uint tt = t - 18;
3190 while (tt > 255)
3192 tt -= 255;
3195 assert(tt > 0);
3196 *op++ = LZO_BYTE(tt);