Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinfcodes.c123 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); in inflate_codes()
161 c->len += (uInt)b & inflate_mask[j]; in inflate_codes()
170 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); in inflate_codes()
193 c->sub.copy.dist += (uInt)b & inflate_mask[j]; in inflate_codes()
Dinfutil.c14 local const uInt inflate_mask[17] = { variable
Dinfutil.h89 local uInt inflate_mask[17]; variable
Dinfblock.c272 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]); in inflate_blocks()
286 j += (uInt)b & inflate_mask[i]; in inflate_blocks()
Dzconf.h275 # pragma map(inflate_mask,"INMA")
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
Dinfcodes.c123 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); in inflate_codes()
161 c->len += (uInt)b & inflate_mask[j]; in inflate_codes()
170 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); in inflate_codes()
193 c->sub.copy.dist += (uInt)b & inflate_mask[j]; in inflate_codes()
Dinfutil.c14 local const uInt inflate_mask[17] = { variable
Dinfutil.h89 local uInt inflate_mask[17]; variable
Dinfblock.c272 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]); in inflate_blocks()
286 j += (uInt)b & inflate_mask[i]; in inflate_blocks()
Dzconf.h275 # pragma map(inflate_mask,"INMA")
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.214120 _num_bdf_properties), src/gzip/infutil.c (inflate_mask),
5221 * src/gzip/ftgzip.c: (inflate_mask): Replaced with...
5223 * src/gzip/infutil.h: Declare `inflate_mask' conditionally by
5826 * src/gzip/ftgzip.c: C++ doesn't like that the array `inflate_mask'
/external/zlib/src/
DChangeLog1344 warning C4746: 'inflate_mask' : unsized array treated as '__far'
/external/opencv3/3rdparty/zlib/
DChangeLog1344 warning C4746: 'inflate_mask' : unsized array treated as '__far'