Home | History | Annotate | Download | only in zlib

Lines Matching refs:unsigned

241    typedef unsigned long z_size_t;
245 typedef unsigned NO_SIZE_T z_size_t;
250 typedef unsigned long z_size_t;
391 typedef unsigned char Byte; /* 8 bits */
393 typedef unsigned int uInt; /* 16 bits or more */
394 typedef unsigned long uLong; /* 32 bits or more */
420 # define Z_U4 unsigned
422 # define Z_U4 unsigned long
424 # define Z_U4 unsigned short
431 typedef unsigned long z_crc_t;