Home | History | Annotate | Download | only in dist

Lines Matching defs:lit

127   int lit;
140 lit = 0; op++; /* start run */
172 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
175 op [- lit - 1] = lit - 1; /* stop run */
176 op -= !lit; /* undo run if length is zero */
224 lit = 0; op++; /* start run */
265 lit++; *op++ = *ip++;
268 if (expect_false (lit == MAX_LIT))
270 op [- lit - 1] = lit - 1; /* stop run */
271 lit = 0; op++; /* start run */
281 lit++; *op++ = *ip++;
284 if (expect_false (lit == MAX_LIT))
286 op [- lit - 1] = lit - 1; /* stop run */
287 lit = 0; op++; /* start run */
291 op [- lit - 1] = lit - 1; /* end run */
292 op -= !lit; /* undo run if length is zero */