Home
last modified time | relevance | path

Searched refs:IOBUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/other/
Dbzcat.c55 #define IOBUF_SIZE 4096 macro
89 char outbuf[IOBUF_SIZE];
120 if (0 >= (bd->inbufCount = read(bd->in_fd, bd->inbuf, IOBUF_SIZE))) in get_bits()
564 if (bd->outbufPos == IOBUF_SIZE) flush_bunzip_outbuf(bd, out_fd); in write_bunzip_data()
612 if (!len) i += IOBUF_SIZE; in start_bunzip()