Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dmini_inflate.c108 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none() function
362 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()