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

12

/freebsd-10.1-release/contrib/xz/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 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,
H A Dlzma.h2 * \file lzma/lzma.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 Dblock.h2 * \file lzma/block.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 Dcontainer.h2 * \file lzma/container.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
194 * \brief Initialize .lzma encoder (legacy file format)
196 * The .lzma format is sometimes called the LZMA_Alone format, which is the
197 * reason for the name of this function. The .lzma format supports only the
284 * lzma_auto_decoder(), all .lzma files will trigger LZMA_NO_CHECK
311 * Concatenated files are not allowed with the legacy .lzma format.
345 * \brief Decode .xz Streams and .lzma files with autodetection
347 * This decoder autodetects between the .xz and .lzma fil
[all...]
H A Dfilter.h2 * \file lzma/filter.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.h2 * \file lzma/index.h
12 * See ../lzma.h for information about liblzma as a whole.
16 # error Never include this file directly. Use <lzma.h> instead.
/freebsd-10.1-release/usr.bin/less/
H A Dlesspipe.sh19 *.lzma)
20 exec lzma -d -c "$1" 2>/dev/null
/freebsd-10.1-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c257 * including lzma.pos_mask are in the first 128 bytes on x86-32,
266 struct lzma_dec lzma; member in struct:xz_dec_lzma2
575 uint32_t low = prev_byte >> (8 - s->lzma.lc);
576 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc;
577 return s->lzma.literal[low + high];
592 if (lzma_state_is_literal(s->lzma.state)) {
596 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1;
615 lzma_state_literal(&s->lzma.state);
618 /* Decode the length of the match into s->lzma
[all...]
/freebsd-10.1-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c35 lzma_lz_decoder lzma; member in struct:lzma_coder_s
107 coder->lzma.reset(coder->lzma.coder,
139 coder->lzma.set_uncompressed(coder->lzma.coder,
157 coder->lzma.reset(coder->lzma.coder, &coder->options);
168 const lzma_ret ret = coder->lzma.code(coder->lzma.coder,
214 assert(coder->lzma
[all...]
H A Dlzma2_encoder.c30 lzma_coder *lzma; member in struct:lzma_coder_s
156 coder->lzma, &coder->opt_cur));
188 const lzma_ret ret = lzma_lzma_encode(coder->lzma, mf,
267 lzma_free(coder->lzma, allocator);
322 lz->coder->lzma = NULL;
335 return_if_error(lzma_lzma_encoder_create(&lz->coder->lzma, allocator,
/freebsd-10.1-release/lib/liblzma/
H A DMakefile3 LIB= lzma
9 .PATH: ${LZMADIR}/api/lzma
11 MAININCS= ../lzma.h
24 lzma.h \
29 LZMAINCSDIR= ${INCLUDEDIR}/lzma
92 .PATH: ${LZMADIR}/lzma
131 -I${LZMADIR}/lzma \
/freebsd-10.1-release/usr.bin/xz/
H A DMakefile6 LINKS+= ${BINDIR}/xz ${BINDIR}/lzma
11 MLINKS= xz.1 unxz.1 xz.1 lzma.1 xz.1 unlzma.1 xz.1 xzcat.1 xz.1 lzcat.1
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lrzip.c47 enum { lzma = 0, bzip2, gzip, lzo, zpaq } compression; enumerator in enum:write_lrzip::__anon1649
140 case lzma:/* default compression */
/freebsd-10.1-release/usr.bin/gzip/
H A Dzdiff60 *[._-]lzma)
H A Dunxz.c38 #include <lzma.h>
/freebsd-10.1-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh305 grep -qiE '\.(Z|lzo|lzw|lzma|gz|bz2|xz|zip)$' 2>&1
327 lzma) VAL="lzma" ;;
385 lzma)
386 rc_halt "lzma -d ${IMAGE_FILE} -c | dd of=${DEVICE_FILE}"
387 IMAGE_FILE="${IMAGE_FILE%.lzma}"
/freebsd-10.1-release/rescue/rescue/
H A DMakefile199 CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat

Completed in 218 milliseconds

12