Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/C/
H A Dadtdefs.c771 p->TimeStampOfPred = 0L; in Yap_NewPredPropByFunctor()
830 p->TimeStampOfPred = 0L; in Yap_NewThreadPred()
890 p->TimeStampOfPred = 0L; in Yap_NewPredPropByAtom()
H A Ddbase.c1827 if (pe->TimeStampOfPred >= TIMESTAMP_RESET) in new_lu_db_entry()
1829 ++pe->TimeStampOfPred; in new_lu_db_entry()
1832 cl->ClTimeStart = pe->TimeStampOfPred; in new_lu_db_entry()
4128 if (ap->TimeStampOfPred >= TIMESTAMP_RESET) in EraseLogUpdCl()
4130 ++ap->TimeStampOfPred; in EraseLogUpdCl()
4138 ap->TimeStampOfPred = 0L; in EraseLogUpdCl()
4145 clau->ClTimeEnd = ap->TimeStampOfPred; in EraseLogUpdCl()
H A Dindex.c6791 if (ap->TimeStampOfPred >= TIMESTAMP_RESET) in Yap_FollowIndexingCode()
6793 ap->TimeStampOfPred++; in Yap_FollowIndexingCode()
6797 *--ASP = MkIntegerTerm(ap->TimeStampOfPred); in Yap_FollowIndexingCode()
7313 if (VALID_TIMESTAMP(ap->TimeStampOfPred, ipc->u.OtaLl.d)) { in Yap_NthClause()
7323 if (VALID_TIMESTAMP(ap->TimeStampOfPred, ipc->u.OtILl.d)) { in Yap_NthClause()
H A Damasm.c3037 if (cip->CurrentPred->TimeStampOfPred >= TIMESTAMP_RESET) in do_pass()
3039 ++cip->CurrentPred->TimeStampOfPred; in do_pass()
3043 cl_u->luc.ClTimeStart = cip->CurrentPred->TimeStampOfPred; in do_pass()
H A Dabsmi.c8626 if (ap->TimeStampOfPred >= TIMESTAMP_RESET)
8628 ap->TimeStampOfPred++;
8632 *--YREG = MkIntegerTerm(ap->TimeStampOfPred);
/dports/lang/yap/yap-6.2.2/H/
H A DYatom.h742 UInt TimeStampOfPred; member