code wiki / _hdl_build / nx_survey_stats_gate.nx

nx_survey_stats_gate.nx

buildroot/runtime/_hdl_build/nx_survey_stats_gate.nx

13618 B266 linesdepth 10pulls 15 transitivereach 0 importersview sourcekind gate/prooftopic survey
docsdependenciesstructsconstsfunctions

dependencies 3 imports · 0 importers

nx_gate_gn.nx nx_syscalls.nx nx_survey_stats.nx nx_survey_stats_gate.nx

imports: nx_gate_gn.nxnx_syscalls.nxnx_survey_stats.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gp sys_write ↻ chk gp ↻ gn st_isqrt vm_isqrt seti st_desc st_sortcopy st_isqrt ↻ st_nps st_topbox st_ci_margin st_isqrt ↻ st_chisq st_crit05_pm st_crit05_pm ↻ st_corr st_isqrt ↻ addk2 sys_mmap ↻ mkballot sys_mmap ↻

structs

none

consts

none

functions

10func 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 2: chkmain calls 1: sys_write
11func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64
called by 1: main calls 2: gpgn
16func seti(a: *i64, i: i64, v: i64) -> i64 { a[i] = v; return 0 }
called by 1: main
18func mkballot(keys: *i64, vals: *i64, nf: i64, outp: *i64) -> i64
called by 2: addk2main calls 2: sys_mmapcanon_encode
25func addk2(vout: *i64, lout: *i64, nbp: *i64, ka: *u8, va: i64, kb: *u8, vb: i64, k: i64) -> i64
called by 1: main calls 2: sys_mmapmkballot
49func main() -> i64