Searched defs:pds (Results 1 – 11 of 11) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | idstack.c | 47 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index() 77 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent() 101 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index() 197 dstack_set_top(dict_stack_t * pds) in dstack_set_top() 223 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
|
H A D | idstack.h | 49 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument 56 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
|
H A D | idict.c | 66 #define CAN_SET_PVALUE_CACHE(pds, pdref, mem)\ argument 232 dict_unpack(ref * pdref, dict_stack_t *pds) in dict_unpack() 437 dict_stack_t *pds) in dict_put() 539 dict_stack_t *pds) in dict_put_string() 553 dict_undef(ref * pdref, const ref * pkey, dict_stack_t *pds) in dict_undef() 664 dict_stack_t *pds) in dict_copy_elements() 711 dict_stack_t *pds) in dict_copy_entries() 719 dict_resize(ref * pdref, uint new_size, dict_stack_t *pds) in dict_resize() 783 dict_grow(ref * pdref, dict_stack_t *pds) in dict_grow()
|
H A D | zfdecode.c | 111 stream_PDiff_state pds; in filter_read_predictor() local 267 stream_PDiff_state pds; in zPDiffE() local 280 stream_PDiff_state pds; in zPDiffD() local
|
H A D | zfilter2.c | 63 stream_PDiff_state pds; in filter_write_predictor() local
|
H A D | idict.h | 159 #define dict_copy(dfrom, dto, pds) dict_copy_entries(dfrom, dto, false, pds) argument 160 #define dict_copy_new(dfrom, dto, pds) dict_copy_entries(dfrom, dto, true, pds) argument
|
H A D | zfcid0.c | 435 ref *pds; in zbuildfont9() local
|
H A D | zimage.c | 63 ref *pds; in data_image_params() local
|
H A D | gsshade.c | 124 check_BPF(const gs_data_source_t *pds, int bpf) in check_BPF()
|
H A D | interp.c | 345 ref_stack_t *pds = &pcst->dict_stack.stack; in gs_interp_alloc_stacks() local
|
/plan9/sys/src/cmd/aux/vga/ |
H A D | hiqvideo.c | 354 int pds, rds; in dumpmclk() local 373 int pds, rds; in dumpvclk() local
|