Searched full:lz4_hc (Results 1 – 4 of 4) sorted by relevance
82 comp_opts.flags = hc ? LZ4_HC : 0; in lz4_dump_options()127 * Check compression flags, currently only LZ4_HC ("high compression") in lz4_extract_options()130 if(comp_opts->flags == LZ4_HC) in lz4_extract_options()204 * Check compression flags, currently only LZ4_HC ("high compression") in lz4_display_options()212 if(comp_opts->flags & LZ4_HC) in lz4_display_options()
55 #define LZ4_HC 1 macro
12 compression derivative, LZ4_HC, is also provided, trading CPU time for
13 On the other end, a high compression derivative, LZ4_HC, is also provided,