Searched defs:uInt (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h68 # define uInt z_uInt macro
278 typedef unsigned int uInt; /* 16 bits or more */ typedef
289 typedef uInt FAR uIntf;
/ast/src/cmd/INIT/
H A Dratz.c395 typedef unsigned int uInt; /* 16 bits or more */ typedef
406 typedef uInt FAR uIntf;
500 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
507 uInt avail_in; /* number of bytes available at next_in */
511 uInt avail_out; /* remaining free space at next_out */
775 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
776 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
777 extern void zmemzero OF((Bytef* dest, uInt len));
822 uInt le
[all...]

Completed in 18 milliseconds