Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinfcodes.h22 local int inflate_codes OF((
Dzconf.h272 # pragma map(inflate_codes,"INCO")
Dftzconf.h272 # pragma map(inflate_codes,"INCO")
Dinfcodes.c80 local int inflate_codes( /* s, z, r) */ in inflate_codes() function
Dinfblock.c340 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END) in inflate_blocks()
/external/syslinux/memdisk/
Dinflate.c133 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
492 STATIC int inflate_codes(tl, td, bl, bd) in inflate_codes() function
679 if (inflate_codes(tl, td, bl, bd)) in inflate_fixed()
841 if (inflate_codes(tl, td, bl, bd))