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

  /external/chromium_org/third_party/libjpeg_turbo/
jconfig.h 32 #define HAVE_UNSIGNED_SHORT 1
config.h 67 #define HAVE_UNSIGNED_SHORT 1
  /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 547 milliseconds