code wiki / _hdl_build / nx_autonomy_grow_hardened.nx
nx_autonomy_grow_hardened.nx
buildroot/runtime/_hdl_build/nx_autonomy_grow_hardened.nx
about
nx_autonomy_grow_hardened.nx -- Prevents gaming of growth loops by deduplicating family signatures and persisting authored patterns.
dependencies 4 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_ncf_synth.nxnx_syscalls.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
| 19 | const K_MAGIC_1024: i64 = 1024 |
| 20 | const K_MAGIC_6561: i64 = 6561 |
| 21 | const K_MAGIC_40320: i64 = 40320 |
functions
| 24 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 26 | func genuine_fit(xs: *i64, ys: *i64, n: i64, hx: i64, hy: i64, form_out: *i64) -> i64 |
| 33 | func fam_sig(kind: i64, form: *i64) -> i64 |
| 39 | func sig_in_file(sig: i64, path: *u8) -> i64 |
| 51 | func append_sig(sig: i64, path: *u8) -> i64 |
| 58 | func clear_ledger(path: *u8) -> i64 { let fd: i64=sys_openat_wr(path,420); if fd>=0 { sys_close(fd) } return 0 } |
| 61 | func decide(xs: *i64, ys: *i64, n: i64, hx: i64, hy: i64, form: *i64, ledger: *u8, sigout: *i64) -> i64 |
| 69 | func main() -> i64 |