Home
last modified time | relevance | path

Searched refs:uch (Results 1 – 25 of 55) sorted by relevance

123

/external/libpng/contrib/gregbook/
Dreadpng2.h78 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);
Dreadppm.c69 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()
Dreadpng.c74 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()
Drpng2-win.c160 (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 …]
Dwritepng.h86 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;
Dreadpng.h72 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,
Drpng2-x.c170 (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 …]
Drpng-win.c129 (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 …]
Dwpng.c141 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 …]
Drpng-x.c111 (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 …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h109 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] */
Dregcomp.c412 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/llvm/lib/Support/
Dregex2.h109 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] */
Dregcomp.c412 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/swiftshader/third_party/LLVM/lib/Support/
Dregex2.h106 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] */
Dregcomp.c376 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/syslinux/com32/lib/zlib/
Ddeflate.h210 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/python/cpython2/Modules/zlib/
Ddeflate.h213 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/
Ddeflate.h213 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/
Ddeflate.h213 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/
DTestBidiTransform.java283 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/
DTestBidiTransform.java284 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/
Dunzip.c29 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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java74 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/
DSimpleFilteredSentenceBreakIterator.java72 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()

123