Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
H A Dcompress.c29 #define lzo1x_worst_compress(x) ((x) + (x) / 16 + 64 + 3 + 2) macro
53 size_t alloc = size + lzo1x_worst_compress(size) in lzo_compress_init()

Completed in 2 milliseconds