Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ms.c4715 if (bal_pt->via_dir == BLEFT) bal_down = bal_pt->lp; in __vtfind()
4725 if (bal_pt->bal == BEVEN) { bal_pt->bal = bal_pt->via_dir; return(vtnew); } in __vtfind()
4729 if ((bal_pt->bal == BEVEN && bal_pt->via_dir == BEVEN) in __vtfind()
4730 || (bal_pt->bal == BLEFT && bal_pt->via_dir == BRIGHT) in __vtfind()
4731 || (bal_pt->bal == BRIGHT && bal_pt->via_dir == BLEFT)) in __vtfind()
4733 bal_pt->bal = BEVEN; in __vtfind()
4784 tmp->rp = bal_pt; in two_rot()
4792 tmp->lp = bal_pt; in two_rot()
4799 if (bal_pt->via_dir == BRIGHT) bal_pt->bal = BLEFT; in two_rot()
4800 else if (bal_pt->via_dir == BLEFT) bal_pt->bal = BRIGHT; in two_rot()
[all …]