Searched refs:lzma (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/external/public-domain/xz/dist/build-aux/
H A Dversion.sh21 src/liblzma/api/lzma/version.h \
/netbsd-current/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dhardware.h2 * \file lzma/hardware.h
29 * See ../lzma.h for information about liblzma as a whole.
33 # error Never include this file directly. Use <lzma.h> instead.
H A Dbcj.h2 * \file lzma/bcj.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Ddelta.h2 * \file lzma/delta.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dcheck.h2 * \file lzma/check.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dindex_hash.h2 * \file lzma/index_hash.h
15 * See ../lzma.h for information about liblzma as a whole.
19 # error Never include this file directly. Use <lzma.h> instead.
H A Dvli.h2 * \file lzma/vli.h
23 * See ../lzma.h for information about liblzma as a whole.
27 # error Never include this file directly. Use <lzma.h> instead.
H A Dlzma12.h2 * \file lzma/lzma12.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
235 * you create a .xz or .lzma file with preset dictionary, it
H A Dstream_flags.h2 * \file lzma/stream_flags.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dversion.h2 * \file lzma/version.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Dbase.h2 * \file lzma/base.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
156 * decode .lzma format file with lzma_stream_decoder,
/netbsd-current/sys/arch/evbmips/conf/
H A DMakefile.evbmips.inc56 .elif ${NEED_UBOOTIMAGE:Mlzma} == "lzma"
57 #TOOL_LZMA?= /usr/pkg/bin/lzma e
59 TOOL_XZ?= xz -F lzma
61 MKUBOOTIMAGEARGS+= -C lzma
63 # echo ${TOOL_LZMA} e $@.bin $@.bin.lzma -d20 -pb4; \
64 # ${TOOL_LZMA} e $@.bin $@.bin.lzma -d20 -pb4; \
68 rm -f $@.bin.lzma; \
71 lzmainfo $@.bin.lzma; \
72 echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.lzma $@.ub; \
73 ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.lzma
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma2_decoder.c35 lzma_lz_decoder lzma; member in struct:__anon16222
109 coder->lzma.reset(coder->lzma.coder,
141 coder->lzma.set_uncompressed(coder->lzma.coder,
159 coder->lzma.reset(coder->lzma.coder, &coder->options);
170 const lzma_ret ret = coder->lzma.code(coder->lzma.coder,
218 assert(coder->lzma
[all...]
H A Dlzma2_encoder.c30 void *lzma; member in struct:__anon16223
158 coder->lzma, &coder->opt_cur));
190 const lzma_ret ret = lzma_lzma_encode(coder->lzma, mf,
270 lzma_free(coder->lzma, allocator);
329 coder->lzma = NULL;
342 return_if_error(lzma_lzma_encoder_create(&coder->lzma, allocator,
/netbsd-current/external/public-domain/xz/dist/src/liblzma/
H A Dvalidate_map.sh23 api/lzma/*.h \
/netbsd-current/external/bsd/file/
H A DMakefile.inc25 DPLIBS+= lzma ${NETBSDSRCDIR}/external/public-domain/xz/lib
/netbsd-current/external/public-domain/xz/lib/
H A DMakefile5 LIB= lzma
10 .PATH: ${XZSRCDIR}/src/liblzma/api ${XZSRCDIR}/src/liblzma/api/lzma
12 filter.h hardware.h index.h index_hash.h lzma.h lzma12.h \
16 INCSDIR= /usr/include/lzma
27 CPPFLAGS+= -I${XZSRCDIR}/src/liblzma/lzma
70 .PATH: ${XZSRCDIR}/src/liblzma/lzma
/netbsd-current/usr.bin/gzip/
H A Dzdiff58 *[._-]lzma)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_version_details.c40 #include <lzma.h>
H A Darchive_write_add_filter_lrzip.c47 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator in enum:write_lrzip::__anon136
142 case lzma:/* default compression */
/netbsd-current/external/public-domain/xz/dist/doc/examples_old/
H A Dxz_pipe_comp.c19 #include <lzma.h>
30 /* see: /usr/include/lzma/check.h LZMA_CHECK_* */
H A Dxz_pipe_decomp.c19 #include <lzma.h>
/netbsd-current/external/public-domain/xz/dist/doc/examples/
H A D01_compress_easy.c22 #include <lzma.h>
73 // lzma/container.h (src/liblzma/api/lzma/container.h in the source
74 // package or e.g. /usr/include/lzma/container.h depending on the
210 // so it must be an error code. See lzma/base.h
211 // (src/liblzma/api/lzma/base.h in the source package
212 // or e.g. /usr/include/lzma/base.h depending on the
H A D03_compress_custom.c22 #include <lzma.h>
31 // are declared in lzma/lzma12.h (src/liblzma/api/lzma/lzma12.h in the
32 // source package or e.g. /usr/include/lzma/lzma12.h depending on
51 // See lzma/lzma12.h for details of all LZMA2 options.
61 // See lzma/filter.h for more information about the lzma_filter
H A D04_compress_easy_mt.c22 #include <lzma.h>
42 // See the documentation of lzma_mt in lzma/container.h for

Completed in 156 milliseconds

123