Searched defs:HAVE_UNSIGNED_CHAR (Results 1 - 4 of 4) sorted by relevance

/external/jpeg/
H A Djconfig.h35 #define HAVE_UNSIGNED_CHAR macro
50 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
H A Dckconfig.c125 * then undefine HAVE_UNSIGNED_CHAR.
128 #define HAVE_UNSIGNED_CHAR macro
130 #ifdef HAVE_UNSIGNED_CHAR
310 #ifdef HAVE_UNSIGNED_CHAR
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
/external/qemu/distrib/jpeg-6b/
H A Djconfig.h35 #define HAVE_UNSIGNED_CHAR macro
50 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
H A Dckconfig.c125 * then undefine HAVE_UNSIGNED_CHAR.
128 #define HAVE_UNSIGNED_CHAR macro
130 #ifdef HAVE_UNSIGNED_CHAR
310 #ifdef HAVE_UNSIGNED_CHAR
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");

Completed in 80 milliseconds