Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddefutil.h87 uInt w_mask; /* w_size - 1 */ member
Ddeflate.c155 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
225 s->w_mask = s->w_size - 1; in zlib_deflateInit2()
571 uInt wmask = s->w_mask; in longest_match()