Home
last modified time | relevance | path

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

1234567

/dports/games/zdoom/zdoom-2.8.1/jpeg-6b/
H A Djmemmgr.c65 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
66 #define ALIGN_TYPE double macro
90 ALIGN_TYPE dummy; /* included in union to ensure alignment */
101 ALIGN_TYPE dummy; /* included in union to ensure alignment */
200 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
202 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
276 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
278 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
622 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
/dports/games/ecwolf/ecwolf-1.3.3-src/jpeg-6b/
H A Djmemmgr.c65 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
66 #define ALIGN_TYPE double macro
90 ALIGN_TYPE dummy; /* included in union to ensure alignment */
101 ALIGN_TYPE dummy; /* included in union to ensure alignment */
200 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
202 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
276 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
278 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
622 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A 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 */
266 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
268 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
350 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
352 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
991 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1000 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/graphics/xv/xv-3.10a/jpeg/
H A 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 */
266 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
268 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
350 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
352 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
991 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1000 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A 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 */
266 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
268 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
350 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
352 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
991 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1000 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/japanese/xv/xv-3.10a/jpeg/
H A 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 */
266 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
268 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
350 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
352 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
991 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1000 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dsuspend.c86 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
87 #define ALIGN_TYPE double macro
289 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
293 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/math/giacxcas/fltk-1.3.0/jpeg/
H A 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()
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djmemmgr.c73 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
74 #define ALIGN_TYPE double macro
98 ALIGN_TYPE dummy; /* included in union to ensure alignment */
109 ALIGN_TYPE dummy; /* included in union to ensure alignment */
271 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
273 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
355 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
357 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
1045 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1054 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A 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()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A 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()
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A 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()
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A 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()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djmemmgr.c73 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
74 #define ALIGN_TYPE double macro
98 ALIGN_TYPE dummy; /* included in union to ensure alignment */
109 ALIGN_TYPE dummy; /* included in union to ensure alignment */
271 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
273 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
355 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
357 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
1045 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1054 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djmemmgr.c76 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
77 #define ALIGN_TYPE double macro
101 ALIGN_TYPE dummy; /* included in union to ensure alignment */
112 ALIGN_TYPE dummy; /* included in union to ensure alignment */
274 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
276 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
358 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
360 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
1055 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1064 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A 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()
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djmemmgr.c73 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
74 #define ALIGN_TYPE double macro
98 ALIGN_TYPE dummy; /* included in union to ensure alignment */
109 ALIGN_TYPE dummy; /* included in union to ensure alignment */
271 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
273 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
355 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
357 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
1045 if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0) in jinit_memory_mgr()
1054 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libjpeg/
H A 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()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/jpeg6/
H A Djmemmgr.cpp72 #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()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A 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()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/jpeg-6/
H A 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()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libjpeg/
H A 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()
/dports/graphics/libafterimage/libAfterImage-1.20/libjpeg/
H A 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()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/jpeg/
H A 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()
/dports/cad/openctm/OpenCTM-1.0.3/tools/jpeg/
H A 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()

1234567