HomeSort by relevance Sort by last modified time
    Searched refs:ulg (Results 1 - 25 of 56) sorted by null

1 2 3

  /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);
114 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 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;
442 ulg attrmask;
621 bg_pixel = ((ulg)bg_red << RShift) |
622 ((ulg)bg_green << GShift) |
623 ((ulg)bg_blue << BShift);
625 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask)
    [all...]
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)atol(*argv)
    [all...]
readpng.c 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
writepng.h 88 typedef unsigned long ulg; typedef
readpng2.c 190 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length)
263 mainprog_ptr->width = (ulg)width;
264 mainprog_ptr->height = (ulg)height;
  /external/python/cpython3/Modules/zlib/
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;
250 ulg opt_len; /* bit length of current block with optimal trees */
251 ulg static_len; /* bit length of current block with static trees */
256 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
257 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
269 ulg high_water;
302 ulg stored_len, int last))
    [all...]
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 */
876 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
    [all...]
  /external/zlib/src/
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;
250 ulg opt_len; /* bit length of current block with optimal trees */
251 ulg static_len; /* bit length of current block with static trees */
256 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
257 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
269 ulg high_water;
302 ulg stored_len, int last))
    [all...]
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 */
876 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 101 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));
trees.c 195 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;
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.h 101 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));
trees.c 195 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;
    [all...]
  /external/syslinux/com32/lib/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));
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 101 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));
trees.c 195 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;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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 */
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;
  /external/syslinux/memdisk/
unzip.c 31 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;
inflate.c 210 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) 0xffffffffL; /* shift register contents *
    [all...]
  /external/freetype/src/gzip/
zutil.c 86 ulg bsize = (ulg)items*size;

Completed in 464 milliseconds

1 2 3