Home | History | Annotate | Download | only in zlib

Lines Matching refs:lx

1083     unsigned lx = 0;    /* running index in l_buf */
1088 dist = s->d_buf[lx];
1089 lc = s->l_buf[lx++];
1115 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1118 } while (lx < s->last_lit);