code wiki / (root) / nx_pm_dashboard_gate.nx

nx_pm_dashboard_gate.nx

buildroot/runtime/nx_pm_dashboard_gate.nx

2790 B59 linesdepth 6pulls 7 transitivereach 0 importersview sourcekind gate/prooftopic pm
docsdependenciesstructsconstsfunctions

about

nx_pm_dashboard_gate.nx -- KAT for the PM ROI rollup, incl. the LIAR-KILLER invariant: a fabricated (UNMEASURED) or sourceless number is EXCLUDED from every grounded total. exit 0 = pass, N = assertion N failed.

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_pm_dashboard.nx nx_pm_dashboard_gate.nx

imports: nx_syscalls.nxnx_pm_dashboard.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ g_cat g_row g_cat ↻ g_tab g_nl

structs

none

consts

none

functions

7func g_cat(d: *u8, o: i64, s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { d[o] = s[i]; o = o + 1; i = i + 1 } return o }
called by 2: g_rowmain
8func g_tab(d: *u8, o: i64) -> i64 { d[o] = 9 as u8; return o + 1 }
called by 1: g_row
9func g_nl(d: *u8, o: i64) -> i64 { d[o] = 10 as u8; return o + 1 }
called by 1: g_row
11func g_row(d: *u8, o: i64, cat: *u8, cap: *u8, val: *u8, basis: *u8, src: *u8, has_src: i64) -> i64
called by 1: main calls 3: g_catg_tabg_nl
24func main() -> i64