Home
last modified time | relevance | path

Searched refs:pstype (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsmemory.c108 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
201 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
203 return pstype->ssize; in gs_struct_type_size()
208 gs_struct_type_name(gs_memory_type_ptr_t pstype) in gs_struct_type_name() argument
210 return pstype->sname; in gs_struct_type_name()
228 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
232 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
244 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
294 const gc_struct_data_t *psd = pstype->proc_data; in ENUM_PTRS_BEGIN_PROC()
301 (ulong)vptr, pstype->sname); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsrefct.h100 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
101 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
102 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
103 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
125 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
130 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
139 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
144 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
H A Dgsmemory.h249 void *proc(gs_memory_t *mem, gs_memory_type_ptr_t pstype,\
251 #define gs_alloc_struct(mem, typ, pstype, cname)\ argument
252 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname)
254 #define gs_alloc_struct_immovable(mem, typ, pstype, cname)\ argument
255 (typ *)(*(mem)->procs.alloc_struct_immovable)(mem, pstype, cname)
278 gs_memory_type_ptr_t pstype, client_name_t cname)
279 #define gs_alloc_struct_array(mem, nelts, typ, pstype, cname)\ argument
280 (typ *)(*(mem)->procs.alloc_struct_array)(mem, nelts, pstype, cname)
282 #define gs_alloc_struct_array_immovable(mem, nelts, typ, pstype, cname)\ argument
431 gs_memory_type_ptr_t pstype,
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsmemory.c106 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
123 gs_memory_type_ptr_t pstype, in gs_raw_alloc_struct_immovable() argument
200 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
202 return pstype->ssize; in gs_struct_type_size()
209 return pstype->sname; in gs_struct_type_name()
227 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
231 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
243 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
300 (ulong)vptr, pstype->sname); in ENUM_PTRS_BEGIN_PROC()
330 pstype->ssize, index - psd->num_ptrs); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsrefct.h95 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
96 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
97 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
98 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
120 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
125 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
134 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
138 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
H A Dgsmemory.h257 void *proc(gs_memory_t *mem, gs_memory_type_ptr_t pstype,\
259 #define gs_alloc_struct(mem, typ, pstype, cname)\ argument
260 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname)
262 #define gs_alloc_struct_immovable(mem, typ, pstype, cname)\ argument
263 (typ *)(*(mem)->procs.alloc_struct_immovable)(mem, pstype, cname)
286 gs_memory_type_ptr_t pstype, client_name_t cname)
287 #define gs_alloc_struct_array(mem, nelts, typ, pstype, cname)\ argument
288 (typ *)(*(mem)->procs.alloc_struct_array)(mem, nelts, pstype, cname)
290 #define gs_alloc_struct_array_immovable(mem, nelts, typ, pstype, cname)\ argument
419 gs_memory_type_ptr_t pstype,
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsmemory.c108 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
201 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
203 return pstype->ssize; in gs_struct_type_size()
208 gs_struct_type_name(gs_memory_type_ptr_t pstype) in gs_struct_type_name() argument
210 return pstype->sname; in gs_struct_type_name()
228 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
232 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
244 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
294 const gc_struct_data_t *psd = pstype->proc_data; in ENUM_PTRS_BEGIN_PROC()
301 (ulong)vptr, pstype->sname); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsalloc.c250 pstype->ssize, in ialloc_solo()
262 obj->o_size = pstype->ssize; in ialloc_solo()
263 obj->o_type = pstype; in ialloc_solo()
588 uint size = pstype->ssize; in i_alloc_struct()
597 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct()
621 uint size = pstype->ssize; in i_alloc_struct_immovable()
629 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_immovable()
689 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_array()
719 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_array_immovable()
795 pstype = pp->o_type; in i_free_object()
[all …]
H A Dgsrefct.h97 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
98 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
99 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
100 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
122 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
127 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
136 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
140 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsmemory.c108 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
201 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
203 return pstype->ssize; in gs_struct_type_size()
208 gs_struct_type_name(gs_memory_type_ptr_t pstype) in gs_struct_type_name() argument
210 return pstype->sname; in gs_struct_type_name()
228 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
232 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
244 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
294 const gc_struct_data_t *psd = pstype->proc_data; in ENUM_PTRS_BEGIN_PROC()
301 (ulong)vptr, pstype->sname); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsrefct.h100 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
101 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
102 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
103 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
125 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
130 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
139 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
144 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsmemory.c106 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
123 gs_memory_type_ptr_t pstype, in gs_raw_alloc_struct_immovable() argument
200 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
202 return pstype->ssize; in gs_struct_type_size()
209 return pstype->sname; in gs_struct_type_name()
227 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
231 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
243 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
300 (ulong)vptr, pstype->sname); in ENUM_PTRS_BEGIN_PROC()
330 pstype->ssize, index - psd->num_ptrs); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsrefct.h95 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
96 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
97 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
98 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
120 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
125 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
134 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
138 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
H A Dgsmemory.h257 void *proc(gs_memory_t *mem, gs_memory_type_ptr_t pstype,\
259 #define gs_alloc_struct(mem, typ, pstype, cname)\ argument
260 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname)
262 #define gs_alloc_struct_immovable(mem, typ, pstype, cname)\ argument
263 (typ *)(*(mem)->procs.alloc_struct_immovable)(mem, pstype, cname)
286 gs_memory_type_ptr_t pstype, client_name_t cname)
287 #define gs_alloc_struct_array(mem, nelts, typ, pstype, cname)\ argument
288 (typ *)(*(mem)->procs.alloc_struct_array)(mem, nelts, pstype, cname)
290 #define gs_alloc_struct_array_immovable(mem, nelts, typ, pstype, cname)\ argument
419 gs_memory_type_ptr_t pstype,
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsmemory.c108 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
201 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
203 return pstype->ssize; in gs_struct_type_size()
208 gs_struct_type_name(gs_memory_type_ptr_t pstype) in gs_struct_type_name() argument
210 return pstype->sname; in gs_struct_type_name()
228 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
232 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
244 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
294 const gc_struct_data_t *psd = pstype->proc_data; in ENUM_PTRS_BEGIN_PROC()
301 (ulong)vptr, pstype->sname); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsalloc.c250 pstype->ssize, in ialloc_solo()
262 obj->o_size = pstype->ssize; in ialloc_solo()
263 obj->o_type = pstype; in ialloc_solo()
588 uint size = pstype->ssize; in i_alloc_struct()
597 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct()
621 uint size = pstype->ssize; in i_alloc_struct_immovable()
629 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_immovable()
689 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_array()
719 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_array_immovable()
795 pstype = pp->o_type; in i_free_object()
[all …]
H A Dgsrefct.h97 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
98 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
99 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
100 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
122 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
127 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
136 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
140 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsmemory.c111 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
123 gs_memory_type_ptr_t pstype, in gs_raw_alloc_struct_immovable() argument
200 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
202 return pstype->ssize; in gs_struct_type_size()
207 gs_struct_type_name(gs_memory_type_ptr_t pstype) in gs_struct_type_name() argument
209 return pstype->sname; in gs_struct_type_name()
227 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
231 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
243 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
313 pstype->ssize, index - psd->num_ptrs); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsmemory.h110 void *proc(P3(gs_memory_t *mem, gs_memory_type_ptr_t pstype,\
112 #define gs_alloc_struct(mem, typ, pstype, cname)\ argument
113 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname)
115 #define gs_alloc_struct_immovable(mem, typ, pstype, cname)\ argument
116 (typ *)(*(mem)->procs.alloc_struct_immovable)(mem, pstype, cname)
139 gs_memory_type_ptr_t pstype, client_name_t cname))
140 #define gs_alloc_struct_array(mem, nelts, typ, pstype, cname)\ argument
141 (typ *)(*(mem)->procs.alloc_struct_array)(mem, nelts, pstype, cname)
143 #define gs_alloc_struct_array_immovable(mem, nelts, typ, pstype, cname)\ argument
272 gs_memory_type_ptr_t pstype,
[all …]
H A Dgsalloc.c236 pstype->ssize, in ialloc_solo()
249 obj->o_type = pstype; in ialloc_solo()
459 ptr[-1].o_type = pstype;\
467 { ptr[-1].o_type = pstype;\
480 ptr->o_type = pstype;\
532 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct()
556 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_immovable()
665 pstype, cname); in i_resize_object()
685 pstype = pp->o_type; in i_free_object()
690 if (pstype == &st_free) { in i_free_object()
[all …]
H A Dgsrefct.h81 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
82 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
83 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
84 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
106 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
111 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
120 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
124 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsmemory.c111 if (gs_object_type(mem, obj) != pstype) { in gs_resize_struct_array()
123 gs_memory_type_ptr_t pstype, in gs_raw_alloc_struct_immovable() argument
200 gs_struct_type_size(gs_memory_type_ptr_t pstype) in gs_struct_type_size() argument
202 return pstype->ssize; in gs_struct_type_size()
207 gs_struct_type_name(gs_memory_type_ptr_t pstype) in gs_struct_type_name() argument
209 return pstype->sname; in gs_struct_type_name()
227 gs_memory_type_ptr_t pstype; in rc_object_type_name() local
231 pstype = gs_object_type(prc->memory, vp); in rc_object_type_name()
243 if ((ulong)pstype < 0x10000 || (long)pstype < 0) in rc_object_type_name()
313 pstype->ssize, index - psd->num_ptrs); in ENUM_PTRS_BEGIN_PROC()
[all …]
H A Dgsmemory.h110 void *proc(P3(gs_memory_t *mem, gs_memory_type_ptr_t pstype,\
112 #define gs_alloc_struct(mem, typ, pstype, cname)\ argument
113 (typ *)(*(mem)->procs.alloc_struct)(mem, pstype, cname)
115 #define gs_alloc_struct_immovable(mem, typ, pstype, cname)\ argument
116 (typ *)(*(mem)->procs.alloc_struct_immovable)(mem, pstype, cname)
139 gs_memory_type_ptr_t pstype, client_name_t cname))
140 #define gs_alloc_struct_array(mem, nelts, typ, pstype, cname)\ argument
141 (typ *)(*(mem)->procs.alloc_struct_array)(mem, nelts, pstype, cname)
143 #define gs_alloc_struct_array_immovable(mem, nelts, typ, pstype, cname)\ argument
272 gs_memory_type_ptr_t pstype,
[all …]
H A Dgsalloc.c236 pstype->ssize, in ialloc_solo()
249 obj->o_type = pstype; in ialloc_solo()
459 ptr[-1].o_type = pstype;\
467 { ptr[-1].o_type = pstype;\
480 ptr->o_type = pstype;\
532 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct()
556 ALLOC_CHECK_SIZE(pstype); in i_alloc_struct_immovable()
665 pstype, cname); in i_resize_object()
685 pstype = pp->o_type; in i_free_object()
690 if (pstype == &st_free) { in i_free_object()
[all …]
H A Dgsrefct.h81 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument
82 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 0)
83 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument
84 rc_alloc_struct_n(vp, typ, pstype, mem, errstat, cname, 1)
106 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument
111 rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname);\
120 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
124 rc_alloc_struct_1(new, typ, pstype, mem, errstat, cname);\

12345678910>>...15