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

123

/freebsd-11-stable/usr.bin/less/
H A Dlesspipe.sh22 *.lzma)
23 exec lzma -d -c "$1" 2>/dev/null
/freebsd-11-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 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 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.
/freebsd-11-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-11-stable/usr.bin/mkuzip/
H A DMakefile10 LIBADD= z md lzma pthread
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DLZMA.h20 namespace lzma { namespace in namespace:lldb_private
30 } // End of namespace lzma
/freebsd-11-stable/lib/libarchive/
H A DMakefile9 LIBADD= z bz2 lzma bsdxml
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c35 lzma_lz_decoder lzma; member in struct:__anon38
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:__anon4462
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-11-stable/usr.bin/lzmainfo/
H A DMakefile19 LIBADD= lzma
/freebsd-11-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
46 LIBADD= lzma
/freebsd-11-stable/usr.bin/xzdec/
H A DMakefile25 LIBADD= lzma
/freebsd-11-stable/lib/liblzma/
H A DMakefile4 LIB= lzma
10 .PATH: ${LZMADIR}/api/lzma
12 MAININCS= ../lzma.h
30 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-11-stable/contrib/xz/src/liblzma/
H A Dvalidate_map.sh23 api/lzma/*.h \
/freebsd-11-stable/usr.bin/gzip/
H A DMakefile9 LIBADD= z lzma
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp14 #include <lzma.h>
19 namespace lzma { namespace in namespace:lldb_private
25 llvm_unreachable("lzma::getUncompressedSize is unavailable");
30 llvm_unreachable("lzma::uncompress is unavailable");
40 return "lzma error: LZMA_STREAM_END";
42 return "lzma error: LZMA_NO_CHECK";
44 return "lzma error: LZMA_UNSUPPORTED_CHECK";
46 return "lzma error: LZMA_GET_CHECK";
48 return "lzma error: LZMA_MEM_ERROR";
50 return "lzma erro
[all...]
/freebsd-11-stable/usr.bin/clang/lldb/
H A DMakefile39 LIBADD+= lzma
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_version_details.c40 #include <lzma.h>

Completed in 142 milliseconds

123