Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c1295 int32 out_chg; in std_chg_logic_gate() local
1367 if (!out_chg) return; in acc_chg_bufnot()
1474 if (!out_chg) return; in acc_stichg_bufnot()
1599 if (!out_chg) return; in acc_chg_4igate()
1792 int32 out_chg; in std_chg_udp_gate() local
1813 int32 out_chg; in std_chg_bufif_gate() local
1841 out_chg = TRUE; in std_chg_mos_gate()
2937 int32 out_chg; in __eval_tranif_ld() local
5635 int32 out_chg; in init_udp() local
5736 int32 out_chg; in init_logic_gate() local
[all …]
H A Dv_ex3.c5581 extern int32 __eval_logic_gate(struct gate_t *gp, word32 i, int32 *out_chg) in __eval_logic_gate() argument
5607 *out_chg = __eval_1wide_gate(gp, gwid); in __eval_logic_gate()
5702 *out_chg = (__old_gateval != __new_gateval); in __eval_logic_gate()
6274 int32 *out_chg) in __eval_bufif_gate() argument
6322 *out_chg = (__new_gateval != __old_gateval); in __eval_bufif_gate()
6628 extern int32 __eval_udp(register struct gate_t *gp, word32 i, int32 *out_chg, in __eval_udp() argument
6725 *out_chg = (__old_gateval != __new_gateval); in __eval_udp()