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

1 2

  /external/libpng/contrib/gregbook/
readpng.h 72 typedef unsigned char uch; typedef
83 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue);
85 uch *readpng_get_image(double display_exponent, int *pChannels,
readpng2.h 78 typedef unsigned char uch; typedef
91 uch *image_data;
92 uch **row_pointers;
105 uch bg_red;
106 uch bg_green;
107 uch bg_blue;
115 int readpng2_check_sig(uch *sig, int num);
119 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
readppm.c 69 uch *image_data = NULL;
83 static uch ppmline[256];
133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue)
143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
157 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) {
writepng.h 86 typedef unsigned char uch; typedef
99 uch *image_data;
100 uch **row_pointers;
115 uch bg_red;
116 uch bg_green;
117 uch bg_blue;
readpng.c 73 uch *image_data = NULL;
89 uch sig[8];
154 int readpng_get_bgcolor(uch *red, uch *green, uch *blue)
193 *red = (uch)pBackground->red;
194 *green = (uch)pBackground->green;
195 *blue = (uch)pBackground->blue;
206 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
255 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL)
    [all...]
rpng2-win.c 110 #define CLIP8P(c) MAX(0,(MIN((c),255))) /* 8-bit pos. integer (uch) */
131 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
159 static uch inbuf[INBUFSIZE];
166 static uch *bg_data;
169 uch r, g, b;
236 static uch *dib;
237 static uch *wimage_data;
531 rpng2_info.bg_red = (uch)r;
532 rpng2_info.bg_green = (uch)g;
533 rpng2_info.bg_blue = (uch)b
    [all...]
rpng2-x.c 127 #define CLIP8P(c) MAX(0,(MIN((c),255))) /* 8-bit pos. integer (uch) */
154 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
190 static uch inbuf[INBUFSIZE];
197 static uch *bg_data;
204 uch r, g, b;
576 rpng2_info.bg_red = (uch)r;
577 rpng2_info.bg_green = (uch)g;
578 rpng2_info.bg_blue = (uch)b;
780 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
786 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *))
    [all...]
rpng-win.c 103 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
121 static uch bg_red=0, bg_green=0, bg_blue=0;
127 static uch *image_data;
131 static uch *dib;
132 static uch *wimage_data;
369 bg_red = (uch)r;
370 bg_green = (uch)g;
371 bg_blue = (uch)b;
442 uch *dest;
455 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER)
    [all...]
wpng.c 141 static int wpng_isvalid_latin1(uch *p, int len);
281 wpng_info.bg_red = (uch)r;
282 wpng_info.bg_green = (uch)g;
283 wpng_info.bg_blue = (uch)b;
460 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) {
490 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) {
530 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) {
560 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) {
590 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) {
620 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0)
    [all...]
rpng-x.c 109 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
129 static uch bg_red=0, bg_green=0, bg_blue=0;
135 static uch *image_data;
357 bg_red = (uch)r;
358 bg_green = (uch)g;
359 bg_blue = (uch)b;
431 uch *xdata;
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.h 73 const uch _dist_code[DIST_CODE_LEN] = {
102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
deflate.h 210 uch depth[2*L_CODES+1];
301 extern uch _length_code[];
302 extern uch _dist_code[];
304 extern const uch _length_code[];
305 extern const uch _dist_code[];
309 { uch cc = (c); \
316 { uch len = (length); \
  /external/zlib/src/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
deflate.h 213 uch depth[2*L_CODES+1];
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
324 { uch cc = (c); \
331 { uch len = (length); \
  /external/llvm/lib/Support/
regutils.h 40 typedef unsigned char uch; typedef
regex2.h 106 uch *ptr; /* -> uch [csetsize] */
107 uch mask; /* bit within array */
108 uch hash; /* hash code */
113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
133 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
  /bionic/libc/upstream-netbsd/libc/regex/
utils.h 78 typedef unsigned char uch; typedef
regex2.h 158 uch *ptr; /* -> uch [csetsize] */
159 uch mask; /* bit within array */
160 uch hash; /* hash code */
165 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
166 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
167 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
185 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 42 typedef unsigned char uch; typedef
regex2.h 106 uch *ptr; /* -> uch [csetsize] */
107 uch mask; /* bit within array */
108 uch hash; /* hash code */
113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
133 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
  /external/chromium/googleurl/src/
url_canon_mailtourl.cc 72 UCHAR uch = static_cast<UCHAR>(source.path[i]); local
73 if (uch < 0x20 || uch >= 0x80)
76 output->push_back(static_cast<char>(uch));
url_canon_pathurl.cc 64 UCHAR uch = static_cast<UCHAR>(source.path[i]); local
65 if (uch < 0x20 || uch >= 0x80)
68 output->push_back(static_cast<char>(uch));
url_canon_internal.cc 54 unsigned char uch = static_cast<unsigned char>(source[i]); local
55 if (!IsCharOfType(uch, type))
56 AppendEscapedChar(uch, output);
58 output->push_back(uch);
69 UCHAR uch = static_cast<UCHAR>(spec[i]); local
70 if (uch >= 0x80) {
74 } else if (uch <= ' ' || uch == 0x7f) {
78 AppendEscapedChar(static_cast<unsigned char>(uch), output);
80 output->push_back(static_cast<char>(uch));
    [all...]
  /frameworks/av/media/libmedia/
MediaScannerClient.cpp 163 uint8_t uch; local
164 while ((uch = *src++)) {
165 if (uch & 0x80)
166 *dest++ = ((uch << 6) & 0xC0) | (*src++ & 0x3F);
168 *dest++ = uch;
  /external/grub/stage2/
gunzip.c 254 typedef unsigned char uch; typedef
345 uch e; /* number of extra bits or operation */
346 uch b; /* number of bits in this code or subcode */
361 to be usable as if it were declared "uch slide[32768];" or as just
362 "uch *slide;" and then malloc'ed in the latter case. The definition
367 static uch slide[WSIZE];
488 static uch inbuf[INBUFSIZ];
660 r.b = (uch) l; /* bits to dump before this table */
661 r.e = (uch) (16 + j); /* bits in this table */
669 r.b = (uch) (k - w)
    [all...]

Completed in 909 milliseconds

1 2