Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp2.c5192 struct chktchg_t *chk_tchgp; in prep_tchks() local
5239 chk_tchgp = bld_check_tchk_npp(chknp, i2); in prep_tchks()
5241 chk_tchgp->startchgp = start_tchgp; in prep_tchks()
5253 chk_tchgp = bld_check_tchk_npp(chknp, i1); in prep_tchks()
5255 chk_tchgp->startchgp = start_tchgp; in prep_tchks()
5382 struct chktchg_t *chk_tchgp; in bld_check_tchk_npp() local
5384 chk_tchgp = (struct chktchg_t *) __my_malloc(sizeof(struct chktchg_t)); in bld_check_tchk_npp()
5388 chk_tchgp->chklastchg = (word64 *) in bld_check_tchk_npp()
5392 chk_tchgp->chkoldval = bld_npp_oldval(chknp, __inst_mod); in bld_check_tchk_npp()
5396 NPCHG_TCCHK, (char *) chk_tchgp); in bld_check_tchk_npp()
[all …]