Home
last modified time | relevance | path

Searched refs:full (Results 1 – 2 of 2) sorted by relevance

/lib/xz/
Dxz_dec_lzma2.c58 size_t full; member
296 dict->full = 0; in dict_reset()
327 return dict->full > 0 ? dict->buf[offset] : 0; in dict_get()
337 if (dict->full < dict->pos) in dict_put()
338 dict->full = dict->pos; in dict_put()
351 if (dist >= dict->full || dist >= dict->size) in dict_repeat()
367 if (dict->full < dict->pos) in dict_repeat()
368 dict->full = dict->pos; in dict_repeat()
393 if (dict->full < dict->pos) in dict_uncompressed()
394 dict->full = dict->pos; in dict_uncompressed()
/lib/
DKconfig.debug190 need full debugging information (like kgdb or systemtap) won't
193 build directory object sizes shrink dramatically over a full
326 bool "Enable full Section mismatch analysis"
334 __init,, etc. (see the full list in include/linux/init.h),
336 The section mismatch analysis is always performed after a full
1172 the full mutex checks enabled with (CONFIG_PROVE_LOCKING) this