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

1 2 3

  /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...]
  /external/chromium_org/third_party/zlib/
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 215 uch depth[2*L_CODES+1];
317 extern uch ZLIB_INTERNAL _length_code[];
318 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _length_code[];
321 extern const uch ZLIB_INTERNAL _dist_code[];
325 { uch cc = (c); \
332 { uch len = (length); \
  /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));
  /external/chromium_org/url/
url_canon_mailtourl.cc 47 UCHAR uch = static_cast<UCHAR>(source.path[i]); local
48 if (uch < 0x20 || uch >= 0x80)
51 output->push_back(static_cast<char>(uch));
url_canon_pathurl.cc 32 UCHAR uch = static_cast<UCHAR>(source[i]); local
33 if (uch < 0x20 || uch >= 0x80)
36 output->push_back(static_cast<char>(uch));
  /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;

Completed in 1291 milliseconds

1 2 3