Searched refs:uIntf (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/gzip/ |
D | inftrees.c | 31 uIntf *, /* code lengths in bits */ 34 const uIntf *, /* list of base values for non-simple codes */ 35 const uIntf *, /* list of extra bits for non-simple codes */ 37 uIntf *, /* maximum lookup bits (returns actual) */ 40 uIntf * )); /* space for values */ 96 uIntf *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build() 99 const uIntf *d, /* list of base values for non-simple codes */ in huft_build() 100 const uIntf *e, /* list of extra bits for non-simple codes */ in huft_build() 102 uIntf *m, /* maximum lookup bits, returns actual */ in huft_build() 105 uIntf *v /* working area: values in order of bit length */ in huft_build() [all …]
|
D | inftrees.h | 39 uIntf *, /* 19 code lengths */ 40 uIntf *, /* bits tree desired/actual depth */ 48 uIntf *, /* that many (total) code lengths */ 49 uIntf *, /* literal desired/actual bit depth */ 50 uIntf *, /* distance desired/actual bit depth */ 57 uIntf *, /* literal desired/actual bit depth */ 58 uIntf *, /* distance desired/actual bit depth */
|
D | ftzconf.h | 45 # define uIntf z_uIntf macro 232 typedef uInt FAR uIntf; typedef
|
D | infutil.h | 39 uIntf *blens; /* bit lengths of codes */
|
D | infblock.c | 229 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL) in inflate_blocks()
|
/external/python/cpython2/Modules/zlib/ |
D | zconf.h | 155 # define uIntf z_uIntf macro 404 typedef uInt FAR uIntf; typedef
|
D | zconf.h.in | 155 # define uIntf z_uIntf macro 404 typedef uInt FAR uIntf; typedef
|
D | zconf.h.cmakein | 157 # define uIntf z_uIntf 406 typedef uInt FAR uIntf;
|
/external/zlib/ |
D | zconf.h | 155 # define uIntf z_uIntf macro 404 typedef uInt FAR uIntf; typedef
|
/external/zlib/src/ |
D | zconf.h | 155 # define uIntf z_uIntf macro 404 typedef uInt FAR uIntf; typedef
|
D | zconf.h.cmakein | 157 # define uIntf z_uIntf 406 typedef uInt FAR uIntf;
|
D | zconf.h.in | 155 # define uIntf z_uIntf macro 404 typedef uInt FAR uIntf; typedef
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 107 # define uIntf z_uIntf macro 325 typedef uInt FAR uIntf; typedef
|