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

  /src/external/public-domain/xz/dist/tests/
test_compress.sh 132 test_xz $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
135 # test_xz --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
test_scripts.sh 29 otherpostimage=$srcdir/files/good-1-lzma2-1.xz
57 cp "$srcdir/files/good-1-lzma2-1.xz" xzgrep_test_1.xz
58 cp "$srcdir/files/good-2-lzma2.xz" xzgrep_test_2.xz
  /src/external/public-domain/xz/dist/src/liblzma/common/
block_buffer_encoder.c 21 /// a Block that uses LZMA2 uncompressed chunks. We could use
25 /// + Uncompressed Size + Filter Flags for LZMA2 + CRC32 + Check
39 // Calculate the exact overhead of the LZMA2 headers: Round
59 // LZMA2 chunks.
92 // Use LZMA2 uncompressed chunks. We wouldn't need a dictionary at
93 // all, but LZMA2 always requires a dictionary, so use the minimum
95 lzma_options_lzma lzma2 = { local
101 filters[0].options = &lzma2;
134 // Encode the data using LZMA2 uncompressed chunks.
282 // uncompressed chunks of LZMA2 to wrap the data into a vali
    [all...]
  /src/external/public-domain/xz/dist/
configure 1570 Default=all. Available encoders: lzma1 lzma2 delta
1578 for encoding with the LZMA1 and LZMA2 filters.
3137 enable_encoders=lzma1,lzma2,delta,x86,powerpc,ia64,arm,armthumb,sparc
3156 lzma2)
3232 enable_decoders=lzma1,lzma2,delta,x86,powerpc,ia64,arm,armthumb,sparc
3251 lzma2)
3323 as_fn_error $? "LZMA2 requires that LZMA1 is also enabled." "$LINENO" 5

Completed in 40 milliseconds