/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; 100 uch bg_red; 101 uch bg_green; 102 uch bg_blue; 110 int readpng2_check_sig(uch *sig, int num); 114 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 | 74 uch *image_data = NULL; 90 uch sig[8]; 156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) 195 *red = (uch)pBackground->red; 196 *green = (uch)pBackground->green; 197 *blue = (uch)pBackground->blue; 208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) 267 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) [all...] |
rpng2-win.c | 139 #define CLIP8P(c) MAX(0,(MIN((c),255))) /* 8-bit pos. integer (uch) */ 160 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 188 static uch inbuf[INBUFSIZE]; 195 static uch *bg_data; 198 uch r, g, b; 265 static uch *dib; 266 static uch *wimage_data; 556 rpng2_info.bg_red = (uch)r; 557 rpng2_info.bg_green = (uch)g; 558 rpng2_info.bg_blue = (uch)b [all...] |
rpng2-x.c | 143 #define CLIP8P(c) MAX(0,(MIN((c),255))) /* 8-bit pos. integer (uch) */ 170 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 206 static uch inbuf[INBUFSIZE]; 213 static uch *bg_data; 220 uch r, g, b; 577 rpng2_info.bg_red = (uch)r; 578 rpng2_info.bg_green = (uch)g; 579 rpng2_info.bg_blue = (uch)b; 783 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); 789 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *)) [all...] |
rpng-win.c | 129 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 147 static uch bg_red=0, bg_green=0, bg_blue=0; 153 static uch *image_data; 157 static uch *dib; 158 static uch *wimage_data; 408 bg_red = (uch)r; 409 bg_green = (uch)g; 410 bg_blue = (uch)b; 486 uch *dest; 499 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...] |
readpng2.c | 94 int readpng2_check_sig(uch *sig, int num) 189 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) 297 mainprog_ptr->bg_red = (uch)pBackground->red; 298 mainprog_ptr->bg_green = (uch)pBackground->green; 299 mainprog_ptr->bg_blue = (uch)pBackground->blue;
|
rpng-x.c | 111 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 131 static uch bg_red=0, bg_green=0, bg_blue=0; 137 static uch *image_data; 361 bg_red = (uch)r; 362 bg_green = (uch)g; 363 bg_blue = (uch)b; 437 uch *xdata; 651 xdata = (uch *)malloc(4*image_width*image_height); 654 xdata = (uch *)malloc(2*image_width*image_height); 657 xdata = (uch *)malloc(image_width*image_height) [all...] |
/external/opencv3/3rdparty/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 | 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/pdfium/third_party/zlib_v128/ |
trees.h | 74 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 103 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/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 | 43 typedef unsigned char uch; typedef
|
regex2.h | 109 uch *ptr; /* -> uch [csetsize] */ 110 uch mask; /* bit within array */ 111 uch hash; /* hash code */ 116 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) 117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) 118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) 136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
|
/bionic/libc/upstream-netbsd/lib/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/icu/android_icu4j/src/main/java/android/icu/impl/ |
SimpleFilteredSentenceBreakIterator.java | 62 int uch; local 65 if ((uch = text.previousCodePoint()) == ' ') { // TODO: skip a class of chars here?? 68 uch = text.nextCodePoint(); 76 while ((uch = text.previousCodePoint()) != BreakIterator.DONE && // more to consume backwards and.. 77 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie 103 while ((uch = text.nextCodePoint()) != BreakIterator.DONE 104 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
SimpleFilteredSentenceBreakIterator.java | 60 int uch; local 63 if ((uch = text.previousCodePoint()) == ' ') { // TODO: skip a class of chars here?? 66 uch = text.nextCodePoint(); 74 while ((uch = text.previousCodePoint()) != BreakIterator.DONE && // more to consume backwards and.. 75 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie 101 while ((uch = text.nextCodePoint()) != BreakIterator.DONE 102 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
|