HomeSort by: relevance | last modified time | path
    Searched defs:ulg (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
zutil.h 49 typedef unsigned long ulg; typedef in typeref:typename:unsigned long
  /src/sys/net/
zlib.c 100 typedef unsigned long ulg; typedef in typeref:typename:unsigned long
372 ulg pending_buf_size; /* size of pending_buf */
396 ulg window_size;
517 ulg opt_len; /* bit length of current block with optimal trees */
518 ulg static_len; /* bit length of current block with static trees */
523 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
524 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
557 void _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len,
560 void _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len,
877 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L)
    [all...]

Completed in 39 milliseconds