Home
last modified time | relevance | path

Searched refs:U_CHAR (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Drdppm.c42 typedef unsigned char U_CHAR; typedef
46 typedef char U_CHAR; typedef
49 typedef char U_CHAR; typedef
74 U_CHAR *iobuffer; /* non-FAR pointer to I/O buffer */
184 register U_CHAR * bufferptr; in get_scaled_gray_row()
205 register U_CHAR * bufferptr; in get_scaled_rgb_row()
243 register U_CHAR * bufferptr; in get_word_gray_row()
267 register U_CHAR * bufferptr; in get_word_rgb_row()
360 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { in start_input_ppm()
375 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { in start_input_ppm()
[all …]
Drdtarga.c28 typedef unsigned char U_CHAR; typedef
32 typedef char U_CHAR; typedef
35 typedef char U_CHAR; typedef
62 U_CHAR tga_pixel[4];
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_non_rle_pixel()
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_rle_pixel()
336 U_CHAR targaheader[18]; in start_input_tga()
Drdbmp.c32 typedef unsigned char U_CHAR; typedef
36 typedef char U_CHAR; typedef
39 typedef char U_CHAR; typedef
244 U_CHAR bmpfileheader[14]; in start_input_bmp()
245 U_CHAR bmpinfoheader[64]; in start_input_bmp()