Searched refs:inflate_codes (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/gzip/ |
D | infcodes.h | 22 local int inflate_codes OF((
|
D | zconf.h | 272 # pragma map(inflate_codes,"INCO")
|
D | ftzconf.h | 272 # pragma map(inflate_codes,"INCO")
|
D | infcodes.c | 80 local int inflate_codes( /* s, z, r) */ in inflate_codes() function
|
D | infblock.c | 340 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END) in inflate_blocks()
|
/external/syslinux/memdisk/ |
D | inflate.c | 133 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))
|