Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_trch.c152 extern char *__st_regab_tostr(char *, byte *, int32);
2061 { strcpy(s1, " strength"); __st_regab_tostr(s2, sbp, np->nwid); } in __update_tran_harddrvs()
2081 { strcpy(s1, " strength"); __st_regab_tostr(s2, sbp, np->nwid); } in __update_tran_harddrvs()
2755 __st_regab_tostr(s2, &sb2, 1); in transtore_trmsg()
H A Dv_ex4.c230 extern char *__st_regab_tostr(char *, byte *, int32);
1588 if (np->n_stren) __st_regab_tostr(__xs, sbp, np->nwid); in __assign_1mdrwire()
1638 if (np->n_stren) __st_regab_tostr(__xs, sbp, np->nwid); in __sched_1mdrwire()
4072 __st_regab_tostr(s, sbp, rhswid); in stdrive_tostr()
4126 __st_regab_tostr(s1, sbp, blen); in __bld_valofsched()
H A Dv_tf.c258 extern char *__st_regab_tostr(char *, byte *, int32);
2869 __st_regab_tostr(s2, (byte *) xsp->ap, lhsxp->szu.xclen); in tf_strputp()
5278 __st_regab_tostr(s2, (byte *) tedp->tedwp, lhsxp->szu.xclen); in emit_tputd_trmsg()
H A Dv_dbg2.c188 extern char *__st_regab_tostr(char *, byte *, int32);
3573 __st_regab_tostr(s1, sbp, lhslen); in wr_1ev_trace()
H A Dv_ex3.c213 extern char *__st_regab_tostr(char *, byte *, int32);
2090 if (xlhs->x_stren) __st_regab_tostr(s1, (byte *) ap, xlhs->szu.xclen); in trace_conta_assign()
6605 __st_regab_tostr(s, sbp, xp->szu.xclen); in __to_gassign_str()
H A Dv_vpi3.c247 extern char *__st_regab_tostr(char *, byte *, int32);
4884 { sbp = (byte *) tepvp->putv_wp; __st_regab_tostr(ts2, sbp, 1); } in emit_vpiputv_evtrmsg()
5277 if (np->n_stren) __st_regab_tostr(ts1, (byte *) xsp->ap, 1); in emit_vpiputv_schd_trmsg()
H A Dv_cnv.c2149 extern char *__st_regab_tostr(char *s, byte *sbp, int32 blen) in __st_regab_tostr() function
H A Dv_sim.c264 extern char *__st_regab_tostr(char *, byte *, int32);