Searched refs:full (Results 1 – 2 of 2) sorted by relevance
58 size_t full; member296 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()
190 need full debugging information (like kgdb or systemtap) won't193 build directory object sizes shrink dramatically over a full326 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 full1172 the full mutex checks enabled with (CONFIG_PROVE_LOCKING) this