Searched refs:lx (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c1106 unsigned lx = 0; /* running index in l_buf */ local
1111 dist = s->d_buf[lx];
1112 lc = s->l_buf[lx++];
1138 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1141 } while (lx < s->last_lit);

Completed in 66 milliseconds