Searched refs:lzo (Results 1 – 6 of 6) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.c | 34 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/ |
D | README-4.2 | 44 lzo (no options)
|
D | README-4.3 | 80 2. lzo
|
D | README-4.1 | 71 lzo
|
/external/squashfs-tools/ |
D | RELEASE-README | 11 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/ |
D | ChangeLog | 1235 …http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@frees…
|