/external/libpng/contrib/gregbook/ |
readpng.h | 74 typedef unsigned long ulg; typedef 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight); 86 ulg *pRowbytes);
|
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);
|
readppm.c | 67 ulg width, height; 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) 143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) 145 ulg rowbytes;
|
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; 155 ulg numcolors=0, pixels[256]; 434 ulg bg_pixel = 0L; 435 ulg attrmask; 614 bg_pixel = ((ulg)bg_red << RShift) | 615 ((ulg)bg_green << GShift) | 616 ((ulg)bg_blue << BShift); 618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) [all...] |
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) [all...] |
readpng.c | 87 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) 206 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
|
writepng.h | 88 typedef unsigned long ulg; typedef
|
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; 621 ulg rowbytes = rpng2_info.rowbytes; 669 ulg i, j; 818 ulg i, row; [all...] |
readpng2.c | 351 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) 420 mainprog_ptr->width = (ulg)width; 421 mainprog_ptr->height = (ulg)height;
|
rpng-win.c | 125 static ulg image_width, image_height, image_rowbytes; 130 static ulg wimage_rowbytes; 444 ulg i, j; 539 ulg i, row, lastrow;
|
wpng.c | 166 ulg rowbytes; 704 ulg bytes; 705 ulg image_bytes = rowbytes * wpng_info.height; /* overflow? */ 733 ulg bytes;
|
/external/zlib/ |
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));
|
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; [all...] |
deflate.c | 291 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); [all...] |
zutil.c | 219 ulg bsize = (ulg)items*size;
|
zutil.h | 41 typedef unsigned long ulg; typedef
|
/external/qemu/distrib/zlib-1.2.3/ |
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,
|
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; [all...] |
zutil.c | 219 ulg bsize = (ulg)items*size;
|
deflate.c | 295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); [all...] |
zutil.h | 51 typedef unsigned long ulg; typedef
|
/external/grub/stage2/ |
gunzip.c | 256 typedef unsigned long ulg; typedef 435 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */ 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 */ 850 register ulg b; /* bit buffer */ 931 register ulg b; /* bit buffer */ 1068 register ulg b; /* bit buffer */ [all...] |