Home
last modified time | relevance | path

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

/external/jpeg/
Djmemmgr.c72 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
73 #define ALIGN_TYPE double macro
97 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()
Djconfig.mac24 #define ALIGN_TYPE long /* Needed for 680x0 Macs */
Djconfig.st22 #define ALIGN_TYPE long /* apparently double is a weird size? */
Dinstall.doc343 configuration error is "ALIGN_TYPE is wrong, please fix": defining ALIGN_TYPE
702 float. jmemmgr.c won't like this: it wants sizeof(ALIGN_TYPE) to be a power
703 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.
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jmemmgr.c75 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
76 #define ALIGN_TYPE double macro
100 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()