Home
last modified time | relevance | path

Searched refs:tenp_t (Results 1 – 7 of 7) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex3.c3323 register struct tenp_t *tenp; in __schedule_1wev()
3338 tenp = (struct tenp_t *) __my_malloc(sizeof(struct tenp_t)); in __schedule_1wev()
3351 struct tenp_t *tenp; in __reschedule_1wev()
3383 __my_free((char *) tevp->tu.tenp, sizeof(struct tenp_t)); in __cancel_1wev()
3405 struct tenp_t *tenp; in __sched_mipd_nchg()
3471 tenp = (struct tenp_t *) __my_malloc(sizeof(struct tenp_t)); in __sched_mipd_nchg()
3530 __my_free((char *) tevp->tu.tenp, sizeof(struct tenp_t)); in cancel_1mipdev()
3542 register struct tenp_t *tenp; in reschedule_1mipd()
3558 tenp = (struct tenp_t *) __my_malloc(sizeof(struct tenp_t)); in reschedule_1mipd()
3582 struct tenp_t *tenp; in evtr_sched_mipd_nchg()
[all …]
H A Dv_prp2.c65 static void add_portbit_map(struct tenp_t *, struct expr_t *, int32);
233 extern struct tenp_t *__bld_portbit_netbit_map(struct mod_pin_t *);
1475 struct tenp_t *prtnetmap; in __reinit_mipd()
1510 __my_free((char *) prtnetmap, mpp->mpwide*sizeof(struct tenp_t)); in __reinit_mipd()
1523 struct tenp_t *prtnetmap; in __get_mipd_from_port()
1530 __my_free((char *) prtnetmap, mpp->mpwide*sizeof(struct tenp_t)); in __get_mipd_from_port()
1538 extern struct tenp_t *__bld_portbit_netbit_map(struct mod_pin_t *mpp) in __bld_portbit_netbit_map()
1542 struct tenp_t *prtnetmap; in __bld_portbit_netbit_map()
1544 prtnetmap = (struct tenp_t *) __my_malloc(mpp->mpwide*sizeof(struct tenp_t)); in __bld_portbit_netbit_map()
1566 static void add_portbit_map(struct tenp_t *prtnetmap, struct expr_t *xp, in add_portbit_map()
H A Dv_sdf.c380 extern struct tenp_t *__bld_portbit_netbit_map(struct mod_pin_t *);
4271 struct tenp_t *prtnetmap; in set_mipd_dels()
4392 __my_free((char *) prtnetmap, mpp->mpwide*sizeof(struct tenp_t)); in set_mipd_dels()
4690 struct tenp_t *prtnetmap; in chkset_interconn_dels()
4846 __my_free((char *) prtnetmap, dmpp->mpwide*sizeof(struct tenp_t)); in chkset_interconn_dels()
4870 struct tenp_t *prtnetmap; in add_srcdst_impth()
4919 __my_free((char *) prtnetmap, smpp->mpwide*sizeof(struct tenp_t)); in add_srcdst_impth()
H A Dv.h2818 struct tenp_t { struct
2851 struct tenp_t *tenp;
H A Dv_sim.c1187 __my_free((char *) tevp->tu.tenp, sizeof(struct tenp_t)); in process_mipd_nchg_ev()
3569 __my_free((char *) tevp->tu.tenp, sizeof(struct tenp_t)); in process_wire_ev()
3850 __my_free((char *) tevp->tu.tenp, sizeof(struct tenp_t)); in process_trpthdst_ev()
7108 __my_free((char *) tevp->tu.tenp, sizeof(struct tenp_t)); in __free_1tev()
H A Dv_vpi3.c296 extern struct tenp_t *__bld_portbit_netbit_map(struct mod_pin_t *);
802 struct tenp_t *prtnetmap; in vpi_put_delays()
982 __my_free((char *) prtnetmap, mpp->mpwide*sizeof(struct tenp_t)); in vpi_put_delays()
H A Dv_ex4.c4089 struct tenp_t *tenp; in __bld_valofsched()