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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemmgr.c60 * 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 macro
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 dumm
[all...]

Completed in 36 milliseconds