Home
last modified time | relevance | path

Searched refs:__cur_udp (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp.c451 __cur_udp = udpp; in prep_comb_udptab()
507 if (!__cur_udp->u_wide) in xpnd_1wcard()
527 if (ndx2 >= __pow3tab[__cur_udp->numstates]) in xpnd_1wcard()
641 if (__cur_udp->u_wide) __cur_upstate = 0L; in bld_uinitndx()
673 if (__cur_udp->u_wide) ndx = init_ndx; in setchk_uval()
689 if (__cur_udp->u_wide) __cur_uoval = __cur_upstate; in setchk_uval()
708 __cur_udp->usym->synam, bld_udploc(s1, ndx, __cur_uoval, in setchk_uval()
709 __cur_udp->numstates), bld_udploc(s2, ndx, tw2, __cur_udp->numstates)); in setchk_uval()
738 if (__cur_udp->u_wide) bld3vndx_str(s1, ndx, nstates); in bld_udploc()
775 if (__cur_udp->numins != __cur_udp->numstates) in udploc_to_line()
[all …]
H A Dv_sim.c1794 __cur_udp = gp->gmsym->el.eudpp; in std_chg_udp_gate()
2588 __cur_udp = gp->gmsym->el.eudpp; in change_gate_outwire()
2589 nins = __cur_udp->numins; in change_gate_outwire()
2592 if (__cur_udp->u_wide) in change_gate_outwire()
2596 if (__cur_udp->utyp != U_COMB) in change_gate_outwire()
5640 __cur_udp = gp->gmsym->el.eudpp; in init_udp()
5642 nins = __cur_udp->numins; in init_udp()
5643 if (!__cur_udp->u_wide) in init_udp()
5694 if (__cur_udp->ival == NO_VAL) in init_udp()
5697 if (!__cur_udp->u_wide) in init_udp()
[all …]
H A Dv_src3.c344 __cur_udp = udpp; in __rd_udpdef()
492 syp = __decl_sym(__token, __cur_udp->usymtab); in rd_udp_hdr()
569 if ((syp = __get_sym(__token, __cur_udp->usymtab)) == NULL) in rd_udp_decls()
616 if ((syp = __get_sym(__token, __cur_udp->usymtab)) == NULL) in rd_udp_decls()
662 if ((syp = __get_sym(__token, __cur_udp->usymtab)) == NULL) in rd_udp_decls()
H A Dv_ex3.c6650 outbi = 2*__cur_udp->numins; in __eval_udp()
6652 if (!__cur_udp->u_wide) in __eval_udp()
6667 ndx = (int32) 2*(uwrd & __masktab[2*__cur_udp->numstates]); in __eval_udp()
6702 __new_gateval = (__cur_udp->utab->ludptab[wi] >> bi) & 3L; in __eval_udp()
6715 wp = __cur_udp->utab->eudptabs[tabi]; in __eval_udp()
H A Dv.h3428 extern struct udp_t *__cur_udp; /* current udp struct */
H A Dcver.c571 struct udp_t *__cur_udp; /* current udp struct */ variable