HomeSort by relevance Sort by last modified time
    Searched refs:lzma (Results 1 - 19 of 19) sorted by null

  /external/lzma/xz-embedded/
xz_dec_lzma2.c 15 * Range decoder initialization eats the first five bytes of each LZMA chunk.
20 * Minimum number of usable input buffer to safely decode one LZMA symbol.
139 /* Types of the most recently seen LZMA symbols */
149 * LZMA properties or related bit masks (number of literal
231 /* Uncompressed size of LZMA chunk (2 MiB at maximum) */
235 * Compressed size of LZMA chunk or compressed/uncompressed
242 * the first chunk (LZMA or uncompressed).
247 * True if new LZMA properties are needed. This is false
248 * before the first LZMA chunk.
257 * including lzma.pos_mask are in the first 128 bytes on x86-32
266 struct lzma_dec lzma; member in struct:xz_dec_lzma2
    [all...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 36 #include <lzma.h>
248 u_char *bz2, *gz, *lzma; local
298 lzma = malloc(lzma_len);
308 lzma, &lzma_pos, lzma_len);
312 *buf = lzma;
315 free(lzma);
316 lzma = NULL;
319 free(lzma);
320 lzma = NULL;
goobspatch.c 36 #include <lzma.h>
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile 1 PROG = lzma.exe
  /external/elfutils/0.153/libdwfl/
Makefile.am 76 if LZMA
77 libdwfl_a_SOURCES += lzma.c
gzip.c 55 #ifdef LZMA
57 # include <lzma.h>
61 # define MAGIC2 "\x5d\0" /* Raw LZMA format. */
  /external/libunwind/src/
elfxx.c 33 #include <lzma.h>
287 Debug (1, "LZMA decompression failed: %d\n", lret);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 81 System.Console.WriteLine("\nUsage: LZMA <e|d> [<switches>...] inputFile outputFile\n" +
295 Compression.LZMA.Encoder encoder = new Compression.LZMA.Encoder();
325 throw (new Exception("input .lzma is too short"));
326 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder();
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]
  /external/elfutils/0.153/
configure     [all...]
  /external/libxml2/
xmlIO.c 39 #include <lzma.h>
    [all...]
parser.c 84 #include <lzma.h>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 517 mandreel_result_lzma = LZMA.decompress2(mandreel_result_lzma.inStream,mandreel_result_lzma.inStream,mandreel_result_lzma.outStream,mandreel_result_lzma);
593 var result = LZMA.decompress2(inStream,inStream,outStream,null);
791 mandreel_fs_saveFile(mandreelAppMandreelJs + ".lzma", code);
819 mandreel_result_lzma = LZMA.decompress2(mandreel_result_lzma.inStream,mandreel_result_lzma.inStream,mandreel_result_lzma.outStream,mandreel_result_lzma);
842 var url = mandreelAppMandreelJs + ".lzma";
881 var result = LZMA.decompress2(inStream,inStream,outStream,null);
921 mandreel_fs_load_text(mandreelAppMandreelJs + ".lzma", mandreel_load_compressed_js);
    [all...]

Completed in 1382 milliseconds