Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/gzip/
A 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()
A Dinfutil.c14 local const uInt inflate_mask[17] = { variable
A Dinfutil.h89 local uInt inflate_mask[17]; variable
A Dinfblock.c271 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]); in inflate_blocks()
285 j += (uInt)b & inflate_mask[i]; in inflate_blocks()
A Dzconf.h275 # pragma map(inflate_mask,"INMA")
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog1387 warning C4746: 'inflate_mask' : unsized array treated as '__far'

Completed in 9 milliseconds