Searched defs:ulg (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/codexlib/zip/
H A Dzip.h14 typedef uint32_t ulg; typedef
/ast/src/lib/libz/
H A Dzutil.h51 typedef unsigned long ulg; typedef
/ast/src/cmd/INIT/
H A Dratz.c600 typedef unsigned long ulg; typedef
889 ulg bsize = (ulg)items*size;
1308 ulg pending_buf_size; /* size of pending_buf */
1333 ulg window_size;
1454 ulg opt_len; /* bit length of current block with optimal trees */
1455 ulg static_len; /* bit length of current block with static trees */
1460 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
1461 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
1494 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_le
[all...]

Completed in 1566 milliseconds