Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcompress.c170 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit() function
286 offset = (offset << 1) | bitbuf_bit(bb); in huff_and_puff()