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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dtrees.c1078 unsigned lx = 0; /* running index in l_buf */ local
1083 dist = s->d_buf[lx];
1084 lc = s->l_buf[lx++];
1110 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
1112 } while (lx < s->last_lit);

Completed in 14 milliseconds