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

12

/freebsd-10-stable/usr.bin/less/
H A Dlesspipe.sh19 *.lzma)
20 exec lzma -d -c "$1" 2>/dev/null
/freebsd-10-stable/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 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 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 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 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 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,
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 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.
/freebsd-10-stable/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-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c35 lzma_lz_decoder lzma; member in struct:__anon470
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:__anon471
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,
/freebsd-10-stable/lib/liblzma/
H A DMakefile3 LIB= lzma
9 .PATH: ${LZMADIR}/api/lzma
11 MAININCS= ../lzma.h
29 LZMAINCSDIR= ${INCLUDEDIR}/lzma
96 .PATH: ${LZMADIR}/lzma
128 ${LZMADIR}/api/lzma/version.h
130 ${LZMADIR}/api/lzma/version.h
132 ${LZMADIR}/api/lzma/version.h
144 -I${LZMADIR}/lzma \
/freebsd-10-stable/contrib/xz/src/liblzma/
H A Dvalidate_map.sh23 api/lzma/*.h \
/freebsd-10-stable/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-stable/contrib/libarchive/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::__anon39
142 case lzma:/* default compression */
/freebsd-10-stable/usr.bin/gzip/
H A Dzdiff60 *[._-]lzma)
H A Dunxz.c38 #include <lzma.h>
/freebsd-10-stable/usr.bin/mkuzip/
H A Dmkuz_lzma.c35 #include <lzma.h>
68 /* Init lzma encoder */
/freebsd-10-stable/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}"

Completed in 285 milliseconds

12