code wiki / _hdl_build / nx_recycler_advisory_page.nx
nx_recycler_advisory_page.nx
buildroot/runtime/_hdl_build/nx_recycler_advisory_page.nx
about
nx_recycler_advisory_page.nx -- Generates a privacy-first, no-JS HTML dashboard for nishifamily.com showcasing S-class recycler advisory data.
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_syscalls.nxnx_recycler_opportunity.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
| 12 | const K_MAGIC_65536: i64 = 65536 |
functions
| 14 | func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 15 | func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: has |
| 16 | func 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 } |
| 18 | func gnbuf(buf: *u8, off: i64, v0: i64) -> i64 |
| 27 | func aw(buf: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var i: i64=0; while s[i]!=(0 as u8){ buf[o]=s[i]; o=o+1; i=i+1 } return o } |
| 29 | func awesc(buf: *u8, off: i64, s: *u8) -> i64 |
| 38 | func has(buf: *u8, n: i64, needle: *u8) -> i64 |
| 44 | func emit_group(buf: *u8, off: i64, axis: *i64, status: *i64, detail: *i64, n: i64, want: *u8) -> i64 |
| 55 | func main() -> i64 |