Searched refs:inflate_codes (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/gzip/
H A Dinfcodes.h22 local int inflate_codes OF((
H A Dftzconf.h272 # pragma map(inflate_codes,"INCO")
H A Dinfcodes.c33 inflate_codes_mode mode; /* current inflate_codes mode */
80 local int inflate_codes( /* s, z, r) */ function
219 Assert(k < 16, "inflate_codes grabbed too many bytes")
H A Dinfblock.c340 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END)
/external/syslinux/memdisk/
H A Dinflate.c133 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
492 STATIC int inflate_codes(tl, td, bl, bd) function
679 if (inflate_codes(tl, td, bl, bd))
841 if (inflate_codes(tl, td, bl, bd))

Completed in 4248 milliseconds