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

  /external/lzma/xz-embedded/
xz.h 44 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
59 XZ_DYNALLOC
67 * (XZ_PREALLOC or XZ_DYNALLOC).
79 * with XZ_DYNALLOC. The amount of memory that was
86 * XZ_DYNALLOC); the single-call mode (XZ_SINGLE)
187 * Multi-call mode with dynamically allocated dictionary (XZ_DYNALLOC):
xz_private.h 79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC)
  /system/update_engine/payload_consumer/
xz_extent_writer.cc 60 stream_ = xz_dec_init(XZ_DYNALLOC, kXzMaxDictSize);

Completed in 179 milliseconds