nx_evidence_fleet_gate.nx
buildroot/runtime/nx_evidence_fleet_gate.nx
about
nx_evidence_fleet_gate.nx -- proves the census-of-censuses honesty rollup counts correctly on the REAL
knowledge/compare/ dir: total matrix domains, evidence-backed (>=3: librarian+medbilling+projectmgmt),
permille math, and that a KNOWN evidence-backed domain's gates rows are counted while a KNOWN symbol-only
domain has zero. Exits 0 iff ALL pass. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_evidence_fleet.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
| 8 | func g_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 9 | func g_putn(v: i64) -> i64 { if v==0{sys_write(1,"0" as *u8,1);return 0} var m: i64=v; if m<0{sys_write(1,"-" as *u8,1);m=0-m} let d: *u8=sys_mmap(24); var k: i64=0; while m>0{d[k]=(48+(m%10)) as u8;m=m/10;k=k+1} let r: *u8=sys_mmap(24); var i: i64=0; while k>0{k=k-1;r[i]=d[k];i=i+1} sys_write(1,r,i); return 0 } |
| 10 | func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64 |
| 16 | func main() -> i64 |