Searched refs:ALIGN_TYPE (Results 1 – 5 of 5) sorted by relevance
72 #ifndef ALIGN_TYPE /* so can override from jconfig.h */73 #define ALIGN_TYPE double macro97 ALIGN_TYPE dummy; /* included in union to ensure alignment */108 ALIGN_TYPE dummy; /* included in union to ensure alignment */270 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()272 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()354 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()356 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()1044 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()1053 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
22 #define ALIGN_TYPE long /* apparently double is a weird size? */
343 configuration error is "ALIGN_TYPE is wrong, please fix": defining ALIGN_TYPE702 float. jmemmgr.c won't like this: it wants sizeof(ALIGN_TYPE) to be a power703 of 2. Add "#define ALIGN_TYPE long" to jconfig.h to eliminate the complaint.731 jmemmgr.c won't like this: it wants sizeof(ALIGN_TYPE) to be a power of 2.732 Add "#define ALIGN_TYPE long" to jconfig.h to eliminate the complaint.
75 #ifndef ALIGN_TYPE /* so can override from jconfig.h */76 #define ALIGN_TYPE double macro100 ALIGN_TYPE dummy; /* included in union to ensure alignment */111 ALIGN_TYPE dummy; /* included in union to ensure alignment */273 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()275 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()357 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()359 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()1047 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()1056 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()