Lines Matching defs:last
100 * 3 .. 258, the last 256 values correspond to the top 8 bits of
215 /* Check that the bit counts in bl_count are consistent. The last code
383 # define SEPARATOR(i, last, width) \
384 ((i) == (last)? "\n};\n\n" : \
712 int prevlen = -1; /* last emitted length */
753 int prevlen = -1; /* last emitted length */
796 * bl_order of the last bit length code to send.
799 int max_blindex; /* index of last bit length code of non zero freq */
859 ulg stored_len, int last) {
860 send_bits(s, (STORED_BLOCK<<1) + last, 3); /* send block type */
997 ulg stored_len, int last) {
999 int max_blindex = 0; /* index of last bit length code of non zero freq */
1021 * in bl_order of the last bit length code to send.
1051 * the last block flush, because compression would have been
1055 _tr_stored_block(s, buf, stored_len, last);
1058 send_bits(s, (STATIC_TREES<<1) + last, 3);
1065 send_bits(s, (DYN_TREES<<1) + last, 3);
1080 if (last) {
1087 s->compressed_len - 7*last));