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

  /external/chromium_org/third_party/libjpeg_turbo/
jmemsys.h 66 * The macro MAX_ALLOC_CHUNK designates the maximum number of bytes that may
73 * NB: jmemmgr.c expects that MAX_ALLOC_CHUNK will be representable as type
77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L
  /external/jpeg/
jmemsys.h 66 * The macro MAX_ALLOC_CHUNK designates the maximum number of bytes that may
73 * NB: jmemmgr.c expects that MAX_ALLOC_CHUNK will be representable as type
77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L
  /external/pdfium/core/src/fxcodec/libjpeg/
jmemsys.h 66 * The macro MAX_ALLOC_CHUNK designates the maximum number of bytes that may
73 * NB: jmemmgr.c expects that MAX_ALLOC_CHUNK will be representable as type
77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L
  /external/qemu/distrib/jpeg-6b/
jmemsys.h 66 * The macro MAX_ALLOC_CHUNK designates the maximum number of bytes that may
73 * NB: jmemmgr.c expects that MAX_ALLOC_CHUNK will be representable as type
77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L

Completed in 133 milliseconds