Lines Matching defs:bytes
310 /* Outputting bytes to the file */
342 * bytes can be stored in a 64-bit bit buffer before it has to be emptied.
425 * theoretically store 16 bits (for a maximum of 2048 bits or 256 bytes per
429 * larger than 200 bytes.
443 bytes = buffer - _buffer; \
445 while (bytes > 0) { \
446 bytestocopy = min(bytes, state->free_in_buffer); \
453 bytes -= bytestocopy; \
468 size_t bytes, bytestocopy; int localbuf = 0;
493 size_t bytes, bytestocopy; int localbuf = 0;
515 size_t bytes, bytestocopy; int localbuf = 0;
871 * practice, because it produces more all-ones bytes (which incur stuffed
872 * zero bytes in the final file). In any case the difference is tiny.