Lines Matching refs:stored
21 * works whether integers are stored big endian or little endian.
114 * - Bits are stored in bytes from the least significant bit to the most
140 * Process a stored block.
144 * - After the two-bit stored block type (00), the stored block length and
145 * stored bytes are byte-aligned for fast copying. Therefore any leftover
150 * - The second inverted copy of the stored block length does not have to be
153 * - A stored block can have zero length. This is sometimes used to byte-align
156 local int stored(struct state *s)
158 unsigned len; /* length of stored block */
185 /* done with a valid stored block */
209 * - The codes as stored in the compressed data are bit-reversed relative to
572 * - The code lengths are stored in order for the symbols, so lengths are
748 * -2: stored block length did not match one's complement
798 err = type == 0 ? stored(&s) :