code wiki / _hdl_build / nx_eff_board_gate.nx
nx_eff_board_gate.nx
buildroot/runtime/_hdl_build/nx_eff_board_gate.nx
about
nx_eff_board_gate.nx -- gate for the efficiency/ROI board core (nx_eff_board_lib). On nx_gate_verdict
(D001 migrate-on-touch). Proves: eff- plane day-row summing + meta read; roi- value sum; conversion
KAT (money integer-exact); monthly extrapolation; FAIL-CLOSED UNSEEDED (no fabricated spend); JSON
emit markers (UNSEEDED vs ESTIMATE); production-shape scale tooth (28 day rows = full window).
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_eff_board_lib.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 9 | const G_BUF: i64 = 262144 |
functions
| 11 | func g_cat(d: *u8, o: i64, s: *u8) -> i64 { var i: i64 = 0; var oo: i64 = o; while s[i] != (0 as u8) { d[oo] = s[i]; oo = oo + 1; i = i + 1 } return oo } called by 1: main |
| 12 | func g_catn(d: *u8, o: i64, v: i64) -> i64 { return ss_catn(d, o, v) } called by 1: main |
| 14 | func g_has(buf: *u8, n: i64, pat: *u8) -> i64 |
| 27 | func g_zero(m: *i64) -> i64 { var z: i64 = 0; while z < 64 { m[z] = 0; z = z + 1 } return 0 } called by 1: main |
| 29 | func main(argc: i64, argv: *i64) -> i64 |