Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c74 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
75 #define ALIGN_TYPE double macro
99 ALIGN_TYPE dummy; /* included in union to ensure alignment */
110 ALIGN_TYPE dummy; /* included in union to ensure alignment */
272 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
274 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
356 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
358 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
1046 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1055 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()