HomeSort by relevance Sort by last modified time
    Searched full:bitbuf_init (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
compress.c 146 struct bitbuf *bitbuf_init(int fd, int size) function
528 struct bitbuf *bb = bitbuf_init(1, sizeof(toybuf));
556 struct bitbuf *bb = bitbuf_init(fd, sizeof(toybuf));

Completed in 129 milliseconds