Lines Matching defs:last

404 	 * the last 32K strings.  An index in this array is thus a
544 int last_eob_len; /* bit length of EOB code for last block */
558 * Number of valid bits in bi_buf. All bits above the last
812 * (except for the last MIN_MATCH-1 bytes of the input file).
981 * Insert all strings in the hash table (except for the last
1053 /* Flush the last buffer: */
2154 * enough lookahead, the last two strings are
2322 * .. 258, the last 256 values correspond to the top 8 bits of the 15
2774 * last code must be all ones.
2906 int prevlen = -1; /* last emitted length */
2953 int prevlen = -1; /* last emitted length */
3001 * bl_order of the last bit length code to send.
3007 /* index of last bit length code of non zero freq */
3092 int eof; /* true if this is the last block for a file */
3120 * last two codes for the previous block (real code plus EOB) were coded
3122 * the last real code. In this case we send two empty static blocks instead
3124 * To simplify the code, we assume the worst case of last real code encoded
3137 * (10 - bi_valid) bits. The lookahead for the last real code
3161 int eof; /* true if this is the last block for a file */
3164 /* index of last bit length code of non zero freq */
3189 * and get the index in bl_order of the last bit
3215 * If compression failed and this is the first and last block,
3253 * since the last block flush, because
4023 * infblock.c -- interpret and process block types to last block
4158 DONEB, /* finished last block, done */
4182 uInt last; /* true if this block is the last block */
4271 * Huffman codes, but the last two had better not show up in the data.
4284 * really is 258. The last length deserves its own, short code
4376 s->last = t & 1;
4381 s->last ? " (last)" : ""));
4389 s->last ? " (last)" : ""));
4409 s->last ? " (last)" : ""));
4434 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
4452 s->mode = s->last ? DRY : TYPE;
4597 if (!s->last)
4909 /* Adjust last length count to fill out codes, if needed */
5003 /* connect to last table, if there is one */
5014 /* connect to last table */