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

6502 B75 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind gate/prooftopic video
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_video_exceed_census_gate.nx

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

main vc sys_write sys_mmap have sys_openat_rd sys_close vcn sys_write ↻ sys_mmap ↻ sys_exit

structs

none

consts

none

functions

8func vc(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 1: main calls 1: sys_write
9func vcn(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
18func have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
20func main() -> i64