Searched refs:ALIGN_TYPE (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djmemmgr.c64 * multiples of sizeof(ALIGN_TYPE).
65 * By default, we define ALIGN_TYPE as double. This is necessary on some
68 * you can save a few bytes by making ALIGN_TYPE smaller.
72 * aligned well. Put "#define ALIGN_TYPE long" in jconfig.h if you have
76 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
77 #define ALIGN_TYPE double macro
88 * Notice that the "real" header fields are union'ed with a dummy ALIGN_TYPE
90 * of the alignment requirement of ALIGN_TYPE.
101 ALIGN_TYPE dummy; /* included in union to ensure alignment */
112 ALIGN_TYPE dumm
[all...]

Completed in 36 milliseconds