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

  /external/lzma/xz-embedded/
xz.h 40 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
58 XZ_PREALLOC,
67 * (XZ_PREALLOC or XZ_DYNALLOC).
85 * only in multi-call mode (XZ_PREALLOC or
179 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
xz_private.h 73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC)
xz_dec_test.c 185 state = xz_dec_init(XZ_PREALLOC, DICT_MAX);

Completed in 104 milliseconds