Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c86 static inline int pull_bit(struct bitstream *stream) in pull_bit() function
127 code = (code << 1) + pull_bit(stream); in read_symbol()
358 bfinal = pull_bit(&stream); in decompress_block()