code wiki / _hdl_build / nx_recycler_opportunity.nx

nx_recycler_opportunity.nx

buildroot/runtime/_hdl_build/nx_recycler_opportunity.nx

8628 B86 linesdepth 4pulls 4 transitivereach 1 importersview sourcekind tooltopic recycler
docsdependenciesstructsconstsfunctions

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 rc_fill streq gn subq slen sys_exit

structs

none

consts

none

functions

14func 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
15func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: subq
16func 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
17func subq(buf: *u8, needle: *u8) -> i64
called by 1: main calls 1: slen
25func rc_fill(axis: *i64, status: *i64, detail: *i64) -> i64
called by 2: mainmain
49func main() -> i64