HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_TYPE (Results 1 - 6 of 6) sorted by null

  /external/jpeg/
jconfig.mac 24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
jconfig.st 22 #define ALIGN_TYPE long /* apparently double is a weird size? */
jmemmgr.c 60 * multiples of sizeof(ALIGN_TYPE).
61 * By default, we define ALIGN_TYPE as double. This is necessary on some
64 * you can save a few bytes by making ALIGN_TYPE smaller.
68 * aligned well. Put "#define ALIGN_TYPE long" in jconfig.h if you have
72 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
73 #define ALIGN_TYPE double
84 * Notice that the "real" header fields are union'ed with a dummy ALIGN_TYPE
86 * of the alignment requirement of ALIGN_TYPE.
97 ALIGN_TYPE dummy; /* included in union to ensure alignment */
108 ALIGN_TYPE dummy; /* included in union to ensure alignment *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jconfig.mac 24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
jconfig.st 22 #define ALIGN_TYPE long /* apparently double is a weird size? */
jmemmgr.c 60 * multiples of sizeof(ALIGN_TYPE).
61 * By default, we define ALIGN_TYPE as double. This is necessary on some
64 * you can save a few bytes by making ALIGN_TYPE smaller.
68 * aligned well. Put "#define ALIGN_TYPE long" in jconfig.h if you have
72 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
73 #define ALIGN_TYPE double
84 * Notice that the "real" header fields are union'ed with a dummy ALIGN_TYPE
86 * of the alignment requirement of ALIGN_TYPE.
97 ALIGN_TYPE dummy; /* included in union to ensure alignment */
108 ALIGN_TYPE dummy; /* included in union to ensure alignment *
    [all...]

Completed in 91 milliseconds