Lines Matching full:lit
131 int lit;
144 lit = 0; op++; /* start run */
176 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
179 op [- lit - 1] = lit - 1; /* stop run */
180 op -= !lit; /* undo run if length is zero */
228 lit = 0; op++; /* start run */
269 lit++; *op++ = *ip++;
271 if (expect_false (lit == MAX_LIT))
273 op [- lit - 1] = lit - 1; /* stop run */
274 lit = 0; op++; /* start run */
284 lit++; *op++ = *ip++;
286 if (expect_false (lit == MAX_LIT))
288 op [- lit - 1] = lit - 1; /* stop run */
289 lit = 0; op++; /* start run */
293 op [- lit - 1] = lit - 1; /* end run */
294 op -= !lit; /* undo run if length is zero */