Lines Matching defs:last
100 * 3 .. 258, the last 256 values correspond to the top 8 bits of
228 /* Check that the bit counts in bl_count are consistent. The last code
398 # define SEPARATOR(i, last, width) \
399 ((i) == (last)? "\n};\n\n" : \
733 int prevlen = -1; /* last emitted length */
775 int prevlen = -1; /* last emitted length */
818 * bl_order of the last bit length code to send.
822 int max_blindex; /* index of last bit length code of non zero freq */
883 ulg stored_len, int last) {
884 send_bits(s, (STORED_BLOCK<<1) + last, 3); /* send block type */
1022 ulg stored_len, int last) {
1024 int max_blindex = 0; /* index of last bit length code of non zero freq */
1046 * in bl_order of the last bit length code to send.
1076 * the last block flush, because compression would have been
1080 _tr_stored_block(s, buf, stored_len, last);
1083 send_bits(s, (STATIC_TREES<<1) + last, 3);
1090 send_bits(s, (DYN_TREES<<1) + last, 3);
1105 if (last) {
1112 s->compressed_len - 7*last));