Searched refs:uInt (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zlib.h | 154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 161 uInt avail_in; /* number of bytes available at next_in */ 165 uInt avail_out; /* remaining free space at next_out */ 192 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 193 uInt extra_max; /* space at extra (only when reading header) */ 195 uInt name_max; /* space at name (only when reading header) */ 197 uInt comm_max; /* space at comment (only when reading header) */ 617 uInt dictLength)); 815 uInt dictLength)); 1337 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); [all …]
|
| H A D | zconf.h | 128 # define uInt z_uInt macro 340 typedef MS_U32 uInt; /* 16 bits or more */ typedef 351 typedef uInt FAR uIntf;
|
| H A D | zutil.h | 320 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 321 extern MS_U32 zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 322 extern void zmemzero OF((Bytef* dest, uInt len));
|
| H A D | png.h | 2233 extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items, 2234 uInt size)); 3224 PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items, uInt size));
|