Searched refs:ulg (Results 1 - 25 of 35) 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);
114 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.c119 static int rpng_x_msb(ulg u32val);
135 static ulg image_width, image_height, image_rowbytes;
147 static ulg RMask, GMask, BMask;
157 ulg numcolors=0, pixels[256];
440 ulg bg_pixel = 0L;
441 ulg attrmask;
620 bg_pixel = ((ulg)bg_red << RShift) |
621 ((ulg)bg_green << GShift) |
622 ((ulg)bg_blue << BShift);
624 bg_pixel = ((((ulg)bg_re
[all...]
H A Drpng2-x.c184 static void rpng2_x_display_row (ulg row);
186 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow,
187 ulg width, ulg height);
193 static int rpng2_x_msb (ulg u32val);
212 static ulg bg_rowbytes;
217 ulg usleep_duration = 0L;
295 static ulg RMask, GMask, BMask;
433 usleep_duration = (ulg)ato
[all...]
H A Dreadpng.c88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
H A Dwritepng.h88 typedef unsigned long ulg; typedef
H A Dreadpng2.c189 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length)
262 mainprog_ptr->width = (ulg)width;
263 mainprog_ptr->height = (ulg)height;
H A Drpng2-win.c174 static void rpng2_win_display_row(ulg row);
194 static ulg bg_rowbytes;
264 static ulg wimage_rowbytes;
645 ulg i;
646 ulg rowbytes = rpng2_info.rowbytes;
694 ulg i, j;
843 ulg i, row;
1070 static void rpng2_win_display_row(ulg row)
1077 ulg i;
1079 static ulg firstro
[all...]
H A Drpng-win.c151 static ulg image_width, image_height, image_rowbytes;
156 static ulg wimage_rowbytes;
488 ulg i, j;
583 ulg i, row, lastrow;
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.h101 ulg pending_buf_size; /* size of pending_buf */
126 ulg window_size;
247 ulg opt_len; /* bit length of current block with optimal trees */
248 ulg static_len; /* bit length of current block with static trees */
253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
254 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
266 ulg high_water;
299 ulg stored_len, int last));
303 ulg stored_len, int last));
H A Dtrees.c195 s->bits_sent += (ulg)length;
525 s->opt_len += (ulg)f * (bits + xbits);
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
868 ulg stored_len, /* length of input block */
873 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
910 ulg stored_len, /* length of input block */
913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1036 ulg out_length = (ulg)s->last_lit*8L;
1037 ulg in_lengt
[all...]
H A Ddeflate.c302 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
1108 s->window_size = (ulg)2L*s->w_size;
1192 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1310 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1400 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1503 ulg curr = s->strstart + (ulg)(s->lookahead);
1504 ulg init;
1516 else if (s->high_water < (ulg)cur
[all...]
/external/python/cpython2/Modules/zlib/
H A Ddeflate.h101 ulg pending_buf_size; /* size of pending_buf */
126 ulg window_size;
247 ulg opt_len; /* bit length of current block with optimal trees */
248 ulg static_len; /* bit length of current block with static trees */
253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
254 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
266 ulg high_water;
299 ulg stored_len, int last));
303 ulg stored_len, int last));
H A Dtrees.c195 s->bits_sent += (ulg)length;
525 s->opt_len += (ulg)f * (bits + xbits);
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
868 ulg stored_len; /* length of input block */
873 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
910 ulg stored_len; /* length of input block */
913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1036 ulg out_length = (ulg)s->last_lit*8L;
1037 ulg in_lengt
[all...]
H A Ddeflate.c303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
1109 s->window_size = (ulg)2L*s->w_size;
1193 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1311 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1401 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1504 ulg curr = s->strstart + (ulg)(s->lookahead);
1505 ulg init;
1517 else if (s->high_water < (ulg)cur
[all...]
/external/syslinux/com32/lib/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...]
/external/zlib/src/
H A Ddeflate.h101 ulg pending_buf_size; /* size of pending_buf */
126 ulg window_size;
247 ulg opt_len; /* bit length of current block with optimal trees */
248 ulg static_len; /* bit length of current block with static trees */
253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
254 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
266 ulg high_water;
299 ulg stored_len, int last));
303 ulg stored_len, int last));
H A Dtrees.c195 s->bits_sent += (ulg)length;
525 s->opt_len += (ulg)f * (bits + xbits);
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
868 ulg stored_len; /* length of input block */
873 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
910 ulg stored_len; /* length of input block */
913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1036 ulg out_length = (ulg)s->last_lit*8L;
1037 ulg in_lengt
[all...]
H A Ddeflate.c303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
1109 s->window_size = (ulg)2L*s->w_size;
1193 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1311 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1401 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1504 ulg curr = s->strstart + (ulg)(s->lookahead);
1505 ulg init;
1517 else if (s->high_water < (ulg)cur
[all...]
/external/syslinux/memdisk/
H A Dunzip.c31 typedef uint32_t ulg; typedef
75 static ulg crc_32_tab[256];
96 static ulg bytes_out = 0; /* Number of bytes output */
98 static ulg output_size; /* Number of output bytes expected */
103 static ulg free_mem_ptr, free_mem_end_ptr;
158 ulg c = crc; /* temporary variable */
173 bytes_out += (ulg) outcnt;
H A Dinflate.c210 STATIC ulg bb; /* bit buffer */
220 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
258 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
503 register ulg b; /* bit buffer */
597 register ulg b; /* bit buffer */
708 register ulg b; /* bit buffer */
859 register ulg b; /* bit buffer */
947 static ulg crc_32_tab[256];
948 static ulg crc; /* initialized in makecrc() so it'll reside in bss */
986 crc = (ulg)
[all...]
/external/freetype/src/gzip/
H A Dzutil.c86 ulg bsize = (ulg)items*size;

Completed in 2666 milliseconds

12