Searched refs:ulg (Results 1 - 25 of 27) sorted by relevance

12

/external/libpng/contrib/gregbook/
H A Dreadpng.h74 typedef unsigned long ulg; typedef
81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
86 ulg *pRowbytes);
H A Dreadpng2.h80 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);
H A Dreadppm.c67 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;
H A Drpng-x.c117 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_re
[all...]
H A Drpng2-x.c168 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)ato
[all...]
H A Dreadpng.c87 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
206 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
H A Dwritepng.h88 typedef unsigned long ulg; typedef
H A Drpng2-win.c145 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;
1045 static void rpng2_win_display_row(ulg row)
1052 ulg i;
1054 static ulg firstro
[all...]
H A Dreadpng2.c351 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length)
420 mainprog_ptr->width = (ulg)width;
421 mainprog_ptr->height = (ulg)height;
H A Drpng-win.c125 static ulg image_width, image_height, image_rowbytes;
130 static ulg wimage_rowbytes;
444 ulg i, j;
539 ulg i, row, lastrow;
H A Dwpng.c166 ulg rowbytes;
704 ulg bytes;
705 ulg image_bytes = rowbytes * wpng_info.height; /* overflow? */
733 ulg bytes;
/external/zlib/
H A Ddeflate.h98 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));
H A Dtrees.c200 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_lengt
[all...]
H A Ddeflate.c291 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)cur
[all...]
H A Dzutil.c219 ulg bsize = (ulg)items*size;
/external/chromium/third_party/zlib/
H A Ddeflate.h98 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,
H A Dtrees.c199 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_lengt
[all...]
H A Dzutil.c221 ulg bsize = (ulg)items*size;
H A Ddeflate.c295 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)
[all...]
H A Dzutil.h51 typedef unsigned long ulg; typedef
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h98 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,
H A Dtrees.c199 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_lengt
[all...]
H A Dzutil.c219 ulg bsize = (ulg)items*size;
H A Ddeflate.c295 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)
[all...]
/external/grub/stage2/
H A Dgunzip.c256 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 */

Completed in 1518 milliseconds

12