HomeSort by: relevance | last modified time | path
    Searched refs:lzma2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_files.sh 65 */good-1-*delta-lzma2*.xz)
70 */good-1-empty-bcj-lzma2.xz)
75 */good-1-sparc-lzma2.xz)
80 */good-1-x86-lzma2.xz)
85 */good-1-arm64-lzma2-*.xz)
90 */good-1-riscv-lzma2-*.xz)
test_scripts.sh 40 otherpostimage=$srcdir/files/good-1-lzma2-1.xz
65 cp "$srcdir/files/good-1-lzma2-1.xz" xzgrep_test_1.xz
66 cp "$srcdir/files/good-2-lzma2.xz" xzgrep_test_2.xz
test_suffix.sh 87 if "$XZ" -zfk --suffix=".foo" --lzma2=preset=0 "$SUFFIX_INPUT" ; then
  /src/external/public-domain/xz/dist/src/liblzma/common/
block_buffer_encoder.c 20 /// a Block that uses LZMA2 uncompressed chunks. We could use
24 /// + Uncompressed Size + Filter Flags for LZMA2 + CRC32 + Check
38 // Calculate the exact overhead of the LZMA2 headers: Round
58 // LZMA2 chunks.
91 // Use LZMA2 uncompressed chunks. We wouldn't need a dictionary at
92 // all, but LZMA2 always requires a dictionary, so use the minimum
94 lzma_options_lzma lzma2 = { local
100 filters[0].options = &lzma2;
133 // Encode the data using LZMA2 uncompressed chunks.
281 // uncompressed chunks of LZMA2 to wrap the data into a vali
    [all...]
  /src/external/public-domain/xz/dist/
configure 1625 Default=all. Available encoders: lzma1 lzma2 delta
1633 for encoding with the LZMA1 and LZMA2 filters.
3759 e) enable_encoders=lzma1,lzma2,delta,x86,powerpc,ia64,arm,armthumb,arm64,sparc,riscv ;;
3779 lzma2)
3870 e) enable_decoders=lzma1,lzma2,delta,x86,powerpc,ia64,arm,armthumb,arm64,sparc,riscv ;;
3890 lzma2)
3976 as_fn_error $? "LZMA2 requires that LZMA1 is also enabled." "$LINENO" 5

Completed in 20 milliseconds