Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinfcodes.h22 local int inflate_codes OF((
Dftzconf.h272 # pragma map(inflate_codes,"INCO")
Dinfcodes.c80 local int inflate_codes( /* s, z, r) */ in inflate_codes() function
Dinfblock.c343 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END) in inflate_blocks()