XZ_PREALLOC        93 fs/squashfs/xz_wrapper.c 	stream->state = xz_dec_init(XZ_PREALLOC, comp_opts->dict_size);
XZ_PREALLOC       185 lib/xz/xz_dec_test.c 	state = xz_dec_init(XZ_PREALLOC, DICT_MAX);
XZ_PREALLOC        73 lib/xz/xz_private.h #	define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC)