Searched defs:gunzip (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/lib/ |
H A D | decompress.c | 24 # define gunzip NULL macro
|
H A D | decompress_inflate.c | 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
H A D | inflate.c | 1194 static int INIT gunzip(void) in gunzip() function
|
/openbmc/linux/arch/xtensa/boot/lib/ |
H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/openbmc/u-boot/lib/ |
H A D | gunzip.c | 72 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() function
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 559 ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, size_t srclen) in gunzip() function
|