Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/zlib/
H A Dtf_gunzip.h13 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf,
/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c60 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf, in gunzip() function
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_bl2_setup.c123 image_decompress_init(buf_base, UNIPHIER_IMAGE_BUF_SIZE, gunzip); in bl2_plat_preload_setup()
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c419 image_decompress_init(BL33_COMP_BASE, BL33_COMP_SIZE, gunzip); in bl2_plat_preload_setup()
/rk3399_ARM-atf/docs/
H A Dchange-log.md12162 Imported zlib 1.2.11 to implement gunzip() for data compression.