/third_party/node/deps/zlib/ |
H A D | deflate.h | 108 ulg pending_buf_size; /* size of pending_buf */ 110 ulg pending; /* nb of bytes in the pending buffer */ 113 ulg gzindex; /* where in extra, name, or comment */ 133 ulg window_size; 254 ulg opt_len; /* bit length of current block with optimal trees */ 255 ulg static_len; /* bit length of current block with static trees */ 260 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 261 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 273 ulg high_water; 311 ulg stored_le [all...] |
H A D | deflate.c | 257 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 352 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window() 353 ulg init; in fill_window() 365 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window() 370 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window() 378 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in fill_window() 539 s->pending_buf_size = (ulg)s->lit_bufsize * 4; in deflateInit2_() 712 s->window_size = (ulg) in lm_init() [all...] |
H A D | zutil.c | 204 ulg bsize = (ulg)items*size; in zcalloc()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 104 ulg pending_buf_size; /* size of pending_buf */ 106 ulg pending; /* nb of bytes in the pending buffer */ 109 ulg gzindex; /* where in extra, name, or comment */ 129 ulg window_size; 245 ulg opt_len; /* bit length of current block with optimal trees */ 246 ulg static_len; /* bit length of current block with static trees */ 251 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 252 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 264 ulg high_water; 297 ulg stored_le [all...] |
H A D | fill_window_sse.c | 46 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window_sse() 152 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window_sse() 153 ulg init; in fill_window_sse() 165 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window_sse() 170 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse() 178 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in fill_window_sse()
|
H A D | deflate.c | 382 s->pending_buf_size = (ulg)s->lit_bufsize * 4; 956 ulg beg = s->pending; /* start of bytes to update crc */ 983 ulg beg = s->pending; /* start of bytes to update crc */ 1005 ulg beg = s->pending; /* start of bytes to update crc */ 1250 s->window_size = (ulg)2L*s->w_size; 1334 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1470 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1576 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1657 ulg cur [all...] |
H A D | trees.c | 193 s->bits_sent += (ulg)length; 523 s->opt_len += (ulg)f * (unsigned)(bits + xbits); 524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); 556 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq; 822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4; 866 ulg stored_len; /* length of input block */ 877 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; 915 ulg stored_len; /* length of input block */ 918 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 104 ulg pending_buf_size; /* size of pending_buf */ 106 ulg pending; /* nb of bytes in the pending buffer */ 109 ulg gzindex; /* where in extra, name, or comment */ 129 ulg window_size; 245 ulg opt_len; /* bit length of current block with optimal trees */ 246 ulg static_len; /* bit length of current block with static trees */ 251 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 252 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 264 ulg high_water; 297 ulg stored_le [all...] |
H A D | fill_window_sse.c | 46 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window_sse() 152 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window_sse() 153 ulg init; in fill_window_sse() 165 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window_sse() 170 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse() 178 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in fill_window_sse()
|
H A D | deflate.c | 377 s->pending_buf_size = (ulg)s->lit_bufsize * 4; 948 ulg beg = s->pending; /* start of bytes to update crc */ 975 ulg beg = s->pending; /* start of bytes to update crc */ 997 ulg beg = s->pending; /* start of bytes to update crc */ 1242 s->window_size = (ulg)2L*s->w_size; 1326 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1462 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1568 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1647 ulg cur [all...] |
/third_party/zlib/ |
H A D | deflate.h | 108 ulg pending_buf_size; /* size of pending_buf */ 110 ulg pending; /* nb of bytes in the pending buffer */ 113 ulg gzindex; /* where in extra, name, or comment */ 133 ulg window_size; 256 ulg opt_len; /* bit length of current block with optimal trees */ 257 ulg static_len; /* bit length of current block with static trees */ 262 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 263 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ 275 ulg high_water; 308 ulg stored_le [all...] |
H A D | deflate.c | 262 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 343 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window() 344 ulg init; in fill_window() 356 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window() 361 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window() 369 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, in fill_window() 500 s->pending_buf_size = (ulg)s->lit_bufsize * 4; in deflateInit2_() 679 s->window_size = (ulg) in lm_init() [all...] |
H A D | zutil.c | 212 ulg bsize = (ulg)items*size; in zcalloc()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 98 ulg pending_buf_size; /* size of pending_buf */
123 ulg window_size;
239 ulg opt_len; /* bit length of current block with optimal trees */
240 ulg static_len; /* bit length of current block with static trees */
245 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
246 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
258 ulg high_water;
291 ulg stored_len, int last));
294 ulg stored_len, int last));
|
H A D | deflate.c | 324 s->pending_buf_size = (ulg)s->lit_bufsize * 4;
1071 s->window_size = (ulg)2L*s->w_size;
1154 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1272 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1360 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1451 ulg curr = s->strstart + (ulg)(s->lookahead);
1452 ulg init;
1464 else if (s->high_water < (ulg)cur [all...] |
H A D | zutil.c | 219 ulg bsize = (ulg)items*size;
in zcalloc()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readpng2.h | 80 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 D | readpng.h | 74 typedef unsigned long ulg; typedef 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight); 86 ulg *pRowbytes);
|
H A 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()
|
H A D | rpng-x.c | 120 static int rpng_x_msb(ulg u32val); 136 static ulg image_width, image_height, image_rowbytes; 148 static ulg RMask, GMask, BMask; 158 ulg numcolors=0, pixels[256]; 441 ulg bg_pixel = 0L; in rpng_x_create_window() 442 ulg attrmask; in rpng_x_create_window() 621 bg_pixel = ((ulg)bg_red << RShift) | in rpng_x_create_window() 622 ((ulg)bg_green << GShift) | in rpng_x_create_window() 623 ((ulg)bg_blue << BShift); in rpng_x_create_window() 625 bg_pixel = ((((ulg)bg_re in rpng_x_create_window() [all...] |
H A D | rpng2-x.c | 186 static void rpng2_x_display_row (ulg row); 188 static void rpng2_x_redisplay_image (ulg startcol, ulg startrow, 189 ulg width, ulg height); 195 static int rpng2_x_msb (ulg u32val); 214 static ulg bg_rowbytes; 219 ulg usleep_duration = 0L; 297 static ulg RMask, GMask, BMask; 435 usleep_duration = (ulg)ato in main() [all...] |
H A D | rpng2-win.c | 173 static void rpng2_win_display_row(ulg row); 193 static ulg bg_rowbytes; 263 static ulg wimage_rowbytes; 644 ulg i; in rpng2_win_init() 645 ulg rowbytes = rpng2_info.rowbytes; in rpng2_win_init() 700 ulg i, j; 849 ulg i, row; 1076 static void rpng2_win_display_row(ulg row) 1083 ulg i; 1085 static ulg firstro [all...] |
H A D | readpng.c | 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() 208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image()
|
H A D | readpng2.c | 190 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) in readpng2_decode_data() 263 mainprog_ptr->width = (ulg)width; in readpng2_info_callback() 264 mainprog_ptr->height = (ulg)height; in readpng2_info_callback()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zutil.c | 86 ulg bsize = (ulg)items*size; in zcalloc()
|