/external/libpng/contrib/gregbook/ |
D | 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);
|
D | readppm.c | 69 uch *image_data = NULL; 83 static uch ppmline[256]; in readpng_init() 133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() 143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 157 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
|
D | rpng2-win.c | 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; in WinMain() 557 rpng2_info.bg_green = (uch)g; in WinMain() 558 rpng2_info.bg_blue = (uch)b; in WinMain() 653 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); in rpng2_win_init() [all …]
|
D | readpng.c | 74 uch *image_data = NULL; 90 uch sig[8]; in readpng_init() 156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() 195 *red = (uch)pBackground->red; in readpng_get_bgcolor() 196 *green = (uch)pBackground->green; in readpng_get_bgcolor() 197 *blue = (uch)pBackground->blue; in readpng_get_bgcolor() 208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 267 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
|
D | 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;
|
D | 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,
|
D | rpng2-x.c | 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; in main() 578 rpng2_info.bg_green = (uch)g; in main() 579 rpng2_info.bg_blue = (uch)b; in main() 783 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); in rpng2_x_init() 789 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *)); in rpng2_x_init() 834 uch *xdata; in rpng2_x_create_window() [all …]
|
D | 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; in WinMain() 409 bg_green = (uch)g; in WinMain() 410 bg_blue = (uch)b; in WinMain() 486 uch *dest; in rpng_win_create_window() 499 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) + in rpng_win_create_window() [all …]
|
D | wpng.c | 141 static int wpng_isvalid_latin1(uch *p, int len); 281 wpng_info.bg_red = (uch)r; in main() 282 wpng_info.bg_green = (uch)g; in main() 283 wpng_info.bg_blue = (uch)b; in main() 460 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) { in main() 490 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) { in main() 530 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) { in main() 560 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) { in main() 590 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) { in main() 620 if ((result = wpng_isvalid_latin1((uch *)p, len)) >= 0) { in main() [all …]
|
D | 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; in main() 362 bg_green = (uch)g; in main() 363 bg_blue = (uch)b; in main() 437 uch *xdata; in rpng_x_create_window() 651 xdata = (uch *)malloc(4*image_width*image_height); in rpng_x_create_window() 654 xdata = (uch *)malloc(2*image_width*image_height); in rpng_x_create_window() 657 xdata = (uch *)malloc(image_width*image_height); in rpng_x_create_window() [all …]
|
D | readpng2.c | 94 int readpng2_check_sig(uch *sig, int num) in readpng2_check_sig() 189 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) in readpng2_decode_data() 297 mainprog_ptr->bg_red = (uch)pBackground->red; in readpng2_info_callback() 298 mainprog_ptr->bg_green = (uch)pBackground->green; in readpng2_info_callback() 299 mainprog_ptr->bg_blue = (uch)pBackground->blue; in readpng2_info_callback()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | 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] */
|
D | regcomp.c | 376 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp() 388 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp() 417 if (isdigit((uch)PEEK())) { in p_ere_exp() 438 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp() 588 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re() 617 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count() 783 while (MORE() && isalpha((uch)PEEK())) in p_b_cclass() 867 ch = (uch)ch; in othercase() 870 return ((uch)tolower(ch)); in othercase() 872 return ((uch)toupper(ch)); in othercase() [all …]
|
/external/llvm/lib/Support/ |
D | 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] */
|
D | regcomp.c | 412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp() 424 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp() 453 if (isdigit((uch)PEEK())) { in p_ere_exp() 474 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp() 624 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re() 653 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count() 819 while (MORE() && isalpha((uch)PEEK())) in p_b_cclass() 903 ch = (uch)ch; in othercase() 906 return ((uch)tolower(ch)); in othercase() 908 return ((uch)toupper(ch)); in othercase() [all …]
|
/external/syslinux/com32/lib/zlib/ |
D | deflate.h | 210 uch depth[2*L_CODES+1]; 312 extern uch ZLIB_INTERNAL _length_code[]; 313 extern uch ZLIB_INTERNAL _dist_code[]; 315 extern const uch ZLIB_INTERNAL _length_code[]; 316 extern const uch ZLIB_INTERNAL _dist_code[]; 320 { uch cc = (c); \ 327 { uch len = (length); \
|
/external/zlib/src/ |
D | 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/ |
D | 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestBidiTransform.java | 283 private static char substituteChar(char uch, char baseReal, in substituteChar() argument 285 char dest = (char)(basePseudo + (uch - baseReal)); in substituteChar() 292 char uch = uchars[i]; in pseudoScript() local 293 switch (UCharacter.getDirectionality(uch)) { in pseudoScript() 295 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z'); in pseudoScript() 298 if (uch > 0xFE00) { in pseudoScript() 299 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J'); in pseudoScript() 301 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E'); in pseudoScript() 305 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9'); in pseudoScript()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestBidiTransform.java | 284 private static char substituteChar(char uch, char baseReal, in substituteChar() argument 286 char dest = (char)(basePseudo + (uch - baseReal)); in substituteChar() 293 char uch = uchars[i]; in pseudoScript() local 294 switch (UCharacter.getDirectionality(uch)) { in pseudoScript() 296 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z'); in pseudoScript() 299 if (uch > 0xFE00) { in pseudoScript() 300 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J'); in pseudoScript() 302 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E'); in pseudoScript() 306 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9'); in pseudoScript()
|
/external/syslinux/memdisk/ |
D | unzip.c | 29 typedef uint8_t uch; typedef 36 static uch *inbuf; /* input pointer */ 37 static uch window[WSIZE]; /* sliding output window buffer */ 78 static inline uch get_byte(void) in get_byte() 81 uch b = *inbuf++; in get_byte() 97 static uch *output_data; /* Output data pointer */ 160 uch *in, *out, ch; in flush_window()
|
D | inflate.c | 121 uch e; /* number of extra bits or operation */ 122 uch b; /* number of bits in this code or subcode */ 219 #define NEXTBYTE() (uch)get_byte() 424 r.b = (uch) l; /* bits to dump before this table */ 425 r.e = (uch) (16 + j); /* bits in this table */ 435 r.b = (uch) (k - w); 439 r.e = (uch) (*p < 256 ? 16 : 15); /* 256 is end-of-block code */ 443 r.e = (uch) e[*p - s]; /* non-simple--look up in lists */ 526 slide[w++] = (uch) t->v.n; 623 slide[w++] = (uch) b; in inflate_stored()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 74 int uch; in breakExceptionAt() local 77 if ((uch = text.previousCodePoint()) == ' ') { // TODO: skip a class of chars here?? in breakExceptionAt() 80 uch = text.nextCodePoint(); in breakExceptionAt() 85 …while ((uch = text.previousCodePoint()) != UCharacterIterator.DONE && // more to consume backwards… in breakExceptionAt() 86 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie in breakExceptionAt() 109 while ((uch = text.nextCodePoint()) != BreakIterator.DONE in breakExceptionAt() 110 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in breakExceptionAt()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 72 int uch; in breakExceptionAt() local 75 if ((uch = text.previousCodePoint()) == ' ') { // TODO: skip a class of chars here?? in breakExceptionAt() 78 uch = text.nextCodePoint(); in breakExceptionAt() 83 …while ((uch = text.previousCodePoint()) != UCharacterIterator.DONE && // more to consume backwards… in breakExceptionAt() 84 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie in breakExceptionAt() 107 while ((uch = text.nextCodePoint()) != BreakIterator.DONE in breakExceptionAt() 108 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in breakExceptionAt()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 96 const UChar *uch = kNone, in printUChars() argument 101 if( (len == -1) && (uch) ) { in printUChars() 102 len = u_strlen(uch); in printUChars() 113 printf("\\u%04X ", (int)uch[i]); in printUChars() 119 prettyPrintUChar(uch[i]); in printUChars() 125 const char *uch = "", in printBytes() argument 130 if( (len == -1) && (uch) ) { in printBytes() 131 len = strlen(uch); in printBytes() 142 printf("\\x%02X ", 0x00FF & (int)uch[i]); in printBytes() 148 if(isgraph(0x00FF & (int)uch[i])) { in printBytes() [all …]
|