Searched refs:lzo (Results 1 – 23 of 23) 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/syslinux/core/ |
D | Makefile | 83 $(patsubst %.S,%.o, $(wildcard $(SRC)/lzo/*.S)) \ 104 PREPCORE = $(OBJ)/../lzo/prepcore
|
/external/syslinux/lzo/ |
D | Makefile | 19 LIB = lzo.a
|
/external/linux-kselftest/ |
D | .gitignore | 33 *.lzo
|
/external/syslinux/lzo/src/ |
D | lzo_dll.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1_d.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo_mchw.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1x_oo.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1x_c.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1x_d.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo_swd.ch | 25 http://www.oberhumer.com/opensource/lzo/
|
/external/syslinux/core/lzo/ |
D | enter.ash | 25 http://www.oberhumer.com/opensource/lzo/
|
D | leave.ash | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1c_d.ash | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1f_d.ash | 25 http://www.oberhumer.com/opensource/lzo/
|
D | lzo1x_d.ash | 25 http://www.oberhumer.com/opensource/lzo/
|
/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/syslinux/lzo/doc/ |
D | LZO.TXT | 8 http://www.oberhumer.com/opensource/lzo/ 196 * include <lzo/lzo1x.h> 201 * include <lzo/lzo1x.h>
|
/external/syslinux/ |
D | Makefile | 179 BSUBDIRS = codepage com32 lzo core mbr sample efi txt 188 BSUBDIRS = codepage com32 lzo core memdisk mbr gpxe sample \
|
/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 | 2074 …http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@frees…
|