HomeSort by relevance Sort by last modified time
    Searched refs:inflate_mask (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/gzip/
infcodes.c 123 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
161 c->len += (uInt)b & inflate_mask[j];
170 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
193 c->sub.copy.dist += (uInt)b & inflate_mask[j];
infutil.c 14 local const uInt inflate_mask[17] = { variable
infutil.h 89 local uInt inflate_mask[17]; variable
zconf.h 275 # pragma map(inflate_mask,"INMA")
infblock.c 272 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
286 j += (uInt)b & inflate_mask[i];

Completed in 171 milliseconds