Home
last modified time | relevance | path

Searched refs:my_memory_mgr (Results 1 – 25 of 127) sorted by relevance

123456

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dsuspend.c61 struct my_memory_mgr { struct
82 typedef struct my_memory_mgr *my_mem_ptr; argument
134 struct my_memory_mgr *self = (struct my_memory_mgr *)(cinfo->mem); in alloc_small()
252 struct my_memory_mgr *self = (struct my_memory_mgr *)(cinfo->mem); in free_pool()
258 struct my_memory_mgr *self = (struct my_memory_mgr *)(cinfo->mem); in self_destruct()
265 struct my_memory_mgr *self = (struct my_memory_mgr *)(cinfo->mem); in suspend_memory()
274 struct my_memory_mgr *self = (struct my_memory_mgr *)(cinfo->mem); in resume_memory()
298 mem = (struct my_memory_mgr *)MALLOC(sizeof(struct my_memory_mgr)); in jinit_memory_mgr()
328 mem->total_space_allocated = SIZEOF(struct my_memory_mgr); in jinit_memory_mgr()
/dports/games/zdoom/zdoom-2.8.1/jpeg-6b/
H A Djmemmgr.c127 } my_memory_mgr; typedef
129 typedef my_memory_mgr * my_mem_ptr;
626 mem = (my_mem_ptr) malloc(SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
/dports/games/ecwolf/ecwolf-1.3.3-src/jpeg-6b/
H A Djmemmgr.c127 } my_memory_mgr; typedef
129 typedef my_memory_mgr * my_mem_ptr;
626 mem = (my_mem_ptr) malloc(SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
962 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1006 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1036 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/graphics/xv/xv-3.10a/jpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
962 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1006 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1036 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
962 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1006 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1036 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/japanese/xv/xv-3.10a/jpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
962 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1006 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1036 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libjpeg/
H A Djmemmgr.c146 } my_memory_mgr; typedef
148 typedef my_memory_mgr *my_mem_ptr;
1080 jpeg_free_small(cinfo, (void *) cinfo->mem, sizeof(my_memory_mgr)); in self_destruct()
1124 mem = (my_mem_ptr) jpeg_get_small(cinfo, sizeof(my_memory_mgr)); in jinit_memory_mgr()
1157 mem->total_space_allocated = sizeof(my_memory_mgr); in jinit_memory_mgr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/
H A Djmemmgr.c142 } my_memory_mgr; typedef
144 typedef my_memory_mgr *my_mem_ptr;
1068 jpeg_free_small(cinfo, (void *) cinfo->mem, sizeof(my_memory_mgr)); in self_destruct()
1112 mem = (my_mem_ptr) jpeg_get_small(cinfo, sizeof(my_memory_mgr)); in jinit_memory_mgr()
1145 mem->total_space_allocated = sizeof(my_memory_mgr); in jinit_memory_mgr()
/dports/math/giacxcas/fltk-1.3.0/jpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djmemmgr.c139 } my_memory_mgr; typedef
141 typedef my_memory_mgr * my_mem_ptr;
1016 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1060 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1093 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/
H A Djmemmgr.c161 } my_memory_mgr; typedef
163 typedef my_memory_mgr *my_mem_ptr;
1088 jpeg_free_small(cinfo, (void *)cinfo->mem, sizeof(my_memory_mgr)); in self_destruct()
1132 mem = (my_mem_ptr)jpeg_get_small(cinfo, sizeof(my_memory_mgr)); in jinit_memory_mgr()
1165 mem->total_space_allocated = sizeof(my_memory_mgr); in jinit_memory_mgr()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djmemmgr.c139 } my_memory_mgr; typedef
141 typedef my_memory_mgr * my_mem_ptr;
1016 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1060 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1093 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djmemmgr.c142 } my_memory_mgr; typedef
144 typedef my_memory_mgr * my_mem_ptr;
1026 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1070 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1103 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djmemmgr.c139 } my_memory_mgr; typedef
141 typedef my_memory_mgr * my_mem_ptr;
1016 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1060 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1093 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libjpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/jpeg6/
H A Djmemmgr.cpp138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1089 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/jpeg-6/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1089 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libjpeg/
H A Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()

123456