Home
last modified time | relevance | path

Searched refs:task_pin_t (Results 1 – 8 of 8) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h1817 struct task_pin_t { struct
1820 struct task_pin_t *tpnxt; argument
2229 struct task_pin_t *tskpins; /* task ports - procedural not wires */
3196 extern struct task_pin_t *__end_tpp; /* end of task port list */
H A Dv_src.c92 static struct task_pin_t *alloc_tskpin(void);
4599 struct task_pin_t *tpp; in rd_tf_list_of_ports_decl()
4850 struct task_pin_t *tpp; in rd_taskvardecl()
5095 static struct task_pin_t *alloc_tskpin(void) in alloc_tskpin()
5097 struct task_pin_t *tpp; in alloc_tskpin()
5099 tpp = (struct task_pin_t *) __my_malloc(sizeof(struct task_pin_t)); in alloc_tskpin()
5273 struct task_pin_t *tpp; in add_funcretdecl()
H A Dv_fx3.c1294 struct task_pin_t *tpp; in __get_rhswidth()
1453 struct task_pin_t *tpp; in set2_rhswidth()
1603 struct task_pin_t *tpp; in set_fcall_widths()
1651 struct task_pin_t *tpp; in set_rhs_signed()
3186 register struct task_pin_t *tpp; in chk_folded_fargs()
4702 register struct task_pin_t *tpp; in __chk_tskenable()
H A Dv_fx.c182 static struct task_pin_t *copy_tskargs(struct task_t *);
7044 static struct task_pin_t *copy_tskargs(struct task_t *otskp) in copy_tskargs()
7046 register struct task_pin_t *otpp; in copy_tskargs()
7047 struct task_pin_t *last_ntpp, *ntpp, *ntpp_hdr; in copy_tskargs()
7053 ntpp = (struct task_pin_t *) __my_malloc(sizeof(struct task_pin_t)); in copy_tskargs()
H A Dv_ex.c2819 register struct task_pin_t *tpp; in __exec_tskcall()
3001 register struct task_pin_t *tpp; in store_tskcall_outs()
3084 register struct task_pin_t *tpp; in __exec_func()
H A Dv_fx2.c6000 register struct task_pin_t *tpp; in chk_1tsk()
7275 register struct task_pin_t *tpp; in chk_fdef_args()
8383 struct task_pin_t *tpp; in bld_tskenable_evxlst()
H A Dv_cnv.c4864 register struct task_pin_t *tpp; in dmp_tfdecls()
4913 register struct task_pin_t *tpp; in dmp_tf_lofp_hdr()
H A Dcver.c339 struct task_pin_t *__end_tpp; /* end of task port list */