HomeSort by relevance Sort by last modified time
    Searched defs:HAVE_UNSIGNED_CHAR (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jconfig.h 35 #define HAVE_UNSIGNED_CHAR
50 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
ckconfig.c 125 * then undefine HAVE_UNSIGNED_CHAR.
128 #define HAVE_UNSIGNED_CHAR
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 19 milliseconds