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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djconfig.mac24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
H A Djconfig.st22 #define ALIGN_TYPE long /* apparently double is a weird size? */
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...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmymalloc.c100 ALIGN_TYPE align;
H A Dsys_defs.h1552 #ifndef ALIGN_TYPE
1554 # define ALIGN_TYPE __float80 macro
1556 # define ALIGN_TYPE long double macro
1558 # define ALIGN_TYPE double macro

Completed in 252 milliseconds