code wiki / _hdl_build / nx_media_census.nx
nx_media_census.nx
buildroot/runtime/_hdl_build/nx_media_census.nx
about
nx_media_census.nx -- the NISHI TEAM REVIEW of the whole video+audio+codec+room subsystem.
ONE honest, MEASURED, per-feature map (never a rolled-up binary scorecard -- that is the exact
wave the no-overclaim law forbids). Every axis carries its status + whether it is MEASURED + the
provenance gate that measured it. Categories: EXCEEDS / PARITY / BEHIND / WIRING-GAP / UNMEASURED
/ MISSING. The structural ANTI-WAVE guarantee: grade() REFUSES to certify EXCEEDS for any axis
that is not measured -> a fabricated "exceed" is downgraded to UNMEASURED and the liar-kill proves
the guard fires. So this census cannot launder an unmeasured claim into a win.
Provenance gates (all re-baselined GREEN this session): nx_codec_exceed_gate, nx_connect_room_exceed,
nx_room_resilience, nx_room_sfu, nx_room_fec, nx_room_jitterbuf, nx_room_qoe, nx_hevc_dec, nx_h264_*.
main() is the SELF-VALIDATING GATE. Evidence -> knowledge/status/media_census.log.
license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_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
| 15 | func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func sn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m;sys_write(1,"-" as *u8,1)} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(1,bb,k); return 0 } |
| 17 | func fw(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 } |
| 18 | func fn2(fd: i64, v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(fd,bb,k); return 0 } |
| 21 | func tag(g: i64) -> *u8 called by 1: row |
| 30 | func grade(status: i64, measured: i64) -> i64 { if status==2 { if measured==0 { return 4 } } return status } |
| 32 | func row(name: *u8, prov: *u8, status: i64, measured: i64, cnt: *i64) -> i64 |
| 41 | func main() -> i64 |