Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcompress.c146 struct bitbuf *bitbuf_init(int fd, int size) in bitbuf_init() function
526 struct bitbuf *bb = bitbuf_init(1, sizeof(toybuf)); in do_gzip()
554 struct bitbuf *bb = bitbuf_init(fd, sizeof(toybuf)); in do_zcat()