Home | History | Annotate | Download | only in src

Lines Matching refs:lx

1067     unsigned lx = 0;    /* running index in l_buf */
1072 dist = s->d_buf[lx];
1073 lc = s->l_buf[lx++];
1099 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1102 } while (lx < s->last_lit);