Lines Matching defs:last
76 // level of deflate blocks. This enables clearing the last-block bit, shifting
192 // last-block-bit cleared. Re-synchronize stored block
209 // If strm.data_type & 0xc0 is 0x80, then the last byte of
210 // the available compressed data includes the last bits of
211 // the end of a deflate block. In that case, that last byte
214 // 0xc0, then the last byte of the compressed data is the
219 // last byte. If we are at the end of the block, bits is
220 // either the number of bits in the last byte belonging to
228 // We are at the start of a new block. Clear the last
242 // Set last to have a 1 in the position of the last
244 unsigned long last = (unsigned long)1 << prev;
264 buf &= last - 1; // zero the pad bits
271 buf &= last - 1; // zero the pad bits
274 // Clear the last block bit.
275 buf &= ~last;
297 // some of the bits in the last byte follow this block. mix
304 // except for the last byte if it contains bits from the
326 // Process the last processed byte if it wasn't written.
328 // Load the last byte into the bit buffer.
352 // the last byte in the bit buffer to examine on
375 // the last block in the stream are saved in the bit