last_lit          236 tools/packfi2/deflate.h     uInt last_lit;      /* running index in l_buf */
last_lit          310 tools/packfi2/deflate.h     s->d_buf[s->last_lit] = 0; \
last_lit          311 tools/packfi2/deflate.h     s->l_buf[s->last_lit++] = cc; \
last_lit          313 tools/packfi2/deflate.h     flush = (s->last_lit == s->lit_bufsize-1); \
last_lit          318 tools/packfi2/deflate.h     s->d_buf[s->last_lit] = dist; \
last_lit          319 tools/packfi2/deflate.h     s->l_buf[s->last_lit++] = len; \
last_lit          323 tools/packfi2/deflate.h     flush = (s->last_lit == s->lit_bufsize-1); \
last_lit          423 tools/packfi2/trees.c     s->last_lit = s->matches = 0;
last_lit          960 tools/packfi2/trees.c                 s->last_lit));
last_lit         1027 tools/packfi2/trees.c     s->d_buf[s->last_lit] = (ush)dist;
last_lit         1028 tools/packfi2/trees.c     s->l_buf[s->last_lit++] = (uch)lc;
last_lit         1046 tools/packfi2/trees.c     if ((s->last_lit & 0x1fff) == 0 && s->level > 2) {
last_lit         1048 tools/packfi2/trees.c         ulg out_length = (ulg)s->last_lit*8L;
last_lit         1057 tools/packfi2/trees.c                s->last_lit, in_length, out_length,
last_lit         1059 tools/packfi2/trees.c         if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
last_lit         1062 tools/packfi2/trees.c     return (s->last_lit == s->lit_bufsize-1);
last_lit         1083 tools/packfi2/trees.c     if (s->last_lit != 0) do {
last_lit         1114 tools/packfi2/trees.c     } while (lx < s->last_lit);