Lines Matching defs:bytes
303 /* Outputting bytes to the file */
335 * bytes can be stored in a 64-bit bit buffer before it has to be emptied.
418 * theoretically store 16 bits (for a maximum of 2048 bits or 256 bytes per
422 * larger than 200 bytes.
436 bytes = buffer - _buffer; \
438 while (bytes > 0) { \
439 bytestocopy = min(bytes, state->free_in_buffer); \
446 bytes -= bytestocopy; \
461 size_t bytes, bytestocopy; int localbuf = 0;
491 size_t bytes, bytestocopy; int localbuf = 0;
833 * practice, because it produces more all-ones bytes (which incur stuffed
834 * zero bytes in the final file). In any case the difference is tiny.