Searched refs:parr (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | ialloc.c | 160 gs_alloc_ref_array(gs_ref_memory_t * mem, ref * parr, uint attrs, in gs_alloc_ref_array() argument 217 make_array(parr, attrs | mem->space, num_refs, obj); in gs_alloc_ref_array() 224 gs_resize_ref_array(gs_ref_memory_t * mem, ref * parr, in gs_resize_ref_array() argument 227 uint old_num_refs = r_size(parr); in gs_resize_ref_array() 229 ref *obj = parr->value.refs; in gs_resize_ref_array() 231 if (new_num_refs > old_num_refs || !r_has_type(parr, t_array)) in gs_resize_ref_array() 254 r_set_size(parr, new_num_refs); in gs_resize_ref_array() 261 gs_free_ref_array(gs_ref_memory_t * mem, ref * parr, client_name_t cname) in gs_free_ref_array() argument 263 uint num_refs = r_size(parr); in gs_free_ref_array() 264 ref *obj = parr->value.refs; in gs_free_ref_array() [all …]
|
| H A D | zpacked.c | 48 ref parr; in zpackedarray() local 57 code = make_packed_array(&parr, &o_stack, (uint) op->value.intval, in zpackedarray() 61 *osp = parr; in zpackedarray() 85 make_packed_array(ref * parr, ref_stack_t * pstack, uint size, in make_packed_array() argument 243 make_tasv_new(parr, atype, a_readonly | space, size, in make_packed_array()
|
| /plan9/lib/ |
| H A D | dicewords | 5308 51434 parr
|
| /plan9/sys/games/lib/ |
| H A D | anawords | 12077 parr
|