OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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