code wiki / _hdl_build / nx_video_exceed_census_gate.nx
nx_video_exceed_census_gate.nx
buildroot/runtime/_hdl_build/nx_video_exceed_census_gate.nx
about
nx_video_exceed_census_gate.nx -- the MEASURED video-capability census (replaces the GRADE-D hand-wave with
a number). Anti-liar BY CONSTRUCTION: each sub-capability is EXISTS only if its organ FILE actually opens on
disk; the honest long-poles (ASR, open-domain NMT, SFU multi-party, AV1) are ABSENT entries -- NOT faked, so
the coverage number is real. Pos-control: the new caption-burn organ EXISTS. Neg-control: a bogus organ path
is ABSENT (the census never fabricates). coverage_permil = exists*1000/total. expect_exit: 0 license_tier: ORIGINAL
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
| 8 | func vc(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 vcn(v: i64) -> i64 |
| 18 | func have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 20 | func main() -> i64 |