Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Dclause.h173 #define ClauseCodeToLogUpdIndex(p) ((LogUpdIndex *)((CODEADDR)(p)-(CELL)(((LogUpdIndex *)NULL)->… macro
H A Drheap.h1365 CleanLUIndex(ClauseCodeToLogUpdIndex(pp->cs.p_code.TrueCodeOfPred), TRUE); in CleanCode()
/dports/lang/yap/yap-6.2.2/C/
H A Dindex.c598 LogUpdIndex *lcl = ClauseCodeToLogUpdIndex(cpc->rnd2); in recover_from_failed_susp_on_cls()
620 LogUpdIndex *lcl = ClauseCodeToLogUpdIndex(cpc->rnd2); in recover_from_failed_susp_on_cls()
3452 LogUpdIndex *cl = ClauseCodeToLogUpdIndex(indx_out); in Yap_PredIsIndexable()
3855 ncur = ClauseCodeToLogUpdIndex(ipc); in index_jmp()
3899 ret.lui = ClauseCodeToLogUpdIndex(ipc); in code_to_indexcl()
4496 Yap_kill_iblock((ClauseUnion *)ClauseCodeToLogUpdIndex(ap->cs.p_code.TrueCodeOfPred),NULL, ap); in ExpandIndex()
4655 *nic = ClauseCodeToLogUpdIndex(indx_out); in ExpandIndex()
4717 sp->u.cle.block = (ClauseUnion *)ClauseCodeToLogUpdIndex(*pipc); in fetch_new_block()
4732 sp->u.cle.block = (ClauseUnion *)ClauseCodeToLogUpdIndex(ipc); in init_block_stack()
4840 *cl = ClauseCodeToLogUpdIndex(cod), in replace_index_block()
[all …]
H A Dcdmgr.c1518 kill_first_log_iblock(ClauseCodeToLogUpdIndex(ap->cs.p_code.TrueCodeOfPred), NULL, ap); in RemoveIndexation()
3245 LogUpdIndex *cl = ClauseCodeToLogUpdIndex(code_beg); in search_for_static_predicate_in_use()
3364 LogUpdIndex *cl = ClauseCodeToLogUpdIndex(ap->cs.p_code.TrueCodeOfPred); in Yap_find_owner_index()
3666 …if (code_in_pred_lu_index(ClauseCodeToLogUpdIndex(pp->cs.p_code.TrueCodeOfPred), codeptr, startp, … in cl_code_in_pred()
3706 …if (code_in_pred_lu_index(ClauseCodeToLogUpdIndex(pp->cs.p_code.TrueCodeOfPred), codeptr, NULL, NU… in code_in_pred()
3901 LogUpdIndex *cl = ClauseCodeToLogUpdIndex(pc->u.l.l); in found_ystop()
5138 LogUpdIndex *cl = ClauseCodeToLogUpdIndex(clcode); in add_code_in_pred()
H A Damasm.c1845 LogUpdIndex *icl = ClauseCodeToLogUpdIndex(ars); in a_4sw()
1957 init_log_upd_table(ClauseCodeToLogUpdIndex(cip->cpc->rnd2), cl_u); in a_hx()
1991 init_log_upd_table(ClauseCodeToLogUpdIndex(cip->cpc->rnd2), cl_u); in a_if()
H A Ddbase.c3754 isz = index_sz(ClauseCodeToLogUpdIndex(pe->cs.p_code.TrueCodeOfPred)); in lu_statistics()