Symbol: ulg
lib/libz/deflate.c
1115
ulg beg = s->pending; /* start of bytes to update crc */
lib/libz/deflate.c
1116
ulg left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
lib/libz/deflate.c
1118
ulg copy = s->pending_buf_size - s->pending;
lib/libz/deflate.c
1142
ulg beg = s->pending; /* start of bytes to update crc */
lib/libz/deflate.c
1164
ulg beg = s->pending; /* start of bytes to update crc */
lib/libz/deflate.c
1427
Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
lib/libz/deflate.c
1544
Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
lib/libz/deflate.c
1630
(ulg)((long)s->strstart - s->block_start), \
lib/libz/deflate.c
1690
if (len > (ulg)left + s->strm->avail_in)
lib/libz/deflate.c
256
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
lib/libz/deflate.c
344
ulg curr = s->strstart + (ulg)(s->lookahead);
lib/libz/deflate.c
345
ulg init;
lib/libz/deflate.c
357
else if (s->high_water < (ulg)curr + WIN_INIT) {
lib/libz/deflate.c
362
init = (ulg)curr + WIN_INIT - s->high_water;
lib/libz/deflate.c
370
Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
lib/libz/deflate.c
502
s->pending_buf_size = (ulg)s->lit_bufsize * 4;
lib/libz/deflate.c
679
s->window_size = (ulg)2L*s->w_size;
lib/libz/deflate.h
106
ulg pending_buf_size; /* size of pending_buf */
lib/libz/deflate.h
108
ulg pending; /* nb of bytes in the pending buffer */
lib/libz/deflate.h
111
ulg gzindex; /* where in extra, name, or comment */
lib/libz/deflate.h
131
ulg window_size;
lib/libz/deflate.h
254
ulg opt_len; /* bit length of current block with optimal trees */
lib/libz/deflate.h
255
ulg static_len; /* bit length of current block with static trees */
lib/libz/deflate.h
260
ulg compressed_len; /* total bit length of compressed file mod 2^32 */
lib/libz/deflate.h
261
ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
lib/libz/deflate.h
276
ulg high_water;
lib/libz/deflate.h
312
ulg stored_len, int last);
lib/libz/deflate.h
316
ulg stored_len, int last);
lib/libz/trees.c
1086
s->compressed_len - 7*(ulg)last));
lib/libz/trees.c
189
s->bits_sent = (s->bits_sent + 7) & ~(ulg)7;
lib/libz/trees.c
254
s->bits_sent += (ulg)length;
lib/libz/trees.c
572
s->opt_len += (ulg)f * (unsigned)(bits + xbits);
lib/libz/trees.c
573
if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
lib/libz/trees.c
605
s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq;
lib/libz/trees.c
819
s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4;
lib/libz/trees.c
859
ulg stored_len, int last) {
lib/libz/trees.c
868
s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
lib/libz/trees.c
996
ulg stored_len, int last) {
lib/libz/trees.c
997
ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
lib/libz/zutil.c
216
ulg bsize = (ulg)items*size;
sys/lib/libz/deflate.c
1115
ulg beg = s->pending; /* start of bytes to update crc */
sys/lib/libz/deflate.c
1116
ulg left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
sys/lib/libz/deflate.c
1118
ulg copy = s->pending_buf_size - s->pending;
sys/lib/libz/deflate.c
1142
ulg beg = s->pending; /* start of bytes to update crc */
sys/lib/libz/deflate.c
1164
ulg beg = s->pending; /* start of bytes to update crc */
sys/lib/libz/deflate.c
1427
Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
sys/lib/libz/deflate.c
1544
Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
sys/lib/libz/deflate.c
1630
(ulg)((long)s->strstart - s->block_start), \
sys/lib/libz/deflate.c
1692
if (len > (ulg)left + s->strm->avail_in)
sys/lib/libz/deflate.c
256
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
sys/lib/libz/deflate.c
344
ulg curr = s->strstart + (ulg)(s->lookahead);
sys/lib/libz/deflate.c
345
ulg init;
sys/lib/libz/deflate.c
357
else if (s->high_water < (ulg)curr + WIN_INIT) {
sys/lib/libz/deflate.c
362
init = (ulg)curr + WIN_INIT - s->high_water;
sys/lib/libz/deflate.c
370
Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
sys/lib/libz/deflate.c
502
s->pending_buf_size = (ulg)s->lit_bufsize * 4;
sys/lib/libz/deflate.c
679
s->window_size = (ulg)2L*s->w_size;
sys/lib/libz/deflate.h
106
ulg pending_buf_size; /* size of pending_buf */
sys/lib/libz/deflate.h
108
ulg pending; /* nb of bytes in the pending buffer */
sys/lib/libz/deflate.h
111
ulg gzindex; /* where in extra, name, or comment */
sys/lib/libz/deflate.h
131
ulg window_size;
sys/lib/libz/deflate.h
254
ulg opt_len; /* bit length of current block with optimal trees */
sys/lib/libz/deflate.h
255
ulg static_len; /* bit length of current block with static trees */
sys/lib/libz/deflate.h
260
ulg compressed_len; /* total bit length of compressed file mod 2^32 */
sys/lib/libz/deflate.h
261
ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
sys/lib/libz/deflate.h
276
ulg high_water;
sys/lib/libz/deflate.h
312
ulg stored_len, int last);
sys/lib/libz/deflate.h
316
ulg stored_len, int last);
sys/lib/libz/trees.c
1086
s->compressed_len - 7*(ulg)last));
sys/lib/libz/trees.c
189
s->bits_sent = (s->bits_sent + 7) & ~(ulg)7;
sys/lib/libz/trees.c
254
s->bits_sent += (ulg)length;
sys/lib/libz/trees.c
572
s->opt_len += (ulg)f * (unsigned)(bits + xbits);
sys/lib/libz/trees.c
573
if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
sys/lib/libz/trees.c
605
s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq;
sys/lib/libz/trees.c
819
s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4;
sys/lib/libz/trees.c
859
ulg stored_len, int last) {
sys/lib/libz/trees.c
868
s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
sys/lib/libz/trees.c
996
ulg stored_len, int last) {
sys/lib/libz/trees.c
997
ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
sys/lib/libz/zutil.c
219
ulg bsize = (ulg)items*size;