Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddeflate.c176 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
254 s->w_mask = s->w_size - 1; in zlib_deflateInit2()
575 uInt wmask = s->w_mask; in longest_match()
Ddefutil.h89 uInt w_mask; /* w_size - 1 */ member