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

/external/jpeg/
H A 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;
205 register U_CHAR * bufferptr;
243 register U_CHAR * bufferptr;
267 register U_CHAR * bufferptr;
360 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
375 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
[all...]
H A 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);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
336 U_CHAR targaheader[18];
H A 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];
245 U_CHAR bmpinfoheader[64];

Completed in 327 milliseconds