code wiki / _hdl_build / nx_craft_move_gate_t72.nx
nx_craft_move_gate_t72.nx
buildroot/runtime/_hdl_build/nx_craft_move_gate_t72.nx
about
Private actual controller gate. Fixture mutations are confined to allocated arenas.
dependencies 2 imports · 0 importers
imports: nx_wasm_craft_move_t72.nxnx_gate_verdict.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
| 4 | func mg_copy(a: *u8,b: *u8,n: i64) -> i64 { var i: i64=0;while i<n { a[i]=b[i];i=i+1 };return n } called by 1: main |
| 5 | func mg_equal(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 } called by 1: main |
| 6 | func mg_flat(base: i64) -> i64 |
| 17 | func mg_profile(base: i64,repeat: i64) -> i64 { return wc_move_set(base,1,9810,4095,9375,28125,384,repeat) } |
| 18 | func main() -> i64 |