Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/doc/examples_old/
H A Dxz_pipe_comp.c25 #define COMPRESSION_LEVEL 6 macro
49 uint32_t preset = COMPRESSION_LEVEL | (COMPRESSION_EXTREME ? LZMA_PRESET_EXTREME : 0); in xz_compress()