Home
last modified time | relevance | path

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

/external/u-boot/fs/jffs2/
Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()