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

  /external/jpeg/
jconfig.h 36 #define HAVE_UNSIGNED_SHORT
ckconfig.c 137 * then undefine HAVE_UNSIGNED_SHORT.
140 #define HAVE_UNSIGNED_SHORT
142 #ifdef HAVE_UNSIGNED_SHORT
315 #ifdef HAVE_UNSIGNED_SHORT
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");

Completed in 144 milliseconds