/external/zlib/ |
D | deflate.h | 98 ulg pending_buf_size; /* size of pending_buf */ 123 ulg window_size; 244 ulg opt_len; /* bit length of current block with optimal trees */ 245 ulg static_len; /* bit length of current block with static trees */ 250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 263 ulg high_water; 296 ulg stored_len, int last)); 299 ulg stored_len, int last));
|
D | trees.c | 200 s->bits_sent += (ulg)length; 531 s->opt_len += (ulg)f * (bits + xbits); 532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 874 ulg stored_len; /* length of input block */ 879 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; 928 ulg stored_len; /* length of input block */ 931 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 1052 ulg out_length = (ulg)s->last_lit*8L; 1053 ulg in_length = (ulg)((long)s->strstart - s->block_start); 1056 out_length += (ulg)s->dyn_dtree[dcode].Freq * [all …]
|
D | deflate.c | 291 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); 1025 s->window_size = (ulg)2L*s->w_size; 1108 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1226 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1314 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1405 ulg curr = s->strstart + (ulg)(s->lookahead); 1406 ulg init; 1418 else if (s->high_water < (ulg)curr + WIN_INIT) { 1423 init = (ulg)curr + WIN_INIT - s->high_water; 1440 (ulg)((long)s->strstart - s->block_start), \ [all …]
|
D | zutil.c | 219 ulg bsize = (ulg)items*size; in zcalloc()
|
/external/chromium/third_party/zlib/ |
D | deflate.h | 98 ulg pending_buf_size; /* size of pending_buf */ 123 ulg window_size; 244 ulg opt_len; /* bit length of current block with optimal trees */ 245 ulg static_len; /* bit length of current block with static trees */ 250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
D | trees.c | 199 s->bits_sent += (ulg)length; 527 s->opt_len += (ulg)f * (bits + xbits); 528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 870 ulg stored_len; /* length of input block */ 875 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; 924 ulg stored_len; /* length of input block */ 927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 1048 ulg out_length = (ulg)s->last_lit*8L; 1049 ulg in_length = (ulg)((long)s->strstart - s->block_start); 1052 out_length += (ulg)s->dyn_dtree[dcode].Freq * [all …]
|
D | zutil.c | 221 ulg bsize = (ulg)items*size; in zcalloc()
|
D | deflate.c | 295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); 989 s->window_size = (ulg)2L*s->w_size; 1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1189 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1275 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1368 (ulg)((long)s->strstart - s->block_start), \ 1397 ulg max_block_size = 0xffff; 1398 ulg max_start; 1424 if (s->strstart == 0 || (ulg)s->strstart >= max_start) {
|
/external/qemu/distrib/zlib-1.2.3/ |
D | deflate.h | 98 ulg pending_buf_size; /* size of pending_buf */ 123 ulg window_size; 244 ulg opt_len; /* bit length of current block with optimal trees */ 245 ulg static_len; /* bit length of current block with static trees */ 250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
D | trees.c | 199 s->bits_sent += (ulg)length; 527 s->opt_len += (ulg)f * (bits + xbits); 528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 870 ulg stored_len; /* length of input block */ 875 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; 924 ulg stored_len; /* length of input block */ 927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 1048 ulg out_length = (ulg)s->last_lit*8L; 1049 ulg in_length = (ulg)((long)s->strstart - s->block_start); 1052 out_length += (ulg)s->dyn_dtree[dcode].Freq * [all …]
|
D | zutil.c | 219 ulg bsize = (ulg)items*size; in zcalloc()
|
D | deflate.c | 295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); 989 s->window_size = (ulg)2L*s->w_size; 1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1189 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1275 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1368 (ulg)((long)s->strstart - s->block_start), \ 1397 ulg max_block_size = 0xffff; 1398 ulg max_start; 1424 if (s->strstart == 0 || (ulg)s->strstart >= max_start) {
|
D | zutil.h | 51 typedef unsigned long ulg; typedef
|
/external/libpng/contrib/gregbook/ |
D | readpng2.h | 80 typedef unsigned long ulg; typedef 84 ulg width; 85 ulg height; 89 void (*mainprog_display_row)(ulg row_num); 119 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
|
D | readppm.c | 67 ulg width, height; 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() 143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 145 ulg rowbytes; in readpng_get_image()
|
D | rpng-x.c | 117 static int rpng_x_msb(ulg u32val); 133 static ulg image_width, image_height, image_rowbytes; 145 static ulg RMask, GMask, BMask; 434 ulg bg_pixel = 0L; in rpng_x_create_window() 435 ulg attrmask; in rpng_x_create_window() 614 bg_pixel = ((ulg)bg_red << RShift) | in rpng_x_create_window() 615 ((ulg)bg_green << GShift) | in rpng_x_create_window() 616 ((ulg)bg_blue << BShift); in rpng_x_create_window() 618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) | in rpng_x_create_window() 619 ((((ulg)bg_green << 8) >> GShift) & GMask) | in rpng_x_create_window() [all …]
|
D | readpng.h | 74 typedef unsigned long ulg; typedef 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight); 86 ulg *pRowbytes);
|
D | rpng2-x.c | 168 static void rpng2_x_display_row (ulg row); 170 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow, 171 ulg width, ulg height); 177 static int rpng2_x_msb (ulg u32val); 196 static ulg bg_rowbytes; 201 ulg usleep_duration = 0L; 279 static ulg RMask, GMask, BMask; 417 usleep_duration = (ulg)atol(*argv); in main() 722 usleep((ulg)usleep_usec); in main() 772 ulg i; in rpng2_x_init() [all …]
|
D | readpng.c | 87 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() 206 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image()
|
D | rpng2-win.c | 145 static void rpng2_win_display_row(ulg row); 165 static ulg bg_rowbytes; 235 static ulg wimage_rowbytes; 620 ulg i; in rpng2_win_init() 621 ulg rowbytes = rpng2_info.rowbytes; in rpng2_win_init() 669 ulg i, j; in rpng2_win_create_window() 818 ulg i, row; in rpng2_win_load_bg_image() 1045 static void rpng2_win_display_row(ulg row) in rpng2_win_display_row() 1052 ulg i; in rpng2_win_display_row() 1054 static ulg firstrow; in rpng2_win_display_row()
|
D | rpng-win.c | 125 static ulg image_width, image_height, image_rowbytes; 130 static ulg wimage_rowbytes; 444 ulg i, j; in rpng_win_create_window() 539 ulg i, row, lastrow; in rpng_win_display_image()
|
D | readpng2.c | 351 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) in readpng2_decode_data() 420 mainprog_ptr->width = (ulg)width; in readpng2_info_callback() 421 mainprog_ptr->height = (ulg)height; in readpng2_info_callback()
|
D | wpng.c | 166 ulg rowbytes; in main() 704 ulg bytes; in main() 705 ulg image_bytes = rowbytes * wpng_info.height; /* overflow? */ in main() 733 ulg bytes; in main()
|
D | writepng.h | 88 typedef unsigned long ulg; typedef
|
/external/grub/stage2/ |
D | gunzip.c | 256 typedef unsigned long ulg; typedef 473 static ulg bb; /* bit buffer */ 483 #define NEEDBITS(n) do {while(k<(n)){b|=((ulg)get_byte())<<k;k+=8;}} while (0) 723 register ulg b; /* bit buffer */ in inflate_codes_in_window() 850 register ulg b; /* bit buffer */ in init_stored_block() 931 register ulg b; /* bit buffer */ in init_dynamic_block() 1068 register ulg b; /* bit buffer */ in get_new_block()
|