OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZ4_HC
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
lz4_wrapper.h
55
#define
LZ4_HC
1
lz4_wrapper.c
82
comp_opts.flags = hc ?
LZ4_HC
: 0;
127
* Check compression flags, currently only
LZ4_HC
("high compression")
130
if(comp_opts->flags ==
LZ4_HC
)
204
* Check compression flags, currently only
LZ4_HC
("high compression")
212
if(comp_opts->flags &
LZ4_HC
)
Completed in 2218 milliseconds