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

  /external/chromium_org/third_party/libjpeg_turbo/
jconfig.h 29 #define HAVE_UNSIGNED_CHAR 1
config.h 64 #define HAVE_UNSIGNED_CHAR 1
  /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");
  /external/pdfium/core/include/thirdparties/libjpeg/
jconfig.h 5 #define HAVE_UNSIGNED_CHAR
  /external/pdfium/core/src/fxcodec/libjpeg/
jconfig.h 5 #define HAVE_UNSIGNED_CHAR
  /external/qemu/distrib/jpeg-6b/
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 179 milliseconds