Home
last modified time | relevance | path

Searched defs:gunzip (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/
H A Ddecompress.c24 # define gunzip NULL macro
H A Ddecompress_inflate.c200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
H A Dinflate.c1194 static int INIT gunzip(void) in gunzip() function
/openbmc/linux/arch/xtensa/boot/lib/
H A Dzmem.c36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
/openbmc/u-boot/lib/
H A Dgunzip.c72 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() function
/openbmc/qemu/hw/core/
H A Dloader.c559 ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, size_t srclen) in gunzip() function