Lines Matching defs:buffer
57 /* Bits that have been read from the input buffer. The bits are
65 /* Pointer to the next byte to be retrieved from the input buffer. */
68 /* Pointer to just past the end of the input buffer. */
72 /* Initialize a bitstream to read from the specified input buffer. */
74 const void *buffer, u32 size)
78 is->next = buffer;
82 /* Ensure the bit buffer variable for the bitstream contains at least @num_bits
101 * There must be at least @num_bits remaining in the buffer variable, from a
111 * remaining in the buffer variable, from a previous call to
122 * @num_bits remaining in the buffer variable, from a previous call to
179 * read overflows the input buffer.
246 * can't underrun the output buffer, and (dst + length) can't overrun the output
247 * buffer. Also, the length cannot be 0.
249 * @bufend points to the byte past the end of the output buffer. This function
269 * beyond the end of the output buffer, hence the check for (bufend -