Searched refs:rubin_do_decompress (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/fs/jffs2/ |
H A D | compr_rubin.c | 46 void rubin_do_decompress(unsigned char *bits, unsigned char *in, in rubin_do_decompress() function 121 rubin_do_decompress(bits, data_in+8, cpage_out, dstlen); in dynrubin_decompress()
|
/openbmc/linux/fs/jffs2/ |
H A D | compr_rubin.c | 368 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress() function 388 rubin_do_decompress(BIT_DIVIDER_MIPS, bits_mips, data_in, in jffs2_rubinmips_decompress() 403 rubin_do_decompress(256, bits, data_in+8, cpage_out, sourcelen-8, in jffs2_dynrubin_decompress()
|
/openbmc/u-boot/include/jffs2/ |
H A D | jffs2.h | 222 void rubin_do_decompress(unsigned char *bits, unsigned char *in,
|