Searched refs:decompress (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | decompress.h | 36 int decompress(void *inbuf, unsigned int len, void *outbuf);
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | decompress.c | 11 int __init decompress(void *inbuf, unsigned int len, void *outbuf) in decompress() function
|
A D | COPYING | 15 lz4/decompress.c
|
A D | unxz.c | 304 #define decompress unxz macro
|
A D | README.source | 39 lz4/decompress.c
|
A D | Makefile | 68 obj-bin-$(CONFIG_X86) += $(foreach n,decompress bunzip2 unxz unlzma unlzo unlz4 earlycpio,$(n).init…
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | bzimage.c | 131 err = decompress(*image_start, orig_image_len, image_base); in bzimage_parse()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-tmem-list-parse.c | 177 PARSE_CYC_COUNTER(s,decompress,"d"); in parse_time_stats() 187 PRINTF_CYC_COUNTER(decompress,"decompression cycles:"); in parse_time_stats()
|
Completed in 7 milliseconds