Searched refs:inflate_mask (Results 1 – 9 of 9) sorted by relevance
124 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); in inflate_codes()162 c->len += (uInt)b & inflate_mask[j]; in inflate_codes()172 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); in inflate_codes()195 c->sub.copy.dist += (uInt)b & inflate_mask[j]; in inflate_codes()
14 local const uInt inflate_mask[17] = { variable
89 local const uInt inflate_mask[17]; variable
274 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]); in inflate_blocks()288 j += (uInt)b & inflate_mask[i]; in inflate_blocks()
275 # pragma map(inflate_mask,"INMA")
4120 _num_bdf_properties), src/gzip/infutil.c (inflate_mask),5220 * src/gzip/ftgzip.c: (inflate_mask): Replaced with...5222 * src/gzip/infutil.h: Declare `inflate_mask' conditionally by5825 * src/gzip/ftgzip.c: C++ doesn't like that the array `inflate_mask'
1229 * src/gzip/infutil.h (inflate_mask): Add `const'.
1387 warning C4746: 'inflate_mask' : unsized array treated as '__far'