code wiki / _hdl_build / nx_role_store_gate.nx
nx_role_store_gate.nx
buildroot/runtime/_hdl_build/nx_role_store_gate.nx
dependencies 4 imports · 0 importers
imports: nx_gate_base.nxnx_role_store.nxnx_role_queue.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
| none |
functions
| 17 | 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 |
| 19 | func gn(v: i64) -> i64 { let b: *u8=sys_mmap(28); let e: i64=rs_itoa(b,v); sys_write(1,b,e); return 0 } |
| 20 | func g_exists(p: *u8) -> i64 { let fd: i64=sys_openat_rd(p); if fd>=0 { sys_close(fd); return 1 } return 0 } called by 1: g_row_eq |
| 21 | func g_streqn(a: *u8, b: *u8, n: i64) -> i64 { var i: i64=0; while i<n { if a[i]!=b[i]{return 0} i=i+1 } return 1 } |
| 23 | func g_row_eq(ch: *u8, seq: i64, val: *u8, vlen: i64) -> i64 |
| 30 | func g_chan_has(ch: *u8, needle: *u8) -> i64 |
| 42 | func main() -> i64 |