code wiki / _hdl_build / nx_craft_journal_index_gate_t21.nx
nx_craft_journal_index_gate_t21.nx
buildroot/runtime/_hdl_build/nx_craft_journal_index_gate_t21.nx
about
Actual estate engine over a private arena; no filesystem/network operations.
dependencies 2 imports · 0 importers
imports: nx_wasm_craft_journal_index_t21.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 jg_copy(dst: *u8,src: *u8,n: i64) -> i64 { var i: i64=0;while i<n { dst[i]=src[i];i=i+1 };return n } |
| 5 | func jg_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 } |
| 6 | func jg_clear(base: i64) -> i64 { let e: *i64=ejp(base);var i: i64=0;while i<EJRN_SLOTS { e[i]=0;i=i+1 };return 0 } called by 1: main |
| 7 | func jg_count(base: i64) -> i64 { let e: *i64=ejp(base);var i: i64=0;var n: i64=0;while i<EJRN_SLOTS { if e[i]!=0 { n=n+1 };i=i+1 };return n } called by 1: main |
| 8 | func jg_refused(base: i64,copy: *u8,x: i64,y: i64,z: i64,b: i64) -> i64 |
| 13 | func jg_reference_put(base: i64, ax: i64, ay: i64, az: i64, b: i64) -> i64 |
| 37 | func main() -> i64 |