code wiki / _hdl_build / nx_recycler_opportunity.nx

nx_recycler_opportunity.nx

buildroot/runtime/_hdl_build/nx_recycler_opportunity.nx

8775 B87 linesdepth 4pulls 4 transitivereach 1 importersview sourcekind tooltopic recycler
docsdependenciesstructsconstsfunctions

about

nx_recycler_opportunity.nx -- Tracks evidence for provably S-class superiority across system axes like performance, security, and supply chain.

dependencies 2 imports · 1 importers

nx_gate_gn.nx nx_syscalls.nx nx_recycler_opportunity.nx nx_recycler_advisory_page.nx

imports: nx_gate_gn.nxnx_syscalls.nx

imported by: nx_recycler_advisory_page.nx

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

main gp sys_write 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 ↻ rc_fill streq gn subq slen sys_exit ↻

structs

none

consts

none

functions

15func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
16func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: subq
17func streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i]{return 0} i=i+1 } if b[i]!=(0 as u8){return 0} return 1 }
called by 1: main
18func subq(buf: *u8, needle: *u8) -> i64
called by 1: main calls 1: slen
26func rc_fill(axis: *i64, status: *i64, detail: *i64) -> i64
called by 2: mainmain
50func main() -> i64