Home | History | Annotate | Download | only in puff

Lines Matching refs:stored

21  * works whether integers are stored big endian or little endian.
121 * - Bits are stored in bytes from the least significant bit to the most
148 * Process a stored block.
152 * - After the two-bit stored block type (00), the stored block length and
153 * stored bytes are byte-aligned for fast copying. Therefore any leftover
158 * - The second inverted copy of the stored block length does not have to be
161 * - A stored block can have zero length. This is sometimes used to byte-align
164 local int stored(struct state *s)
166 unsigned len; /* length of stored block */
195 /* done with a valid stored block */
219 * - The codes as stored in the compressed data are bit-reversed relative to
592 * - The code lengths are stored in order for the symbols, so lengths are
772 * -2: stored block length did not match one's complement
823 stored(&s) :