Searched refs:uInt (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-a-3.7.0/lib/zlib/ |
D | zutil.c | 35 switch ((int)(sizeof(uInt))) { in zlibCompileFlags() 145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy() 152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() 153 uInt j; in zmemcmp() 161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero() 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() 281 extern voidp malloc(uInt size); 282 extern voidp calloc(uInt items, uInt size); 288 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc()
|
D | zlib.h | 81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); 88 uInt avail_in; /* number of bytes available at next_in */ 92 uInt avail_out; /* remaining free space at next_out */ 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 121 uInt extra_max; /* space at extra (only when reading header) */ 123 uInt name_max; /* space at name (only when reading header) */ 125 uInt comm_max; /* space at comment (only when reading header) */ 613 uInt dictLength); 657 uInt *dictLength); 890 uInt dictLength); [all …]
|
D | zutil.h | 235 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len); 236 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len); 237 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
|
D | zconf.h | 157 # define uInt z_uInt macro 403 typedef unsigned int uInt; /* 16 bits or more */ typedef 414 typedef uInt FAR uIntf;
|
D | adler32.c | 128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32()
|
D | inflate.c | 235 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR; in inflatePrime() 238 state->bits += (uInt)bits; in inflatePrime() 1279 uInt *dictLength) { in inflateGetDictionary() 1299 uInt dictLength) { in inflateSetDictionary()
|
D | crc32.c | 1016 uInt len) { in crc32()
|