Searched refs:lzo1x_worst_compress (Results 1 – 2 of 2) sorted by relevance
163 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()
20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
Completed in 4 milliseconds