Searched refs:LZO_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/lib/
H A Ddecompress_unlzo.c50 #define LZO_BLOCK_SIZE (256*1024l) macro
131 out_buf = malloc(LZO_BLOCK_SIZE); unlzo()
147 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); unlzo()
207 if (dst_len > LZO_BLOCK_SIZE) { unlzo()

Completed in 269 milliseconds