Home
last modified time | relevance | path

Searched refs:inflate_mask (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3127 local uInt inflate_mask[] = { variable
3418 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3432 j += (uInt)b & inflate_mask[i];
4197 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4235 c->len += (uInt)b & inflate_mask[j];
4245 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4268 c->sub.copy.dist += (uInt)b & inflate_mask[j];
4447 ml = inflate_mask[bl];
4448 md = inflate_mask[bd];
4470 c = t->base + ((uInt)b & inflate_mask[e]);
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4223 extern uInt inflate_mask[17];
4515 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
4528 j += (uInt)b & inflate_mask[i];
5373 ((uInt)b & inflate_mask[j]);
5410 c->len += (uInt)b & inflate_mask[j];
5421 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
5442 c->sub.copy.dist += (uInt)b & inflate_mask[j];
5532 uInt inflate_mask[17] = { variable
5672 ml = inflate_mask[bl];
5673 md = inflate_mask[bd];
[all …]
H A Dzlib.h359 #pragma map(inflate_mask, "INMA")
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1450 warning C4746: 'inflate_mask' : unsized array treated as '__far'