Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c6219 __simtime = __btqroot->btltim; in move_time()
6308 __btqroot->btltim = etim; in add_ovfetim()
6314 btp->btltim = etim; in add_ovfetim()
6352 btp->btltim = 0ULL; in alloc_btnod()
6423 if (etim == btp->btltim) in insert_fringe()
6444 btpnew->btltim = etim; in insert_fringe()
6504 splt2par->btltim = splt2->btltim; in splitinsert_nonfringe()
6515 parbtp->btltim = splt1->btltim; in splitinsert_nonfringe()
6585 __btndstk[stki - 1]->btltim = __btndstk[stki]->btltim; in ovflow_into_wheel()
6635 __btndhdrstk[__topi - 1]->btltim = btp->btltim; in divide_fringe_node()
[all …]
H A Dv.h2898 word64 btltim; /* time of highest left subtree */ member
H A Dv_dbg2.c3803 { if (btp->btltim >= tim) return(btp->ofsu.telp); } in tfind_btnode_after()