Home
last modified time | relevance | path

Searched refs:lzo1x_worst_compress (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dunlzo.c163 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
175 fill(in_buf, lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
249 fill(in_buf, lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro

Completed in 4 milliseconds