Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c318 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed() function
363 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()