Searched defs:out_max (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c296 static void dict_limit(struct dictionary *dict, size_t out_max) argument
298 if (dict->end - dict->pos <= out_max)
301 dict->limit = dict->pos + out_max;

Completed in 32 milliseconds