Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dlzo_wrapper.c34 static struct lzo_algorithm lzo[] = { variable
77 for(i = 0; lzo[i].name; i++) { in lzo_options()
78 if(strcmp(argv[1], lzo[i].name) == 0) { in lzo_options()
112 for(i = 0; lzo[i].name; i++) in lzo_options()
113 fprintf(stderr, "\t%s\n", lzo[i].name); in lzo_options()
139 lzo[algorithm].name); in lzo_options_post()
282 printf("\talgorithm %s\n", lzo[comp_opts->algorithm].name); in lzo_display_options()
291 printf("\talgorithm %s\n", lzo[comp_opts->algorithm].name); in lzo_display_options()
324 stream->workspace = malloc(lzo[algorithm].size); in squashfs_lzo_init()
347 res = lzo[algorithm].compress(src, size, stream->buffer, &compsize, in lzo_compress()
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.244 lzo (no options)
DREADME-4.380 2. lzo
DREADME-4.171 lzo
/external/squashfs-tools/
DRELEASE-README11 It uses either gzip/xz/lzo/lz4 compression to compress both files, inodes
42 7. Filesystems can be compressed with gzip, xz (lzma2), lzo or lz4
106 lzo
184 lzo
307 lzo
770 lzo
/external/libvncserver/
DChangeLog1235 …http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@frees…