Lines Matching refs:last

251      * array to 64K, this link is maintained only for the last 32K strings.
369 int last_eob_len; /* bit length of EOB code for last block */
380 /* Number of valid bits in bi_buf. All bits above the last valid bit
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
563 * (except for the last MIN_MATCH-1 bytes of the input file).
766 /* If we came back in here to get the last output from
1391 * enough lookahead, the last two strings are not inserted in
1535 * 3 .. 258, the last 256 values correspond to the top 8 bits of
1951 /* Check that the bit counts in bl_count are consistent. The last code
2070 int prevlen = -1; /* last emitted length */
2115 int prevlen = -1; /* last emitted length */
2158 * bl_order of the last bit length code to send.
2163 int max_blindex; /* index of last bit length code of non zero freq */
2228 int eof; /* true if this is the last block for a file */
2285 int flush; /* Z_FINISH if this is the last block for a file */
2288 int max_blindex; /* index of last bit length code of non zero freq */
2309 * in bl_order of the last bit length code to send.
2323 /* If compression failed and this is the first and last block,
2344 * compression, and this block contains all the data since the last
2363 * the last block flush, because compression would have been
3060 DONEB, /* finished last block, done */
3081 uInt last; /* true if this block is the last block */
3153 /* infblock.c -- interpret and process block types to last block
3185 Huffman codes, but the last two had better not show up in the data.
3198 really is 258. The last length deserves its own, short code
3279 s->last = t & 1;
3284 s->last ? " (last)" : ""));
3292 s->last ? " (last)" : ""));
3312 s->last ? " (last)" : ""));
3353 s->mode = s->last ? DRY : TYPE;
3489 if (!s->last)
3763 /* Adjust last length count to fill out codes, if needed */
3842 /* connect to last table, if there is one */
3850 u[h-1][j] = r; /* connect to last table */