Home
last modified time | relevance | path

Searched refs:lzo (Results 1 – 23 of 23) 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/syslinux/core/
DMakefile83 $(patsubst %.S,%.o, $(wildcard $(SRC)/lzo/*.S)) \
104 PREPCORE = $(OBJ)/../lzo/prepcore
/external/syslinux/lzo/
DMakefile19 LIB = lzo.a
/external/linux-kselftest/
D.gitignore33 *.lzo
/external/syslinux/lzo/src/
Dlzo_dll.ch25 http://www.oberhumer.com/opensource/lzo/
Dlzo1_d.ch25 http://www.oberhumer.com/opensource/lzo/
Dlzo_mchw.ch25 http://www.oberhumer.com/opensource/lzo/
Dlzo1x_oo.ch25 http://www.oberhumer.com/opensource/lzo/
Dlzo1x_c.ch25 http://www.oberhumer.com/opensource/lzo/
Dlzo1x_d.ch25 http://www.oberhumer.com/opensource/lzo/
Dlzo_swd.ch25 http://www.oberhumer.com/opensource/lzo/
/external/syslinux/core/lzo/
Denter.ash25 http://www.oberhumer.com/opensource/lzo/
Dleave.ash25 http://www.oberhumer.com/opensource/lzo/
Dlzo1c_d.ash25 http://www.oberhumer.com/opensource/lzo/
Dlzo1f_d.ash25 http://www.oberhumer.com/opensource/lzo/
Dlzo1x_d.ash25 http://www.oberhumer.com/opensource/lzo/
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.244 lzo (no options)
DREADME-4.380 2. lzo
DREADME-4.171 lzo
/external/syslinux/lzo/doc/
DLZO.TXT8 http://www.oberhumer.com/opensource/lzo/
196 * include <lzo/lzo1x.h>
201 * include <lzo/lzo1x.h>
/external/syslinux/
DMakefile179 BSUBDIRS = codepage com32 lzo core mbr sample efi txt
188 BSUBDIRS = codepage com32 lzo core memdisk mbr gpxe sample \
/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/
DChangeLog2074 …http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@frees…