Searched refs:ulz4fn (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | lz4.h | 63 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | lz4_wrapper.c | 52 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn) in ulz4fn() function
|
| /rk3399_rockchip-uboot/test/ |
| H A D | compression.c | 278 ret = ulz4fn(in, input_size, out, &output_size); in uncompress_using_lz4()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootm.c | 478 ret = ulz4fn(image_buf, image_len, load_buf, &size); in bootm_decomp_image()
|