Searched refs:pstruct (Results 1 – 18 of 18) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | iref.h | 408 obj_header_t *pstruct; member 476 (r_is_struct(rp) && gs_object_type(mem, (rp)->value.pstruct) == &styp) 544 #define r_ptr(rp,typ) ((typ *)((rp)->value.pstruct)) 545 #define r_set_ptr(rp,ptr) ((rp)->value.pstruct = (obj_header_t *)(ptr))
|
| H A D | zgeneric.c | 139 if (gs_object_type(imemory, op->value.pstruct) != &st_bytes) in zlength() 142 make_int(op, gs_object_size(imemory, op->value.pstruct)); in zlength() 233 if (gs_object_type(imemory, op2->value.pstruct) != &st_bytes) in zput() 236 ssize = gs_object_size(imemory, op2->value.pstruct); in zput() 372 if (gs_object_type(imemory, opto->value.pstruct) != &st_bytes) in zputinterval() 374 dsize = gs_object_size(imemory, opto->value.pstruct); in zputinterval()
|
| H A D | store.h | 253 make_tav(pref, t_struct, attrs, pstruct, (obj_header_t *)(ptr)) 255 make_tav_new(pref, t_struct, attrs, pstruct, (obj_header_t *)(ptr)) 258 make_tav(pref, t_astruct, attrs, pstruct, (obj_header_t *)(ptr)) 260 make_tav_new(pref, t_astruct, attrs, pstruct, (obj_header_t *)(ptr))
|
| H A D | zfrsd.c | 142 uint size = gs_object_size(imemory, source_op->value.pstruct); in zreusablestream() 144 if (gs_object_type(imemory, source_op->value.pstruct) != &st_bytes) in zreusablestream() 148 (const byte *)source_op->value.pstruct, size, in zreusablestream()
|
| H A D | zfjbig2.c | 106 size = gs_object_size(imemory, op->value.pstruct); in z_jbig2makeglobalctx()
|
| H A D | zfunc.c | 140 gs_function_t *pfn = (gs_function_t *) op->value.pstruct; in zexecfunction() 349 return (gs_function_t *)op->value.refs->value.pstruct; in ref_function()
|
| H A D | iutil.c | 173 return (pref1->value.pstruct == pref2->value.pstruct); in obj_eq() 406 (const obj_header_t *)op->value.pstruct)); in obj_cvp()
|
| H A D | zht2.c | 526 if (gs_object_type(mem, tstring->value.pstruct) != &st_bytes) in dict_threshold2_params() 528 size = gs_object_size(mem, tstring->value.pstruct); in dict_threshold2_params()
|
| H A D | igcref.c | 434 DO_RELOC(pref->value.pstruct, 435 RELOC_VAR(pref->value.pstruct));
|
| H A D | idebug.c | 138 obj_header_t *obj = (obj_header_t *) pref->value.pstruct; in debug_print_full_ref()
|
| H A D | zvmem.c | 257 ptr = stkp->value.pstruct; in restore_check_stack()
|
| H A D | ztype.c | 82 op[-1].value.pstruct)); in ztype()
|
| H A D | zfont.c | 286 pstruct, (void *)pfont); in add_FID()
|
| H A D | ilocate.c | 411 optr = pref->value.pstruct; in ialloc_validate_ref()
|
| H A D | zshade.c | 135 *ppsh = (gs_shading_t *) op->value.pstruct; in shading_param()
|
| H A D | zcontrol.c | 810 gs_object_type(imemory, rq->value.pstruct)); in do_execstack()
|
| H A D | isave.c | 457 cp->offset = (byte *) where - (byte *) pcont->value.pstruct; in alloc_save_change_in()
|
| H A D | igc.c | 930 nptr = rptr->value.pstruct; in gc_trace()
|